The menu is not changed and no modifications did. Installation is made in the standard mode.
Page set menu with _https://lik-astana.kz/.
The error appears when you click the menu button and the transition into the category of no errors. Help to understand what is wrong with him
Hi Stasweb.
when you turn off "Use URL Rewriting" configure in Global configuration, please view image attachment
this link:
new.lik-astana.kz/index.php/informatsion...1&productsublayout=0
will work.
The problem doesn't have to of our module. it can the cause of Joomla or Vituemart component
There is here a material corrective
/manufacturer/?categorylayout=0&showcategory=1&showproducts=1&productsublayout=0
this problem on an example of the module breadcrumbs
go to: mod_breadcrumbs/tmpl/default.php
Adding: $item->link=str_replace( 'manufacturer/?categorylayout=0&showcategory=1&showproducts=1&productsublayout=0', '', $item->link);
Will:
echo '<li>';
if (!empty($item->link))
{ $item->link=str_replace( 'manufacturer/?categorylayout=0&showcategory=1&showproducts=1&productsublayout=0', '', $item->link);
echo '<a href="' . $item->link . '" class="pathway">' . $item->name . '</a>';
}
something like this. There is the same problem as the link is very similar but the unit is turned off bread crumbs on the site.
What about this say your developers.