• Resolved [email protected]

    (@plainbellysneetchgmailcom)


    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!

    https://www.ads-software.com/plugins/megamenu/

Viewing 11 replies - 1 through 11 (of 11 total)
  • Anonymous User 9922786

    (@anonymized-9922786)

    Hi thanks for this great plugin.

    Same problem: Link

    Anyone?

    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 ??

    Anonymous User 9027739

    (@anonymized-9027739)

    Same here!

    Same here. Tom, you can even see it on your own demo site. Great if you could help.

    Plugin Author megamenu

    (@megamenu)

    Hi All,

    Thanks for the reports, fixed in 1.6 ??

    Regards
    Tom

    I 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);
    });
    Plugin Author megamenu

    (@megamenu)

    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,
    Tom

    Anonymous User 9922786

    (@anonymized-9922786)

    Thanks 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!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Collpase menu not working’ is closed to new replies.