-
AuthorPosts
-
March 27, 2017 at 4:32 am #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,
JasonMarch 27, 2017 at 4:40 am #767169There doesn’t seem to be the same issue on a page without LayerSlider present…
March 27, 2017 at 10:37 am #767305Same for me! It only doesn’t work when LayserSlider is on the page.
-
This reply was modified 8 years, 7 months ago by
mhmma.
March 28, 2017 at 4:47 pm #768283Hi,
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,
AndyMarch 29, 2017 at 2:01 am #768539Hi 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,
JasonMarch 29, 2017 at 6:43 am #768598Hi,
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 8 years, 7 months ago by
John Torvik.
March 31, 2017 at 3:34 am #769711Hi John,
That seems to have done the trick thanks.
Cheers,
JasonMarch 31, 2017 at 7:56 am #769756Hi,
Glad that we could help :)
Best regards,
Nikko -
This reply was modified 8 years, 7 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
