• Resolved lovebeans

    (@lovebeans)


    Hi, Team

    Really love Max mega menu. I have one issue with the panel size of mega menu. I set outer width to be body and inner width to be .main-content-wrap which will be aligned with content width.

    The layout is fine, but when I move the mouse and click on the top level, the outer panel width will be shrinked to inner width first in a very short time. The only way to avoid this is to move the nouse from the top level menu item I clicked immediately.

    Can you kindly advise how to avoid this flashing shrink issue?

    Regards
    Michael

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

    (@megamenu)

    Hi Michael,

    Please post a link to your site so I can take a look.

    Regards,
    Tom

    Thread Starter lovebeans

    (@lovebeans)

    Hi, Tom

    Thanks, mate.

    https://www.erenovation.com.au/

    I am using Wp-rocket caching plugin. But I did check it on the staging site without wp-rocket. Same problem.

    Regards

    Thread Starter lovebeans

    (@lovebeans)

    Hi, Tom

    Any update for me, please?

    Regards

    Plugin Author megamenu

    (@megamenu)

    Hi Michael,

    This is because the menu has a non-JS fallback, which is kicking in until the JavaScript has loaded (which seems to be some time on the initial load).

    To prevent the sub menus from showing until the JavaScript is ready, please go to Appearance > Customize > Additional CSS and add the following:

    .mega-no-js * {
    pointer-events: none !important;
    }

    Regards,
    Tom

    Thread Starter lovebeans

    (@lovebeans)

    Hi Tom

    Perfect! Thank you so much. Hopefully, Porto theme will be in your compatible theme list in the future. I spent a lot of time on configuring until it is working.

    I will buy your pro soon.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Top level menu panel size shrinking flash’ is closed to new replies.