Archived topic
Wp-Rocket 3.1 menu issues
7 replies · Started by Daren on August 7, 2018
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.
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 :)
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
That's strange. What happens if you add this CSS?:
#sticky-placeholder {
display: none;
}
Tried the css and still get the same result with Menu Plus activated which I would like to leave on.
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;
}
Works, Thanks
You're welcome :)