[Support request] Generatepress and max mega menu

Home Forums Support [Support request] Generatepress and max mega menu

Home Forums Support Generatepress and max mega menu

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #2221735
    DIGITAL

    Hi,

    I have added a mega menu with Max Mega Menu plugin as “Generatepress mega menu” does not fulfill my needs. However I have an issue because my menu is not visible on mobile.

    Before adding the plugin I had 2 different menu: Primary menu (for desktop) and Off canvas menu (for mobile).

    Could you help me?

    #2221736
    DIGITAL

    soldisulweb.com

    #2221746
    Ying
    Staff
    Customer Support

    Hi there,

    It seems the mega menu hide the default menu icon on mobile.

    Can you check if there’s a setting in mega menu to disable it on mobile?

    #2221751
    DIGITAL

    Done. https://www.megamenu.com/documentation/disable-mobile-toggle/

    But the problem is still there ๐Ÿ™

    #2221754
    DIGITAL

    I have seen an additional problem. The toggle of the sticky menu in mobile is not showing correctly.

    #2221756
    Ying
    Staff
    Customer Support

    I can still see the CSS from Megamenu which hides the theme hamburger menu icon.
    https://www.screencast.com/t/SFcjQQq0p

    And it hides its own hamburger menu icon as well.

    Can you make sure your mega menu settings are all correct?

    #2221779
    DIGITAL

    Mega Menu settings are all correct. I would like to show MAX MEGA MENU for desktop and use Generatepress menu for off canvas mobile menu

    #2221788
    DIGITAL

    Or to have the Maxmega menu for both locations mobile off canvas and desktop.

    #2221797
    Ying
    Staff
    Customer Support

    Try this CSS to override the CSS mega menu added:

    @media (max-width: 1200px) {
        body .inside-header .main-navigation button.menu-toggle {
            display: block;
        }
    }
    #2221800
    DIGITAL

    Great job. Thank you very much. Now I have the mobile menu.

    But I have still the Max mega menu in the mobile sticky menu. How I can remove that?

    #2221828
    Ying
    Staff
    Customer Support

    You are welcome ๐Ÿ™‚ Add this CSS as well:

    @media (max-width: 1200px) {
        .inside-header .main-navigation ul#mega-menu-primary {
           display: none !important;
        }
    }
Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.