- 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,
If you add a Theme Accent color you can see this color for example when you hover the article title on modules, or the link color from post content – http://screencast.com/t/VjTGht8Uuo7 – http://screencast.com/t/KSrbvIwAN – http://screencast.com/t/C4FiDPfxu3c
If you refer to a custom button(shortcode) added in a post content, you can use these colors for it(Visual Composer colors for button) – http://screencast.com/t/ET94A67p
Here is an example – http://screencast.com/t/cFdlNqBB0 or you can use custom css for other colors.
You can find a similar answer here – https://forum.tagdiv.com/topic/buttons/page/2/#post-72166
Thanks!
Hello Alessandro,
You can remove the comment titles by using custom CSS:
.td-comments-title-wrap{
display:none
}
As for disqus, please unchecke this setting from the dashboard: http://screencast.com/t/dWRjZ9sEK8l
You can also follow this topic to get a few tips for disqus settings: https://forum.tagdiv.com/topic/disqus-comments-not-showing/
Let me know how it goes!
Thanks.
Hi @Aditya,
To solve your problem, please try the modification in header-style-11.php, like that:
http://screencast.com/t/6FUlkwGD2Fhn
If you want to adjust the space border below the banner ad, please try this custom CSS to fix it:
.td-header-style-11 .td-header-sp-logo {
padding-bottom: 20px;
}
Thanks.
Hi,
I have checked you page and it looks like this on my side – http://screencast.com/t/GDayp6ItRp
If you want to reduce the margin bottom you can try this custom css – http://screencast.com/t/I8FAyhHrqu5
.home .td-g-rec-id-custom_ad_1 {
margin-bottom: 0 !important;
}
Also you can use these options for ad sizes for each screen device – http://screencast.com/t/B2rL4odco
Please post your issues in the newsmag section – https://forum.tagdiv.com/forum/newsmag/
Hope this helps!
Hello,
It can be done with custom CSS but it will maybe create other problems along the way. It was not meant do be styled like that.
Use this custom CSS:
.td_block_slide .td_module_slide{
height:350px!important
}
.td_block_slide .td-theme-slider{
height:350px!important;
}
Add the code in the theme panel ->custom css box
Result: http://screencast.com/t/K0fD1T2Mzoj
Thanks.
Hi,
If you alter the logo css you will have to adjust also the header ad css, you can try this custom css I guess it should fix it if I understood we your issue – http://screencast.com/t/xOcKhWFc
@media (min-width: 1200px) {
.td-header-bg .td-a-rec-id-header {
left: 0 !important;
}
}
I see that you use a very old version of the theme and I suggest to upgrade to the latest version when you have time, as you could have some issues/conflicts with plugins that you use or theme’s plugins.
Thanks!
added
.ie11 .col1 cell, .ie10 .col1 cell, .ie9 .col1 cell, .ie8 .col1 cell {
display:block;
}
to theme panel ‘s custom CSS, still not working
Hello,
Unfortunately there is no option to change the header style on a different viewport.
You can use this custom CSS to display the small logo on the mobile version of your site:
@media (max-width: 767px){
.td-header-style-10 .td-main-menu-logo {
display: block!important;}}
Now your logo should show up as expected.
Thank you.
Hello,
Use this custom CSS to tweak it for Internet Explorer:
.ie11 .col1 cell, .ie10 .col1 cell, .ie9 .col1 cell, .ie8 .col1 cell {
display:block;
}
I also added the other versions of internet explorer to the code, but i haven’t tested it on all versions. If there will be problems on a specific version, you can remove it from the code.
Thank you!
Hi
Thanks @Cosmin Tataru for your answer!
@blandRepublic, also you can try this code below within Theme panel->CUSTOM CSS area like that: http://screencast.com/t/VSn4x9zlB0I
.td-header-style-10 .td-logo-wrap-full {
margin-bottom: -40px;
}
The result can be seen here: http://screencast.com/t/3rD1tr8fyD
Thanks!
Hi,
You could use sprites and use custom css to add a background instead of an icon. Something similar like the we use for social counter – http://screencast.com/t/7Hg5sNe9J – http://screencast.com/t/2yCMl4zs8wGN
Or you can add new icons to the theme fonts – http://screencast.com/t/059z1oelgSb
*go to https://icomoon.io/app
*button “import icons”, import from newspaper.svg (in /images/icons/);
*Select your icons and copy – http://screencast.com/t/62BMZmEh – http://screencast.com/t/hxTzPkSy
*button “generate font”, button “download”;
*copy the 4 files (.eot, .svg .ttf .woff), in “icons” folder in the downloaded zip file, rename icomoon.* to newspaper.*, replace old files.
I suggest to use a plugin if you don’t have basic experience or to get someone to help you with this.
Hope this helps!
Hello,
Please try it without any plugins. I see you use rocketloader, which is known to cause problems with our theme. Please disable all javascript, css and html minification options. Then disable all your plugins except visual composer and check your link again.
Let us know how it goes!
Thanks.
Hi,
The stretch row is a Visual Composer feature and the javascript code is used for it and it is not an easy task to change it. The theme doesn’t alter this css and it’s doesn’t support rtl, sorry!
Thanks!
Is there any way to remove Excerpt from all blocks aside from adding .td-excerpt {display:none !important;} in Custom CSS?
How do I specify SegoeUI as main font for all blocks, titles and posts, as it’s not listed in Theme Fonts? The only solution is to change styles.css?
Hello, I purchased Newspaper theme yesterday.
Everything is fine but Speed Booster is not working. It say Disable due to Incompatible Plugins. Incompatible Plugins include: Akimset, MailChimp for WordPress Lite, Read More, Copy Link, TinyMCE Advanced, Ultimate Nofollow, UpdraftPlus – Backup/Restore)
I can’t keep Disable all these Plugins, SO is there anyway to use SPeed Booster with these plugins?
My Website is Hosted on iPage.
I am using WP Super Cache as recommanded by You. As Speed Booster is not working so i have installed Better WOrdpress Minify. I am also using CLoudflare (I have deactivated Minify option in Cloudflare dashboard)
Is It ok to use WP Super cache + Better WordPress Minify + CLoudflare?
Or i can use only WP Super Cache + CLoudflare, as cloudflare also offer Minify JS and CSS option?
I also request you to add feature offered by plugin Read More, Copy Link and Ultimate NOFollow in future updates.
Any other advice to speed up my website?
Gagan Josan
http://www.mysteryofindia.com
Thanks
I’m using a plugin that works well with the theme called …Merge + Minify + Refresh it will minify and merge all ur CSS and JS files…find it via wordpress site >>> https://wordpress.org/plugins/merge-minify-refresh/
Hi;
Newspaper 6 style.css file is very big (687 kb)
is there any way to minify it?
Thanks
please provide me custom css code of looking like Style 11, in style 11 – top menu-Main menu-full logo-full border -then ad.
But I Want to make top Menu – main menu-logo+ad-full border
Please go to the Custom CSS panel of your theme and add the following:
.td-header-style-10 .td-logo-wrap-full {
min-height: 85px;
line-height: 85px;
}
You can play with the numeric values to adjust the logo header height to you liking.
Hi,
Could you share more details about the website please, such as URL, active plugins, etc. ?
It’s a good practice to you export all theme options from the theme panel to a file you will store in a safe place (I’m syncing them weekly to OneDrive) and save the custom CSS to a cloud file too.
I’m also using a plugin called Widgets exporter, which will export all wodget settings to a file and I’m also using a plugin which emails me a database backup every 4 hours.
With all of the above once set up and running, restoring a crashed or hacked website is fast and easy.
Normally people don’t update their posts but if anyone is having this error. It is likely due to whatever CDN you’re using. For example, Cloudflare offers an option for you to Auto Minify javascript, css, and html. To solve this problem, simple deactivate the Auto Minifying of Javascript under the speed tab.
Thank you BogDan for your help!
Best of luck.
Thanks Alin,
Is it possible to add these icons without the font awesome plugin? Could I host the icon locally and then add it to the css?
Hello, this is my site: http://www.pcexpert-blog.com/
Every works well except when I open my site with an ipad (only with an ipad with other devices everything is ok… I have tried with the ipad air and the mini 2 retina) the page leads the browser to crash.
I also tried to disable all plugins and also all the mod that I did at the css file and so on…
But the result is always the same… the browser of my ipad (both safari and also chrome) crashes before the end of the scrolling to the end of the homepage.
Hi
Sorry for misunderstanding you.
To change the color for articles tile try this css in theme panel > custom css; http://screencast.com/t/tJwET3UN
.td-footer-container .td-module-title a {
color: #F2F2F2;
}
Thanks!
How the stretch row related to rtl? it’s just styling isn’t it? you don’t think it’s a bug? even when i remove every rtl css style that i made, it’s still going left.