How to hide menu responsive
-
Hi,
Is-it possible to remove the responsive menu or to have more controle about it ?
Thanks a lot
-
Hi @kikibelux
Dashboard / Appearance / Customize
Presentation / Menu / Primary Menu Automatic Responsive
Set to No
Save & Pulish
Thank you.
thanks for your return, I have tried first but that don’t work.
I do this on 2 sites, she same error appear :” + menu – “stay displayed.
Thanks a lot
-
This reply was modified 8 years, 8 months ago by
kikibelux.
I checked the operation with a theme, but it worked normally for me.
If possible, please let me know the URL of the problem web site.
Thank you
ok, thanks for your help.
How can I send the url in private ?The breakpoint is over 640px
thanks
-
This reply was modified 8 years, 8 months ago by
kikibelux.
Sorry I cannot support in private.
Thank you.
ok !
No problem, I use a test site. I remove the apache protection for this.Thanks a lot
Your question is, “If the browser width is 640px or less, do not display the mobile menu”
if so
A sufficient confirmation test is omitted, but it is possible with roughly the following files.
https://gist.github.com/tenman/a86f2a40790da24c8f5d6e3f953b92c2
please create child theme ( only style.css , no needs @import parent style) and add responsiveness.css (above , Raindrops automaticaly read child css)
Thank you.
-
This reply was modified 8 years, 8 months ago by
nobita.
Thus my purpose is to remove a responsive menu that appear when the screen width is above 640.
It-is not easy for me to create à child theme (may be if you have a good link about it ?), but i rename the old responsiveness.css and put your new file. But the issue is always there !
Under 640px, I see always a menu like this
” – Menu + ”
A child theme must be necessary ?
Thanks a lot for your help.641 > ” – Menu + ” is OK?
Your site seems to work fine for me.
Thank you.
ok ! For me too ! May be I forget an update of page….
Thanks a lot for your help !
I have two question about it …If you have time for me …
1)How can I now remove completely the menu ?
2) about the old menu “- menu +”, is it possible to choice the menu to display ?
One more time, thanks a lot
1)How can I now remove completely the menu ?
Customize / Presentation / Menu /
Enable Menu Primary
set to Hide
Save and Publish
2) about the old menu “- menu +”, is it possible to choice the menu to display ?
“- menu +” works when the number of menus is too large to fit on one line.
The width of each menu can be set by Customize / Presentation / Menu ,Menu Primary Min Width.
ok thanks
To remove completely the menu under a sreen wight of 600 I use this@media (max-width: 601px) { .menu-header { display: none; }Thanks a lot for your help
-
This reply was modified 8 years, 8 months ago by
kikibelux.
-
This reply was modified 8 years, 8 months ago by
The topic ‘How to hide menu responsive’ is closed to new replies.
