Hello, my menu bar disappears when scrolling down. Is there any option that it can come back again when the user arrives at the end of the page? Thank you for your feedback. Annette
-
Menu Bar reappear at page end
-
Dear Annette
@afb
The menu bar will hide when scrolling down and appear when scrolling up or with Mouseover, im sure you have seen these settings within Customize >
However there is no option for "hitting" page bottom & this would need to be custom coded by you, i can set you in the right direction though! 🌝
The Menu bar disappears when the Class
hidden
is added to it. Here you can see the difference in the HTML Code:The Menu is visible:
And the menu hidden ( noticed class: hidden is added to the element ):
Therefore you would want a piece of code (jquery) saying: "When the user is at the bottom of the page -- ADD the class "Hidden" to the
.navbar
element"https://stackoverflow.com/questions/35657183/add-remove-class-when-close-to-bottom-of-page
Hope this helps Annette & have a wonderful day ⭐️
Richard