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
There doesn’t seem to be the same issue on a page without LayerSlider present…
Same for me! It only doesn’t work when LayserSlider is on the page.
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
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
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
Hi John,
That seems to have done the trick thanks.
Cheers,
Jason
Hi,
Glad that we could help :)
Best regards,
Nikko