Archived topic
Sticky navigation desappears
9 replies · Started by Cris on March 31, 2017
Hi, I've activate and saved "sticky navigation" on customizable design and work well, but when I close it sticky menu doesn't appear on the page.
Today I've installed all site at wordpress 4.7.3 and I've tryed deactivating all plugins, don't work. Help please!
Can you please share a link :-)
Looks like there's no menu showing at all?
Have you created a menu and set it to primary navigation?
Also are you using any caching plugins?
Let us know :)
I send you images of all you ask.
Menu - primary navigation

Sticky navigation working on customizable site

Pluging installed

What Navigation Location do you have set?: https://docs.generatepress.com/article/navigation-location/
mmmm... "No Navigation"
Because I like only sticky navigation. Is it possible?
You'll want to set that to below header or something else so the navigation bar exists.
Then you can use some CSS like this to hide the non-sticky navigation:
#site-navigation {
opacity: 0;
height: 0;
}
Thanks a lot!!! 👏👏👏
Sorry by confusion. 🙃
No worries! Glad I could help :)