Megamenu and related posts – CSS problem

Posted in: Newsmag
Post count: 10

Hi,

I updated my theme to the latest version and now I have 2 css bugs that I can’t fix.

Megamenu should be: https://dl.dropboxusercontent.com/u/26399544/menu.png
My megamenu: https://dl.dropboxusercontent.com/u/26399544/menu1.png

Related posts should be: https://dl.dropboxusercontent.com/u/26399544/posts1.png
My related posts: https://dl.dropboxusercontent.com/u/26399544/posts.png

Any idea?

Thanks.

Post count: 9544

Clear all cache on server if using them. Reset CDN to get latest CSS.

Resave the menu from WP panel.
Resave the post settings page for related posts from the theme panel.

Clear all browser cache.

That worked for me. Might not be the same issue, however.

Post count: 10

Nope. No changes.

I already did it and have no idea what to try next :/

Post count: 9544

Did you check the console for errors ? (F12) in Chrome or IE11 ?

Chrome is pretty good about saying “blah did blah…”

Post count: 10
Post count: 7909

Hi,

Please deactivate all plugins leaving just the Visual Composer plugins active then empty cache and also purge files if you use any CDN host services then check again. I also tested this with the last theme version and found no issues. If you still have that issue please provide your site URL so I can inspect this.

Thanks!

Post count: 10

Hi,

I deactivate all plugins, but I still have the problem.

My url: http://www.reconversionprofessionnelle.org

Thanks !

Post count: 6600

Hi,

My guess is that somehow your update hasn’t been done well or you have made changes/modifications to the theme as the it seems that this css code is missing or it’s not applied: http://screencast.com/t/jPoIT65Hu
Please also test this after disabling the css minifier/html compressor and make sure you empty cache/purge files afterwards then test again without plugins.
Add this css in theme panel > custom css for the mega menu issue:

.td-mega-menu .td_block_mega_menu {
padding-top: 20px;
}

For the “Related posts” issue, after I inspected your site I noticed that the images are loaded at their original sizes which should not happen so I suggest you follow this guide and regenerate thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
After that please make sure you empty cache and/or purge files.
The line height/ font/ size/ family/ weight.. can be changed from theme panel: http://screencast.com/t/DHO5IQnJrLqW

Thanks

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newsmag’ is closed to new topics and replies.