Hi,
Version 3.1 is break my site. I use a full page front page that will no longer display anything beyond the header.
CB
Hi
Please make sure that you update the theme according with our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ and also update Visual Composer plugin at V 4.12 which is included in theme’s path:https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/ deactivate all plugins except VC, clear all; caches then test again.
Let us know how it goes.
Thanks!
Hey,
Yes, you are correct about updating visual composer but I am not left with a second issue. Thankyou!
Nevertheless, the update has left my front page Header Background Colour transparent. Strangely enough on refresh it it appears black but 0% opacity appears within a second.
I know this as I changed it to red during testing. All plugins were disabled and cache refreshed.
See http://www.circusbazaar.com
CB
HI
I’ve checked your site and seems to works fin on my end, even after I’ve refreshed the age several times the header background color is still black: http://screencast.com/t/VemnGsX5j
Let me know if you still have this issues and if there are some specific steps that must be followed in order to duplicate the situation ion my end.
Thanks!
Hi,
Your screenshot shows me the exact problem. I am not talking about the menu bar. I am talking about the “header background colour”.
The Circus Bazaar Logo is supposed to sit on a black full-width background.
CB
Hi
Sorry for misunderstanding.
This happens because you’re using homepage post element which extends by default above main menu. Try this css in theme panel > custom code > custom css to make the background black: http://screencast.com/t/yQMoNEoaV
.home .td-header-style-8 .td-header-sp-logo {
background-color: black;
}
Thanks!
Thankyou,
I have now edited the code and it all looks great again. Thank you for swift responses 🙂
CB
Is there an easy work around to make Post Template 6 work the same way? I find that I’m running into the same problem where the featured image blocks out the background color of the header. If there’s something like the code you recommended before, ie:
.home .td-header-style-8 .td-header-sp-logo {
background-color: black;
}
…but for Post Template 6 that would be awesome. Thanks for creating a great theme.
BZKL