• Resolved anemi09

    (@anemi09)


    Hi,
    I am using the max mega menu with a theme from wpzoom and the mobile version does not work. If I enable the mobile menu I suddenly have two rows of menu on the computer and for the mobile it is only a list of the menu. If I don’t enable it, there is no menu on the mobile version.
    And as the max mega menu for mobiles is a long list, I actually I only want to use it for the computer and laptop and not on the mobile version. For the mobile version I would like to use the normal theme version (just a few lines to click on).
    The website is https://www.docmaja.de
    Can you please help me?
    Thank you and regards, emilia

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

    (@megamenu)

    Hi emilia,

    To hide the duplicate menu, please could you try adding this CSS to your theme?

    #navbar-main {
        display: none !important;
    }

    The mobile menu and the desktop menu are exactly the same, just displayed differently depending on the width of your browser. Therefore it is not possible to replace the desktop menu without replacing the mobile menu also.

    To restore the MMM mobile toggle button, please go to Mega Menu > Menu Themes and uncheck ‘Disable mobile toggle’.

    Regards,
    Tom

    Thread Starter anemi09

    (@anemi09)

    hi Tom,

    thank you for your reply. Unfortunately nothing worked. After unchecking the button disable toggle button there is no menu anymore on the mobile version. And if I add the code there is no menu at all anymore.

    Any other advice please?
    Thank you! emilia

    Plugin Author megamenu

    (@megamenu)

    Hi Emilia,

    Your site has changed since I saw it this morning, I only see one main menu now, but before it was showing 2 main menus.

    Please can you change it back to how it was before (with the 2 menus displaying), then try the instructions again.

    Regards,
    Tom

    Thread Starter anemi09

    (@anemi09)

    Hi Tom,

    I have activated the mobile menu again so now there are the two rows of the main menu back on. I have tried your code again and some variations but its not chasing anything.

    Have you got another solution?
    thank you , regards, emilia

    Plugin Author megamenu

    (@megamenu)

    Hi Emilia,

    In your custom.css file, please remove:

    .main-navbar {
       display: none !important;
    }

    Then add:

    #navbar-main {
       display: none !important;
    }

    Regards,
    Tom

    Thread Starter anemi09

    (@anemi09)

    Hi,

    I don’t know why it didn’t work earlier, but now it did!

    thank you!

    regards emilia

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘mobile version does not work’ is closed to new replies.