• Resolved marcogriffo

    (@marcogriffo)


    Hello, I am using Max Mega Menu in Botiga Theme.
    It works perfectly on pc but is not working on Iphones and Android mobiles.
    The mobile menu is visible but nothing happens when I click it.

    I didn’t find any Missing wp_footer() nor JavaScript errors.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @marcogriffo,

    I am sorry for the belated response to this.

    Seems likely it requires some testings when troubleshooting such that issue with mega menu. Can you link it here the plugin you’re using? Please provide the settings you’ve done with it to help us replicate your issue exactly.

    Regards,
    Kharis

    Thread Starter marcogriffo

    (@marcogriffo)

    @kharisblank
    Hello, thank you for your support.

    I think that the issue is with:

    <header id=”masthead-mobile” class=”site-header mobile-header”>

    I tried with another plugin to uncover the website’s standard header from mobile
    and it worked.

    Mega Max Menu plugin’s setting are standard and I’m using botiga.

    Thread Starter marcogriffo

    (@marcogriffo)

    The issue is that the mobile version still show the standard menu from mobile
    <header id=”masthead-mobile” class=”site-header mobile-header”>

    instead of the Mega Max Menu.

    Hi,

    Tom here – the developer of MMM.

    I can see there is already some integration for Max Mega Menu (thanks!) in class-botiga-header.php.

    Please can you change this:

    if ( function_exists('max_mega_menu_is_enabled') && max_mega_menu_is_enabled( 'primary' ) ) : ?>
    		<?php wp_nav_menu( array( 'theme_location' => 'primary') ); ?>
    <?php else: ?>

    to this:

    if ( function_exists('max_mega_menu_is_enabled') && max_mega_menu_is_enabled( 'primary' ) ) : ?>
    	<nav id="site-navigation" class="main-navigation">
    		<?php wp_nav_menu( array( 'theme_location' => 'primary') ); ?>
    	</nav>
    <?php else: ?>

    ?

    The addition of the ‘site-navigation’ ID will allow the off canvas menu to show even with MMM enabled.

    Thanks,
    Tom

    Thread Starter marcogriffo

    (@marcogriffo)

    @megamenu

    Hi,

    Where I should change this?
    From WordPress template editor in which section? Or from which folder?

    Can you explain the procedure please?

    Thank you for your support

    Thread Starter marcogriffo

    (@marcogriffo)

    @megamenu

    Thank you so much for your help, It works perfectly,
    I managed to find the fild from my hosting folder.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Max Mega Menu Not working from mobile – Botiga’ is closed to new replies.