- NewspaperCreate Custom Code with the browserâs Inspector or the Live CSS Box
- NewspaperScroll Animation
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperHow to setup Twitch for Social Counter
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperAutoptimize Plugin – install and configuration
- NewspaperAdding Multiple Authors to Your Articles
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperBig Grid Flex Settings
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
Hi,
I’ve checked your site but the ad is not there, did you disable it or it appears only to certain areas?
I suspect that the ad comes with some html or css which breaks the layout. We can only check it when the ad is enabled and the error is there.
Thank you!
Alin……… THANK YOU!
You nailed it!
One tiny rogue bit of CSS from a random plugin…… crazy
Hi,
Please disable all your plugins except of Visual Composer, clear cache and also check this without any js/css minifications. I have checked your site and the issue seems to be caused by this css – http://screencast.com/t/5NGRKOvML – http://screencast.com/t/sqTAQGqG So this css and a margin and I guess that it comes from a plugin that you use.
Also if you refer to the quotes you can find them in Formats – http://screencast.com/t/nDCcuirC6Wx The shortcodes were removed, html is used now to allow a backend replica of the frontend.
Thanks!
Thanks that definitely worked. After I got that working I wanted to try to get the UserPro login to come up instead of being displayed inside of the td-login-wrap to make it a little cleaner. I found what might be an even easier solution. I replaced THIS css class in top-menu.php to THIS. Try it and see if it works on your end, it seems to be working for me. You can test it on my site Mainly Viral. Let me know what you think. Thanks again for the fast help!
Hi,
Please make a full backup of your current installation – https://codex.wordpress.org/WordPress_Backups deactivate all plugins and do a clean update, meaning that we recommend that you delete the old version of the theme before uploading the new one and also update the plugins that come with the theme’s files(VC, Social Counter…). After update you can run the script like it is suggested in the upgrade guide. Please note that Newspaper 6 is a new theme so old files customization, custom css will not work anymore so you will have to customize it again, it is not necessarily to update the theme gradually(question 2). Also you will have to re-add the widgets to your sidebar(s) as they will become inactive.
Hope this helps!
Hi,
If you don’t want meta info and category tag on block 13 where is used module 14(it is used also on block 20) you can use this custom css to hide them: http://screencast.com/t/DBzrRsjlHBmV
.td_block_13 .td-post-category, .td_block_13 .td-post-date, .td_block_13 .td-module-comments {
display: none;
}
If you want to do this for module 14, so it will be applied where this module is used(loop, block13/20) just change .td_block_13 class with .td_module_14
Thanks!
Hi,
Just paste this code in Theme Panel > Custom Css – http://screencast.com/t/MbJWkqsf
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #fff !important;
}
#td-top-mobile-toggle i, .header-search-wrap #td-header-search-button .td-icon-search {
color: #222 !important;
}
}
Result: http://screencast.com/t/TC2Qt7US
Thanks!
Hi,
Thanks Chris!
@k24 I’m not sure what is the issue on IE 11? Please provide more details where I should look on your site. It looks fine on my side – http://screencast.com/t/G5knUgSIs
The zoom effect is disable on IE or Safari because these browsers do not support some effects very well and may not look fine. If you want zoom effect also on IE please remove this code from style.css file – http://screencast.com/t/2HcnpZSprS8 or remove it only for IE 11 – http://screencast.com/t/Upq5DfQc
Thanks!
Hi k24,
I have checked your site and the issue with social icons is happening also on desktop. Please check this without any plugins active except of Visual Composer, clear cache and purge your files as I see that you use CDN, then see if you still have this issue with social counter icons.
If this doesn’t fix the issue, please try to replace elements.png and elements@2x.png files with those provided with the theme version that you use – http://screencast.com/t/NYJ6voKq
Regarding mobile menu you can use custom css the change it color: http://screencast.com/t/eu3aUxL2pm
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #fff !important;
}
#td-top-mobile-toggle i, .header-search-wrap #td-header-search-button .td-icon-search {
color: #222 !important;
}
}
Yes, you can use this guide to update the theme to the latest version(A-also video tutorial,B,C) – https://forum.tagdiv.com/how-to-update-the-theme-2/ and you can do this without plugins active and then update the Visual Composer and other plugins that come with the theme(if you use).
Thanks!
Tks Alin, u’re right. I’ve added your CSS condition in the advanced CSS panel for the landscape view.
For the problem regarding the ADS visible in the header while DISABLE ON PHONE is enabled (I still view the ads on my iphone 6)?
Tks
Roberto
Hi,
You have a css that overwrite the default – http://screencast.com/t/upPaQOrWLc – http://screencast.com/t/uqT0TSSHs41S If you inspect our demo you can see that this is the css code without margin-left on specific devices – http://screencast.com/t/OcbNqZ9kDPF
So please check you custom css and fix that or you can try this code in Theme Panel > Custom Css – http://screencast.com/t/PcN45iwTHHb
@media (min-width: 1019px) and (max-width: 1140px) {
.td-header-style-1 .td-header-sp-logo {
margin-left: 0 !important;
}
}
Thanks!
Hi,
You can use this custom css to hide the author on slider – http://screencast.com/t/0StFZZbwAZ
.td_block_slide .td-post-author-name {
display: none;
}
Thanks!
Hi,
I had a jetpack email subscription widget at the footer of the page.
The text of the color is same as the background color, so I want to change it.
I try to use custom css to chnage.
.widget.jetpack_subscription_widget {
color: white;
}
but it doesn’t work.
It seems the theme text color override this css setting.
Is there any method to change the text color?
Thanks.
I’m struggling to understand the code. I’m completely new to this. If i just wanted to make the background color of the sticky header white on mobile devices what is the exact code would i enter into the custom css box??
Hi Chris,
Thanks for replying, I had read some of your previous posts regarding similar issues and have tried resaving the widgets and modules. The sidebar is actually there, it’s just at the bottom of the main content. It seems almost like there is a html/CSS error somewhere that’s stopping the content from floating. I’m totally stumped.
On the installation guide it suggested deleting the entire Newpaper theme, which I did prior to installing 6, I also ran the script on the welcome page.
I’m no coder or web wizard, but it almost feels like there is some missing </div> somewhere in the template files that’s breaking the theme or maybe VC is just not functioning as it should for some weird reason.
I’m racking my brains here, it’s almost like there needs to be some correction in the html, like an open DIV or a CSS error forcing the sidebar below the content. đ
Hello everyone!
I’m facing an issue with Block 18, with large (first) article. The size in docs and css seems to be 385px but I have like extra 20px. When I use normal slide to show the same article the size is correct. How do I fix this?
I have the latest version of the theme – 6.3.2

Hi
the category Description in newsmag 1.5 still there ..
http://www.autosport.me/category/me-plus/
i used this css:
.td-category-description{
display:none!important;
}
but its only work on newsmag 2.0
Hi,
The space is there because there’s no height set on the image container. On posts which come with no image the excerpt and the other elements move to the top area. I’ve uses custom css to add height to the image container and you can see how it looks now – http://screencast.com/t/pH0oCBs8R2i
I think you need some sort of masonry block, unfortunately the theme doesn’t have one. A solution may be to create a new block but it’s not an easy task so i suggest that you look for a professional developer to help you with this task. An alternative would be to test the masonry grid available in Visual Composer – http://screencast.com/t/PFZA4lstRg – https://wpbakery.atlassian.net/wiki/display/VC/Grid+Builder
Thank you!
-
This reply was modified 11 years by
Emil G.
Hi
If you’re using speed booster plugin, the custom css generated by the theme it’s moved to the bottom of the page, and that’s why appear that delay. You can insert your customization directly in main css file: style.css to avoid
that delay: http://screencast.com/t/WlmjNCT7x and change the default color with the one you need.
Thanks!
Hi,
Sorry for delay! I asked the developers about this and they took this decision to stop the zoom effect on safari as this browser doesn’t support well some effects. You can easily activate it if you remove this css code from style.css file – http://screencast.com/t/zLttdghOXi
Thanks for the message!
Hi
I’m using the default demo data. I’ve checked the DISABLE ON PHONE in HEADER ads panel. On my iphone 6 the ads is still visible.
Then, if you look with ipad mini on portrait orientation, the header is not resized correctly and the ADS goes at the bottom of the logo. On landscape working well. I’ve leave the setting for ADS on auto resize function.
At the moment i’m on staging and only demo data with a little css modification is visible.
You can take a look here
http://beta.ilnostrobimbo.it
Tks so much
Roberto