Maybe this topic does not belong here, so please correct me if I should take this problem to a generalJoomla forum.
I got the following problem with menu's in category-view and product-view after an update from Joomla 2.5.9 tot Joomla 3.03 on a testwebsite on my local pc:
my menu's are configured to do <div> output, but they show lists..
I found this code in listing_div.php:
if(!HIKASHOP_RESPONSIVE) {
?>
<div class="hikashop_category hikashop_category_column_<?php echo $current_column; ?> hikashop_category_row_<?php echo $current_row; ?>" style="width:<?php echo $width;?>%;">
<div class="hikashop_container">
<div class="hikashop_subcontainer <?php echo $borderClass; ?>">
<?php
} else {
?>
<li class="span<?php echo $span; ?> hikashop_category hikashop_category_column_<?php echo $current_column; ?> hikashop_category_row_<?php echo $current_row; ?>">
<div class="hikashop_container">
<div class="hikashop_subcontainer <?php echo $borderClass; ?>">
<?php
}
It seems the 'else' function (showing a list) is beeing used on my site, but I do not know why.
What I already tried:
* I checked all global configuration and menu configuration to be sure div's are selected to show the categories and products.
* Reinstalled Hikashop
* made new menuitems
Could this be a template problem, because I do not think this is a Hikashop problem to be honest.
thanks, Roy