• Resolved kikibelux

    (@kikibelux)


    Hi,

    Is-it possible to remove the responsive menu or to have more controle about it ?

    Thanks a lot

Viewing 12 replies - 1 through 12 (of 12 total)
  • Theme Author nobita

    (@nobita)

    Hi @kikibelux

    Dashboard / Appearance / Customize

    Presentation / Menu / Primary Menu Automatic Responsive

    Set to No

    Save & Pulish

    Thank you.

    Thread Starter kikibelux

    (@kikibelux)

    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 7 years, 5 months ago by kikibelux.
    Theme Author nobita

    (@nobita)

    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

    Thread Starter kikibelux

    (@kikibelux)

    ok, thanks for your help.
    How can I send the url in private ?

    The breakpoint is over 640px

    thanks

    • This reply was modified 7 years, 5 months ago by kikibelux.
    Theme Author nobita

    (@nobita)

    Sorry I cannot support in private.

    Thank you.

    Thread Starter kikibelux

    (@kikibelux)

    ok !
    No problem, I use a test site. I remove the apache protection for this.

    https://test-ices-seci.tk/w/

    Thanks a lot

    Theme Author nobita

    (@nobita)

    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 7 years, 5 months ago by nobita.
    Thread Starter kikibelux

    (@kikibelux)

    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.

    Theme Author nobita

    (@nobita)

    641 > ” – Menu + ” is OK?

    Your site seems to work fine for me.

    Thank you.

    Thread Starter kikibelux

    (@kikibelux)

    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

    Theme Author nobita

    (@nobita)

    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.

    Thread Starter kikibelux

    (@kikibelux)

    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 7 years, 5 months ago by kikibelux.
Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘How to hide menu responsive’ is closed to new replies.