• Resolved igscb

    (@igscb)


    Hello,

    For some reason on our website whenever you load it in mobile view the mega menu flashes before the page loads and the text of the menu loads vertically. I have a caching plugin and set it so that this path

    /wp-content/uploads/maxmegamenu/style.css

    doesn’t get minified, but the issue is still appearing. Is there a setting I can configure or is it my site speed?

    Thank you

    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 igscb,

    Please go to Mega Menu > Menu Themes > Mobile Menu and set the Responsive Breakpoint to 1212px, also enable “Disable Mobile Toggle Bar”. This will sync the breakpoint with your theme. Then, in the Custom Styling area, add:

    @include mobile {
        body #mega-menu-wrap-primary {
            display: none;
        }
        body .mobile-menu-slide-wrapper.opened #mega-menu-wrap-primary {
            display: block;
        }
    }

    This CSS will hide the menu until it is displayed within the slideout panel from your theme.

    Regards,
    Tom

    Thread Starter igscb

    (@igscb)

    Thank you Tom, I believe this resolved the issue and I no longer see it flashing

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile Menu Initial Load Flashes’ is closed to new replies.