I’ve updated to Newspaper 7 and for some reason the website is showing expanded mobile menu on all the pages. I’ve searched the forum, based on your tips, I deactivated all plugins except visual composer, cleared cache and still it is showing. Our site:http://techiewheels.com Pls help
I had the exact same issue this morning when I updated to v7.0. I couldn’t for the life of me figure out what the heck this gradient bar was on the left side of the screen. I hid it via CSS, and then figured out about an hour later that this was the background for the new mobile menu. I ended up just adjusting my CSS as I couldn’t figure out as to why this was showing on the Desktop version. Here is what I used in the CSS of my Child theme:
/* -==========================- DESKTOP -==========================- */
@media only screen and (min-width:1024px) {
.td-menu-background:before { display: none; }
}
/* -==========================- TABLET -==========================- */
@media only screen and (min-width:640px) and (max-width:1023px) {
.td-menu-background:before { display: none; }
}
This hid the menu from showing up on the Desktop and Tablet versions of the site, but still showed up on the Mobile Phone version. If you don’t want it hid on the tablet version, then just leave that out and just use the top section for Desktops. This was the only way that I could figure out how to remove it as I couldn’t find any info on it.
I tried version 7 on my localhost and I saw mobile menu on desktop too. I just hit Ctrl + F5 and cleared caches. Problem solved for me.
Hello,
Please try to deactivate all your plugins and most important clear all caches and CDN files. Also access the theme panel and hit the save button if you have not after you updated.
If the problem persists afterwards, please send us an email at contact@tagdiv.com and provide wp-admin so we can access your back-end. Also include a link to this topic.
Thank you!
