Archived topic
Disable slideout menue
9 replies · Started by pke on November 26, 2018
I want to Disable the "slideout menue" .
I can disable on the sites "main menue" and more options - but how can i disable a "slideout menue"?
Thank you
Hi there,
You should be able to turn it off here:
https://docs.generatepress.com/article/activating-slide-out-navigation/
Let me know if this helps :)
Thanks
compleatly turn off is not the problem. but trum it off on one site (for ex. the frontpage) - thats the question.
See where the button is missing...
https://barbara-wartenweiler.ch/lebensberatung/wp-content/uploads/screenshotwebpage-1.png
Thanks
Can you link or guide me to the page where you need to hide it?
Thanks!
its on
barbara-wartenweiler.ch
on this startpage (and some more) i do not want any menue. i disabled main and second menue - but there is no way to disable the slideout menue. thanks pke
Are you talking about mobile?
If so try disabling the mobile header: https://docs.generatepress.com/article/mobile-header/
Then the main navigation shouldn't show up either when you disable it using the metabox.
Hi
no the problen isn't soved. on the website
https://barbara-wartenweiler.ch/impressum/
you have two menues with a mobile site - because i can not diable the slideout menue for ONLY this site!
on each webpage i can diabl2 the "primary menue"
or the "secundary menue" or both - but i can not disable the "slidout menue" on one site.
Thanks
when you say "site", do you mean that one page?
yes, only THAT ONE page!
ta
pius
Try this CSS:
@media (max-width: 768px) {
body.home #mobile-header {
display: none !important;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/