I’m having an issue with the mobile menu not appearing on the home page but on the subpage on the iPhones and other mobile devices. At times, when it does appear, it overlapps the shopping cart icon.
I recently added the CSS code
.show_mobile_menu #mobile-advanced {
display: block;
}
But it doesn’t seem to work for me. Any suggestions?
Hey Marcus,
I removed:
.show_mobile_menu #mobile-advanced {
display: block;
}
and added:
@media only screen and (min-width: 426px) and (max-width: 1023px) {
#advanced_menu_toggle {right: 40px!important; }}
Please clear your cache: [http://www.refreshyourcache.com/en/home/] :)
Best regards,
Mike
Hi Mike!
Thank so much for your help and quick response. I did clear my cache and the mobile menu did appear. However, when I press on another page and come back to the home page, it’s gone again. I cleared all my cache plugins on the website as well. I noticed on the image slider on the mobile phone disappears as well.
Screen shots of my mobile phone (iphone) and desktop.
https://thatsoupchic.com/wp-content/uploads/2017/06/IMG_4600.png
https://thatsoupchic.com/wp-content/uploads/2017/06/IMG_4599.png
https://thatsoupchic.com/wp-content/uploads/2017/06/1.jpg
https://thatsoupchic.com/wp-content/uploads/2017/06/2.jpg
Sure thing. I’ll try it again.
Did you try going to a different page and then coming back to the home page?
Really appreciate your help!
Looks like it was the W3 Total Cache plugin giving me the issue. Most be a setting that is messing the site up.
Hi!
Do you need further help with this? :)
Best regards,
Sarah