Compatibility problem with a sticky bar
-
Hello,
While I was using your mobile menu plugin, I also needed for another bar on the bottom of the screen (mobile only), with a fixed position.The problem is that when Mobile Menu is active, the other bar doesn’t follow the scroll, when I tried to deactivate it, it worked like it should.
Any idea on how to solve this?
Btw, to have the other bar I created a widget in the footer and then added some css
.sticky_footer-mobile { display: none; } @media (max-width: 680px){ .sticky_footer-mobile { display: block; position: fixed; bottom: 0; right: 0; left: 0; width: 100%; height: 50px; } }Thank you and regards,
Nicholas
-
Hi,
Thanks for using WP Mobile Menu.
Add the code below to your custom css option, it will probably fix it. Clear the browser cache.html, body { overflow-x: hidden; }-Takanakui
Hello,
Nope, same as before.Do you have any cache plugin installed? If so purge the plugin cache.
Can you send me your site url? If you want to keep it private send me an email to support at wpmobilemenu dot comThanks
-Takanakui
Yeah, I have W3 Total Cache, and yes, I already did try.
Note: The bar is for now on the mobile italian version only.
Thank you very much for your support.
-
This reply was modified 8 years, 11 months ago by
Renwod.
In that case can you replace the mobmenu.js located in mobile-menu/js/ by this file in the Dropbox link?
https://www.dropbox.com/s/8q57cvgo7mkkghi/mobmenu.js?dl=0After that purge the cache from the cache plugin and also the cache from your browser.
-Takanakui
That did it, now it’s working.
Thank you very much!
No problem. Glad it’s sorted.
If you have some time, I would appreciate a review.
https://wordpress.org/support/plugin/mobile-menu/reviews/?filter=5Thanks
-Takanakui
-
This reply was modified 8 years, 11 months ago by
The topic ‘Compatibility problem with a sticky bar’ is closed to new replies.