Start with hidden menu
-
Hi everyone,
how can i start with a hidden menu? I tried give it the hidden class that gets normally added when i start to scroll, with something like:
window.laytheme.on("newpage", function(layoutObj, type, obj){
jQuery("nav.primary").addClass("hidden");
});But i can’t figure it out so far. Thanks for your help.
Felix -
Dear @fr
what do you mean with START A HIDDEN MENU exactly?Can you send a link?
Best!
Marius
-
normally, when a page is loaded, the menu is visible and hides by going up out of the viewport when you scroll down.
my menu should be already hidden when the site is loaded. when i scroll up or do a mouse over it shall come down and be visible, and hide again, when i scroll down.
-
Dear @fr
you can give the element here a negative top margin:. laynav { top: -56px; }
You should also add a class called hidden with jQuery when the site loads. Then it is exactly like when the navigation disappears.
Hope that helps!
Best!
Marius
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it