[Resolved] MAIN Menu not collapse fix

Home Forums Support [Resolved] MAIN Menu not collapse fix

Home Forums Support MAIN Menu not collapse fix

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1033625
    johnaps

    Hello.

    I didnt have this problem until now but my main menu suddenly started collapsing in smaller screen modes and appearing with a button.

    i tried https://generatepress.com/forums/topic/possible-to-not-turn-nav-bar-into-a-button-on-mobile/#post-120858

    but it didnt do anything..

    Can you please help me out ???

    #1033861
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Go to “Customize > Layout > Primary Navigation” and set the Breakpoint to 0. That should remove the mobile toggle.

    Let me know ๐Ÿ™‚

    #1033960
    johnaps

    Hello!

    https://ibb.co/KKWhZ4D

    As you can see in the link, i have lost this option… thats the problem!

    #1033999
    johnaps

    I found that this problem was caused by a fix that a superflys menu devs made to my site and i rolled back and everything is ok.

    But if i wanted to proceed with that option in the theme lost is there a “php” way to make the menu not collapse anywhere?

    Thank you!

    #1034395
    Leo
    Staff
    Customer Support

    That option is only included in the latest theme version which is what you should be using.

    Rolling back versions to fix issues for other plugins is never a good option.

    #1034442
    johnaps

    i havent rolled back, i just wanna know for now if there is a fuction to stop main menu from collapsing like other threads i have seen here that there is php code to stop secondary menu from collapsing…
    Its a temporary fix until i sort things out with the other plugin developers…

    Can you help me out?
    Is there a way?

    #1034471
    Leo
    Staff
    Customer Support
    #1034632
    johnaps

    no it didnt work… :/

    #1034669
    Leo
    Staff
    Customer Support
    #1035925
    johnaps

    its doing what it should but as you can see the words from every item are now on different lines and i dont know how to fix that or if it is fixable…

    #1035926
    johnaps

    wait… i think changin the items width is what it needs..

    #1037335
    Leo
    Staff
    Customer Support

    Replace

    @media (max-width: 768px) {
        .main-navigation ul {
            display: flex;
        }
    }

    with:

    @media (max-width: 768px) {
        .main-navigation ul {
            display: flex;
            flex-wrap: wrap;
        }
    }

    Please do try to use the most recent version with a feature specifically for this.

    #1037349
    johnaps

    Thank you that did it better than i did!

    I ll assign the rest of the position on different media to a developer cause its starting to fall out of my depth!

    If you have a department that takes on personal customizing with fee, i would really be interested in that cause i cant fix all my issues with support, as helpful as you are…

    Thank you for your time!

    #1037396
    Leo
    Staff
    Customer Support

    Unfortunately we don’t offer custom development work currently.

    Glad I could help ๐Ÿ™‚

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.