• Resolved reginaldohb

    (@reginaldohb)


    Max Mega Menu works correctly on Desktop. But on mobile, I’m having problems with the sub-menu because, when clicking, it displays the sub-menu items and quickly collapses them, without giving the option to click on any sub-menu item.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi reginaldohb,

    It is your theme applying this functionality, so it would be best to look through the theme options and see if there is a way to prevent the mobile menu closing when a menu item is clicked. If not, please install the TC Custom JavaScript plugin and add the following to Appearance > Custom JavaScript:

    jQuery(document).ready(function( $ ) {
    	jQuery("#menu").off();
    });

    Regards,
    Tom

    Thread Starter reginaldohb

    (@reginaldohb)

    Perfect. It worked out.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Max Mega Menu: Sub Menu not working’ is closed to new replies.