• Hi

    I install this plugin to my site
    With max mega plugin
    I’m using storefront
    But unfortunately if I choose menu for primary
    The mobile bottom search icon not function well
    If I choose handheld only mobile bottom search bar function correctly

    So I deleted saved theme reset the plugin
    Now site is runnning successfuly

    Now I need if I install the theme to primary & handheld
    The mobile bottom search should function well
    Not showing search box for mobile
    If I click search bottom icon
    It’s restarting the page
    Please help me with that

    My site http://www.applesphonesforyou.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter unaisishfaque

    (@unaisishfaque)

    I found the problem
    Need to update this plugin integration
    With Latest version of WooCommerce & WordPress

    I’m having the same problem. My site is fully updated. When I deactivate this plugin, the search works on my phone – but when I reactivate it, it doesn’t. Is there a fix? I’d hate to lose this plugin 🙁

    Hi.

    This is working for me. In the file megamenu-storefront.php:

    
    if ( ! function_exists( 'storefront_primary_navigation' ) ) {
    
        function storefront_primary_navigation() {
            if ( function_exists('max_mega_menu_is_enabled') && max_mega_menu_is_enabled('primary') ) {
    
      //comment next line
      //wp_nav_menu( array( 'theme_location' => 'primary' ) );
    
      // add this
    
      ?>
      <nav id="site-navigation" >
       <button class="menu-toggle"></button>
       <?php
        wp_nav_menu( array(	'theme_location' => 'primary' ) );
       ?>
       </nav><!-- #site-navigation -->
       <?php
    
      // end - add this
    
    
    Plugin Author megamenu

    (@megamenu)

    Hi,

    Please install the WP Rollback plugin, then use it to update “Max Mega Menu – StoreFront Integration” to version 1.0.1.

    I am away at the moment so will release this update officially on Tuesday.

    Regards,
    Tom

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘The mobile response incorrect please help me’ is closed to new replies.