Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #832055

    Hello,
    after Enfold lastest update, burger menu is not working on mobile. Can you pls check and suggest a solution http://www.aresviaggi.com?
    Thanks

    #833080

    Hey Susanna,

    Can you try adding this css code in QUick CSS (located in Enfold > General Styling):

    @media only screen and (max-width: 1025px) {
      nav.main_menu {
        display: block;
      }
    
      #header #avia-menu .menu-item {
        display: none;
      }
    
      #header #avia-menu .av-burger-menu-main {
        display: block;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #833121

    Hi Nikko,
    Sorry to jump on this thread, but I can’t get an answer on my own thread about NO mobile menu.
    My website: http://www.skloff.com
    I believe the Quick CSS for mobile that Enfold has provided in the past now conflicts with 4.1.2.
    I tried and then removed your Quick CSS above since it did not work for me.
    Can you please check my Quick CSS code (Enfold provided months ago) with the private login details below?
    I have seen Moderator Yigit recommend this Quick CSS to others, but it does not display the mobile menu and magnify glass correctly on my website on mobile devices:
    @media only screen and (max-width: 767px) {
    .responsive #header_main_alternate {
    display: block;
    }}
    Can you please let me know what Quick CSS has to be replaced to get the mobile menu and magnify glass to show on the upper right hand corner in the header?
    Can you please test your suggestion on desktop, iPad and iPhone?
    Thank you.

    #835265

    Hi,

    @classwebsites: The mobile menu is working when I checked the page. Is this fixed?

    Best regards,
    Ismael

    #835479

    Hi Ismael,
    Moderator Yigit provided the needed Quick CSS to fix my problem.
    Thank you!

    No Burger Menu and Repeated Background Image After 4.1.2 Enfold Update

    #835483

    Hi,


    @classywebsites
    Glad we could help! :)

    We will keep the thread open and will wait to hear from the creator of this thread. If you have any other questions or issues, please feel free to start a new thread.

    Best regards,
    Yigit

    #842951

    I got the same Problem – could suggest a solution?

    Thanks in advance,
    Martin

    #843064

    Hi Martin,

    The code given by Nikko will work for you too:

    
    
    @media only screen and (max-width: 1025px) {
      nav.main_menu {
        display: block !important;
      }
    
      #header #avia-menu .menu-item {
        display: none;
      }
    
      #header #avia-menu .av-burger-menu-main {
        display: block;
      }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

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