Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #953331

    Hello,
    it was brought to my attention that my main menu (in the header) no longer works on the mobile version after the last update, I checked my settings and I can’t find anything different, I am using a child theme, and I cleared my cache plugging and Cloudflare.

    On the menu, after clicking on the button that is supposed to show the menu for mobile, instead of displaying the menu, it just adds a # at the end of my URL and nothing happens. I tested on a mobile device and also on Chrome, Safari, and Firefox in the computer after minimizing the width of the page.

    I would really appreciate any help!
    Thank you!

    (I added credentials in the private area)

    #953734

    Hey Joy,

    Thanks for the login details, though I can’t see why that is not working. Could you try deactivating all plugins to see if one of them is causing a conflict please?

    Best regards,
    Rikard

    #954148

    Hi Rikard,

    Thank you for checking. I just did that and deactivated all the plugins, cleared the cache and purged everything via Cloudflare and the menu is still not working :/
    Any other suggestion?

    #954903

    Just checking again to see if you guys had any suggestions as to what could be causing this problem??

    #954986

    Hi Joy,

    I disabled the CSS file merging and compression and Javascript file merging and compression options on your site under Enfold->Performance, and your mobile menu is working again. You will have to experiment a bit with those settings to see what works and what doesn’t on your site, since one of them seems to break the scripts needed for your mobile menu unfortunately.

    Best regards,
    Rikard

    #955489

    Thank you so much, Rikard!
    I followed the post about ranking better with Google page speed. Thank you so much for fixing it, I was really scratching my head as to why it would not work. Thanks again!

    #955670

    Hi Joy,

    Glad we could help :)

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

    #964298

    I found this thread because I have the same issue. My mobile menu is not working. I disabled the above settings but this didn’t help. Can someone help me out with this?

    Many thanks,
    Adrienne

    #965233

    Hi Adrienne,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    Best regards,
    Rikard

    #965848

    Hi Rikard,

    Thank you for your reply! Yes, the menu is working now but the website still looks very small on a phone. What else do I have to do to get a mobile version?

    Many thanks!
    Adrienne

    #967590

    Hi,


    @a3ne
    : The site is set to have fixed layout. Please go to the Enfold > General Layout > Dimensions panel and enable the “Responsive Site” option.

    Best regards,
    Ismael

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