Mootools Navigation sub-menu's won't collapse
I have a mootools navigation drop down menu across the top of a site. Everything works fine when I am on the home page, which has no submenu items, but then I navigate to a second level page, the menu containing that page remains open. I would like this to function so that the menus only show when I hover over the top level link in the menu. How can I accomplish this?
Re: Mootools Navigation sub-menu's won't collapse
Do you have Mootools enabled in EVERY page layout you use?
Re: Mootools Navigation sub-menu's won't collapse
Mootools template is set to moo_close_all, and still nothing has changed. Any other suggestions?
Re: Mootools Navigation sub-menu's won't collapse
Just so everyone knows, I found a solutions. I just removed the following lines in the nav_moomenu template:
Code:
<?php if($item['isActive']) : ?>
....
<?php else: ?>
and also:
Hopefully this will help someone in the future.
Re: Mootools Navigation sub-menu's won't collapse
Actually, this only fixes it when I navigate to a level_1 page. Still looking for a fix for sub level pages.