Newapaper 7 update prob

Posted in: Newspaper
Post count: 4

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

Post count: 4

I’ve not changed any theme files, so I did a complete install and using tech demo theme for the website.. Pls suggest what to do

Post count: 242

This is the same problem for me – I thought an Ubermenu problem – but installed on staging and the problem is still there – v7 loads the mobile menu on desktop vertically not horizontally

Post count: 44

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.

  • This reply was modified 10 years by beermoney.
  • This reply was modified 10 years by beermoney. Reason: Added Code Tag
Post count: 98

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.

Post count: 4

Thanks for your follow up. I used the same CSS but, still it shows the mobile container..

Post count: 22421

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!

Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.