Archived topic
weird menu 'refresh glitch'
5 replies · Started by Moses on January 1, 2018
I've built my menu using generatepress only,
on this page the menu items are white, and on the sticky menu they turn black.
Now If I scrolled down the page (I see the sticky menu) and I refresh the page, it brings me to the same position in the page so I see the sticky menu, but the menu items are probably white (the background is white as well) so I can't see anything.
For some reason it after a refresh it shows the styling of the regular menu even when it should load the sticky's style.
If that happened, even when I keep scrolling it stays this way, it fixes itself only when I get to the top of the page and then when I'll scroll down it would be ok.
Interesting, that indeed looks like a bug.
Can you try adding this CSS for now?:
.main-navigation.navigation-stick .main-nav ul li a,
.main-navigation.navigation-stick .menu-toggle {
color: #000 !important;
}
Hey Tom, unfortunately this doesn't seem to solve it.. can't notice any change
Just made an edit above - can you try again?
The Important did it :)
Thanks, works perfectly
No problem - I'll get this fixed in GPP 1.6 :)
Thanks!