Collpase menu not working
-
I’m developing a site locally and have installed Max Mega Menu. It works perfectly except for one thing. After I’ve expanded the responsive menu, I am unable to collapse it by clicking on the “X” icon and the menu remains visible. This is the last piece of the website I’m working on and I have a client waiting, so I really hope someone has a solution to this problem. Thank you!
-
Same problem… π
PLEASE, HEEEEELP!!!I am having the same problem. I am currently using another plugin for my mobile view until this issue gets fixed π
Same here!
Same here. Tom, you can even see it on your own demo site. Great if you could help.
Hi All,
Thanks for the reports, fixed in 1.6 π
Regards
TomI need that too – best option is to convert:
<div id="mega-menu-wrap-topbar" class="mega-menu-wrap"><input id="mega-menu-toggle-topbar" class="mega-menu-toggle" type="checkbox"></input><label for="mega-menu-toggle-topbar"></label><ul><li></li></ul></div>into:
<div id="mega-menu-wrap-topbar" class="mega-menu-wrap"><a href="javascript:void(0)" id="toggle"><i class="toggle-ico"></span>Menu</a><div id="toggle-content"><ul><li></li></ul></div></div>and add jquery:
jQuery.noConflict() jQuery(document).ready(function(){ (function($){ $('#toggle').click(function(){ $('#toggle-content').slideToggle(); }); })(jQuery); });Hi,
Think we must have posted at the same time, but just so my reply doesn’t get lost, this is fixed in v1.6.
MMM uses a checkbox and some CSS3 to show/hide the menu, no need for jQuery π
Regards,
TomThanks great.
It’s working!!! Thank you <3
@autor yeah – i used 1.6 beta when i posted that, now work fine – stable 1.6 π
Thanks!
The topic ‘Collpase menu not working’ is closed to new replies.