Tagged: navigation
Hi, I found several threads on this question, most of them point to 3rd party plugins.
I would prefer not installing a plugin just for one function I miss in Enfold.
I have created a page, added a custom widget in the left showing a menu.
How can i make the navigation “sticky”?
The page will have anchor links.
It should work similar to this page: https://mailchimp.com/help/about-landing-pages/
Hey rolfroyce,
Do you want it just on this one page? Or it’s gonna be duplicated on all pages?
Best regards,
Victoria
only on this page, for now.
It could be that the product tour lasts over several pages at a later time.
hi victoria, any tips on how to get this done on one page for now?
thanks
any update on this?
Hi,
Thanks for the update. And sorry for the late response.
This tutorial should help: https://www.w3schools.com/howto/howto_js_sticky_header.asp
What the script does is it sets the class attribute “sticky” when it reaches the element’s scroll position. That particular script is created for the “myHeader” element but you can apply it to any other elements.
Best regards,
Ismael