• Resolved batuhanarican

    (@batuhanarican)


    Hi,

    I am using your plugin for my website and there is a bug that I couldn’t fix by myself.

    The mobile menu pushes the website down when being opened, which is fine. However after the animation is finished, the webpage jumps back to its original position which looks very weird. I saw in the inspector that the inline ‘height’ CSS is being removed after the animation. I suppose that there’s something wrong in the Javascript code. I am hoping that you can help me ??

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi batuhanarican, Thanks for using wp-megamenu plugin. We are sorry for this issue, we will fix it in the next update.

    Quick Fix: Now you can add this css code at the bottom of your style.css file. It will solve your issue:

    .fl-page-nav-collapse.navbar-collapse {
        position: absolute;
        background: white;
        z-index: 9999999;
        width: 100%;
        left: 0;
    }
    • This reply was modified 6 years, 2 months ago by Delowar.
Viewing 1 replies (of 1 total)
  • The topic ‘Mobile menu animation bug’ is closed to new replies.