[Resolved] Wp-Rocket 3.1 menu issues

Home Forums Support [Resolved] Wp-Rocket 3.1 menu issues

Home Forums Support Wp-Rocket 3.1 menu issues

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #642787
    Daren

    Wp-Rocket 3.1 is causing display issues with the sticky menu, what files should I exclude from wp-rocket for the menu? It flashes the menu in the middle of the page on each page load since the update. I will give more details when I can isolate it better.

    #642849
    Leo
    Staff
    Customer Support

    Hi there,

    What are the options?

    You should be able to pin point the issue by exclude them one by one.

    Might help to ask their support as well. I’d imagine they’ve seen this issue from time to time.

    Let me know if this helps ๐Ÿ™‚

    #643651
    Daren

    After further testing, it doesn’t seem to be any plugins. Seems to only act up with menu plus on. Visit dotmycom.com and click through the menu links and you should see the menu flash on the middle of the page. Only happens not logged it though. I took a video and captured the frame so it really could be seen. https://ibb.co/dbRe1U

    #643740
    Tom
    Lead Developer
    Lead Developer

    That’s strange. What happens if you add this CSS?:

    #sticky-placeholder {
        display: none;
    }
    #644343
    Daren

    Tried the css and still get the same result with Menu Plus activated which I would like to leave on.

    #644589
    Tom
    Lead Developer
    Lead Developer

    Oh, that’s the mobile header.

    I suggest CSS still gets loaded in the <head> section of your website, or weirdness like this will happen.

    If that’s not possible, add this CSS to the <head>:

    #mobile-header {
        display: none;
    }
    #645378
    Daren

    Works, Thanks

    #645423
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.