Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #829175

    Hi I just updated to your latest theme. Now the mega menu sub menu items are no longer working when viewed on a mobile phone

    #829221

    It’s happening to many of us and is a known bug….. Hoping Kriesi can get this one fixed asap.

    #829270

    Hi,

    Yes this is a known problem actively being worked on. We will keep you updated on the progress and/or release of a new updated.

    Best regards,
    Jordan Shannon

    #833947

    Any update on this issue?

    #833964

    Same

    #835188

    Any update on if this is being resolved?

    #835439

    Hi,

    Apologies to you all, but there is still no estimated time on a permanent fix unfortunately. Kriesi is working hard to get this resolved and you all will be notified once it is.

    Best regards,
    Jordan Shannon

    #835440

    Hi,

    Apologies to you all, but there is still no estimated time on a permanent fix unfortunately. Kriesi is working hard to get this resolved and you all will be notified once it is.

    Best regards,
    Jordan Shannon

    #843088

    Any update on this issue. Can you even tell me what files to overwrite with my earlier version so that I can have a working mega menu on the mobile device. Thank you

    #843133

    Hi niallbyrne,

    Here is a thread about it:
    https://kriesi.at/support/topic/sub-menu-do-not-appear-in-mobile-menu-since-4-1/#post-823575

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

    #843208

    Hi – Did all changes as in the link you sent re uploading the modified avia.js filebut still did not work. Ihave temprarily reverted to using standard non-mega menu links. My client is not happy at minute.

    #843211

    Sorry to say but I am losing faith in Enfold after years of use. It is disheartening that updates are few and far between, and when we do get updates they contain major bugs which are not addressed after a month of users asking the same questions in the forum over and over again.

    #844635

    Hi,

    Please edit the js > avia.js file, remove everything then replace it with the following code.

    // https://pastebin.com/qmubdK8n

    Make sure that the mega menu has been re-structured without the empty mega menu columns. Purge the cache or hard refresh before checking the page.

    Related thread: https://kriesi.at/support/topic/sub-menu-items-mega-menu-not-showing-on-mobile-version-after-update-to-4-1-1/#post-837262

    Best regards,
    Ismael

    #844834

    I can’t make a fix of the mega-menu on mobile. Could you please make a step-by-step guide? My clients are visiting the website and to let them see that I have an issue with the menu doesn’t look quite good.
    I can provide you with the temporary login and password for you to perform all required changes to fix this issue.

    Thanks for your help in advance.

    #845210

    Hi,

    @treydog: The mobile menu is not displaying because of the “posts-filter-by-taxonomy” plugin. It contains the following css codes which positions the header under the main container.

    .responsive #top #wrap_all #header, .responsive #top #main .container_wrap:first-child, div#footer {
        z-index: 0;
    }

    You can either deactivate the plugin or try this css code in the Quick CSS field.

    .responsive #top #wrap_all #header {
        z-index: 10;
    }
    

    Best regards,
    Ismael

    #845213

    Hi,

    UPDATE: It’s weird that the plugin is using the same exact css selectors as the theme.

    Best regards,
    Ismael

    #849438

    Thanks a lot for the help. But I also have a problem with the Taxonomy filter – it’s just not working at all. Could you please take a look and send me some guides how to fix it?

    #849488

    Hi,

    Please open a new thread for the issue. Thank you. We’ll close this one now.

    Best regards,
    Ismael

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Mega menu on mobile device’ is closed to new replies.