• Resolved Edwin

    (@mmhgloba)


    Hello, thanks for the great plugin. There is an issue with the menu automatically extending when the page downloads. It slows the webpage speed and it is aesthetically redundant. Is there some CSS code that can disable this so the menu only displays when prompted. Thanks

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 18 total)
  • Plugin Author Oliver Campion

    (@domainsupport)

    Hello,

    Can you please explain what you mean exactly by “the menu automatically extending when the page downloads”?

    We’re not sure what you mean by that, sorry!

    Thanks,

    Oliver

    Thread Starter Edwin

    (@mmhgloba)

    Please try it in mobile, on desktop it does not do it. Sorry about the confusion, let me know if you need a screenshot.

    Plugin Author Oliver Campion

    (@domainsupport)

    Can you please disable lightspeed plugin so we can confirm if the issue persists?

    Thank you,

    Oliver

    Thread Starter Edwin

    (@mmhgloba)

    Done

    Plugin Author Oliver Campion

    (@domainsupport)

    OK, so it looks like this may well be caused by the theme.

    The theme adds “js” class to the body of the site which is used to hide the modal but this isn’t immediate.

    Try adding this to “Customizer – Additional CSS” …

    @media screen and (max-width: 48em) {
    .main-navigation ul, .main-navigation > div > ul {
    display: none;
    }
    }

    If that works we can look at adding it into the plugin.

    Oliver

    Thread Starter Edwin

    (@mmhgloba)

    Hi, it is not working. Do you have another fix to try?

    Plugin Author Oliver Campion

    (@domainsupport)

    Please confirm you have added the CSS above and that you have disabled lightspeed because it looks like light speed is enabled and we cannot see the CSS.

    Otherwise we are unable to fix this issue.

    Thank you,

    Oliver

    Thread Starter Edwin

    (@mmhgloba)

    I also tried it with the litespeed plugin reactivated, but no luck. The menu still drops n mobile.

    Thread Starter Edwin

    (@mmhgloba)

    Litespeed is disabled again…

    Plugin Author Oliver Campion

    (@domainsupport)

    We still cannot see that CSS above in your “Customizer – Additional CSS”.

    Please double check this CSS is there so we can test.

    Oliver

    Thread Starter Edwin

    (@mmhgloba)

    The plugin is disabled, I also purged the cache in cloudflare

    Thread Starter Edwin

    (@mmhgloba)

    CSS is still in customizer

    Plugin Author Oliver Campion

    (@domainsupport)

    Your custom CSS says “min-width” not “max-width”.

    Please copy and paste the CSS again.

    @media screen and (max-width: 48em) {
    .main-navigation ul, .main-navigation > div > ul {
    display: none;
    }
    }

    Thank you,

    Oliver

    Thread Starter Edwin

    (@mmhgloba)

    I took it from the email, that is what it said. Anyway, it is corrected now and seems to be working with the litespeed plugin activated. Thanks for your insights…..

    Thread Starter Edwin

    (@mmhgloba)

    Is there anyway to preload the featured images? There is a second when the page is loading where there is only a black screen….

    • This reply was modified 3 years, 9 months ago by Edwin.
Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Menu Extends Automatically’ is closed to new replies.