Hi, if anyone has an interest, look at Phoca Maloo template and Phoca VirtueMart Category Module:
Phoca Maloo template (http://www.phoca.cz/joomla-templates) is Joomla! 1.7 (2.5) template which includes styling for VirtueMart 2, see demo:
http://www.phoca.cz/virtuemartdemo/
Download: http://www.phoca.cz/download/category/53-joomla-25-17-templates
Phoca VirtueMart Category Module (http://www.phoca.cz/phoca-virtuemart-category-module) is Joomla! 1.7 (2.5) module which displays VirtueMart categories in drop down menu, see demo:
http://www.phoca.cz/virtuemartdemo/
(First level is set as "all categories" but in settings you can set displaying of parent categories, etc.)
Download: http://www.phoca.cz/download/category/63-phoca-virtuemart-category-module
It is new, so needs to be tested, will be great to get a feedback.
Thank you, Jan
Thanks, Jan. That looks really interesting, I'll have to play with the template & module.
Hello. I test this module. He's good. But it does not have an active Klas on Li whether when one passes by category. Update pliz corrected version.
Hi, not easy at it seems, of course, e.g. "active" string can be added to class attribute for active menu item (resp. active category), but this can be in conflict with template CSS, which then can e.g. destroy the layout, in fact this is not a menu module but standard module independent to menu.
Does the active displaying in submenu has some sense? Or maybe you mean displaying active category in menu module like this is: http://forum.virtuemart.net/index.php?topic=97122.0 (one module is independent module - to display categories and subcategories independent to menu items, second is a part of Joomla! menus with displaying active menu items)
Please let me know your ideas and tips, so I can set the best solution for this.
Thank you, Jan
Structure
<ul>
<li></li>
<li></li>.
<li class="active hover">
<ul>
<li class="active hover"></li>
<li>
<ul>
<li class="active"></li>
<li></li>--hover
</ul>
</li>
</ul>
</li>
</ul>
If you hover on the li to 3 orders of magnitude + class="hover"
Still have pictures of all li include this module will be universal)))
Thank you.