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

    Hi there,
    My client isn’t happy with the way the mobile menu is working, they see it as sticking when trying to scroll up/down.
    Here’s a quick video to hopefully explain better than words.
    I am running 4.0.3 & everything else is up-to-date.
    I’m also using your child theme, & have tried this CSS rule:

    @media only screen and (max-width: 767px) {
    #wrap_all {overflow: hidden;/*needed for mobile menu scrolling */}
    }

    What do you recommend?
    Thanks,
    Jason

    #767169

    There doesn’t seem to be the same issue on a page without LayerSlider present…

    #767305

    Same for me! It only doesn’t work when LayserSlider is on the page.

    • This reply was modified 7 years, 7 months ago by mhmma.
    #768283

    Hi,

    I can’t login into your WP backend after brute force login. Can you provide us a precise login page please?

    Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.

    Best regards,
    Andy

    #768539

    Hi Andy,
    I just successfully logged in using those credentials – what issue are you having?
    For the record – it seems to be LayerSlider which is causing the issue (as mentioned above) this is not a plugin I can disable.
    Thanks,
    Jason

    #768598

    Hi,

    To fix it, just apply the !important after the hidden property, follow the new custom code:

    
    @media only screen and (max-width: 767px) {
    #wrap_all {overflow: hidden !important; /*needed for mobile menu scrolling */}
    }
    

    Best regards,
    John Torvik

    • This reply was modified 7 years, 7 months ago by John Torvik.
    #769711

    Hi John,
    That seems to have done the trick thanks.
    Cheers,
    Jason

    #769756

    Hi,

    Glad that we could help :)

    Best regards,
    Nikko

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