- 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,
You can try the settings from Theme panel -> https://www.screencast.com/t/23eJTwlLQ4
After that you can add some custom css.
If you need help with css let me know.
Thank you.
Hi,
Please replace the above css with this one:
@media (max-width: 767px){
.td-header-top-menu-full, .td-header-sp-top-menu {
display: block!Important;
}
}
Se results: https://www.screencast.com/t/ULs1sH71CHQ7
Thank you.
Hi,
You can try the settings from theme colors, the settings from demo are mostly custom made, but you can obtain that with some work.
Theme colors introduction -> https://forum.tagdiv.com/theme-colors-introduction/
Also check the blocks color -> https://forum.tagdiv.com/block-settings-tutorial/
Or you can use custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thank you.
Hi
On my site at WomensGolf.com the post subtitles are italic – I would like them to be normal.
The subtitle settings in the theme panel are all default – https://www.dropbox.com/s/1495xw9uam6edsy/subtitle%20post%20style%20theme%20panel.JPG?dl=0
and My Custom CSS in the Theme panel doesn’t have a subtitle reference:
.td-social-boxed .td_social_type span { line-height: 21px; }
.my_block .td-excerpt{
color:black;
}
.entry-crumbs, .entry-crumbs a{
color:black;
}
*/#td-outer-wrap{
position:relative!important;;
*/top:50px!important;
}?/*
.wp-caption-text, .wp-caption-dd {
text-align: center;
font-style: normal;
}
.td-header-top-menu-full {
margin-bottom: 40px!important;
}
.td-header-gradient:before { display:none; }
.td-header-style-1 .td-header-sp-recs, .td-header-style-1 .td-header-sp-logo {
margin-bottom: 25px!important;
}
.td-header-sp-logo img{
margin:0
}
I’m using the default post template (not a cloud template).
Thank you
Richard
Hi,
If you want to have this custom only on desktop please set the css in Newspaper>Theme panel>Custom code>Advance css section Desktop
https://www.screencast.com/t/a7rbpkY68
body .td-scroll-up {
background-color: blue;
border: 2px solid green;
width: 50px;
height :50px;
right: 350px;
}
body .td-scroll-up .td-icon-menu-up {
color: #fff;
font-size: 20px;
display: block;
text-align: center;
width: 40px;
top: 10px;
left: 4px;
}
Thanks.
Hi,
The only thing that i did is that i put a widget outside of the content on the page.php and the custom css is not working.
Please advise further
Hi,
Please try this custom css
header .entry-title {
border-style: solid;
border-width: 0px 0px 4px 0px;
}
https://www.screencast.com/t/VJgsfEc2
Hope this will help you!
Thank you.
Hi,
Sorry, the word is “capitalize”, and here is the css
.td-page-title {
text-transform: capitalize;
}
Thank you.
Hi,
If I understand correctly you want to remove the gradient from feature image, if is so maybe this custom css will help you , if not please provide a link were I can inspect the problem, in this way I can provide you the right custom css
https://www.screencast.com/t/gIPSmxikw7K
.single .tdc-content-wrap ::after {
background-color: transparent;
}
Please add the code in Newspaper>Theme panel>Custom code>Custom css
Hope this will help you!
Thanks.
Hi,
In order to do that you need to use custom css
here you can see an example -> https://www.screencast.com/t/sSLrCVNOhS
.single .category-street-fashion .td-post-content a {
color: red;
}
Hope this will help you!
Thanks.
Hi,
I think that you can do this by adding a class to your contact form, or to set the custom css in Newspaper>Theme panel>Custom code>Custom css
Unfortunately our theme do not have any option to deactivate/remove the theme css, sorry.
Thank you for your understanding.
There will be overall improvements made in the theme in coming updates. It is true that the CSS has become somewhat large in size, there will be steps taken in this matter to reduce it. This should have a positive influence in the above issue as well. I can’t say much about it at the moment or exactly when it will be implemented.
Usually and from what I know from previous cases, most 500 errors are caused by low WP-memory, increasing it to a value of 256M or higher if possible solved the problem. This value would be enough for most websites. Of course these errors could be caused by other factors.
I was placing your code into Custom CSS Fields in the Theme Panel but it’s still there, nothing changed.
Hi,
Please notice that the speed of your website depends on how well your site is optimized.
Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit our requirements.
Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
Also, check all of your Ad Spots and if you have entered any suspicious code through them, remove all of them and check the results without them.
One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
Basically, these are the theme requirements
– https://forum.tagdiv.com/requirements-for-newspaper/
Another useful guide for increasing the page speed can be found here -> https://kinsta.com/blog/google-pagespeed-insights/
Thanks for your understanding!
Hi,
You can try this custom css
.td-post-content p
{
margin-top: 26px;
}
https://www.screencast.com/t/sQa1mEfXvf
Hope this will help you!
Hi Mark Gilbert,
The default Newsmag layout comes with borders. If you want a vertical divider, you should use a bit of CSS code to add it.
Thanks for the message!
Hi,
Please notice that the whole CSS of the theme can be found in style.css core file from here -> https://www.screencast.com/t/VLm4PCfo
Thanks.
Hi,
In order to do that you’ll need to use some custom css
https://www.screencast.com/t/hdZGpQtp6XJ
body .td-scroll-up {
background-color: blue;
border: 2px solid green;
width: 50px;
height :50px;
}
body .td-scroll-up .td-icon-menu-up {
color: #fff;
font-size: 20px;
display: block;
text-align: center;
width: 40px;
top: 10px;
left: 4px;
}
Set the code in Newspaper>theme panel>Custom code>Custom css
Hope this will help you.
Hi,
1. You need to set a excerpt on title ( Excerpts introduction -> https://forum.tagdiv.com/excerpts-introduction/ ).
2. Please check our documentation for Filter Tab -> https://forum.tagdiv.com/block-settings-guide/
3. Unfortunately our theme do not have this option of photo grid.
4. Please use this custom css
.td-footer-wrapper div .td_block_template_4 .td-block-title > * {
background-color: #ff4136;
color: #fff;
}
.td-footer-wrapper div .td_block_template_4 .td-block-title > *:before {
border-color: #ff4136 transparent transparent transparent!important;
}
set it in newspaper>Theme panel>Custom code>Custom css
https://www.screencast.com/t/PqwsUKDkv
5. Please check the settings from Settings>Discussion -> https://www.screencast.com/t/zuLKrsGAs3g
Unfortunately for removing the website and links is no option in tagDic Cloud Library , you can use some custom css to hide some of them, if those are not important.
6. Unfortunately our theme do not have this type of menu, maybe you can use a plugin to achieve that
-> https://wordpress.org/plugins/tags/hamburger/
7. Single post templeats can be apply only on posts, pleasee check our documentation for post templates-> https://forum.tagdiv.com/post-templates-2/
8. You can set in page with tagDiv Composer a post loop and set the pagination to infinite load -> https://forum.tagdiv.com/post-templates-2/
9. you can set a gif as background, but the gif need to be set ass full size https://www.screencast.com/t/1jxLwVne2Vp
10. Please notice that the speed of your website depends on how well your site is optimized.
There are many optimization guides provided by our users here in the forum, some made by us, you could check some of them
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/topic/theme-causing-high-cpu-usage-2/
– https://forum.tagdiv.com/topic/sql-querys-high-cpu/
– https://forum.tagdiv.com/topic/newspaper-theme-slow-to-respond/
– https://premium.wpmudev.org/blog/optimizing-your-wordpress-database-a-complete-guide/
– https://underconstructionpage.com/optimize-wordpress-database/
– https://crunchify.com/better-optimize-wordpress-database-all-in-one-guide/
Hope this will help you.
Thank you.
Thanks – I’ll try again or your CSS. Although I’ll need CSS code for capitalize not upper case. What word would that be? Much appreciate your help.
Hi,
This option for transform usually is working -> https://www.screencast.com/t/UndaGZfwvVf -> https://www.screencast.com/t/hWNIQmUf
If this is not working you can use this custom css
.td-page-title {
text-transform: uppercase;
}
Set the css in Newspaper>theme panel>Custom code>Custom css
Thank you.
Hi, I just made a contact form using WPFORMS, it works but the thing is it looks very bad because it is loading css from the theme rather than the wpforms plugin. How can I let it load wpform css?
I have a news website and it’s too slow. There are over 7000 articles.
How can I reduce the size of database? I tried using wp sweep but it’s not working.

I checked which table is the biggest and find out that wp-option table is over 800mb.
https://imgur.com/r4uSN4I
I tried to identify wp-option table is a handful of huge records, or if there’s just a ton of junk in there.
This is what I’ve found. It has 3813795 total rows.
These have the largest length.
https://imgur.com/PYoGZX3
Which of these I can delete, because I see some of there are from Newspaper theme (td_011, td_011_remote_cache,td_011_log)?
Here is also my htaccess code:
# BEGIN WordPress
# BEGIN Math Captcha
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .wp-comments-post.php*
RewriteCond %{HTTP_REFERER} !.*www.otisak.ba.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L]
</IfModule>
# END Math Captcha
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# BEGIN Compress text files
<ifModule mod_deflate.c>
<filesMatch "\.(css|js|x?html?|php)$">
SetOutputFilter DEFLATE
</filesMatch>
</ifModule>
# END Compress text files
# BEGIN Expire headers
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 5 seconds"
ExpiresByType image/x-icon "access plus 604800 seconds"
ExpiresByType image/jpeg "access plus 604800 seconds"
ExpiresByType image/png "access plus 604800 seconds"
ExpiresByType image/gif "access plus 604800 seconds"
ExpiresByType application/x-shockwave-flash "access plus 604800 seconds"
ExpiresByType text/css "access plus 604800 seconds"
ExpiresByType text/javascript "access plus 604800 seconds"
ExpiresByType application/javascript "access plus 604800 seconds"
ExpiresByType application/x-javascript "access plus 604800 seconds"
#ExpiresByType text/html "access plus 600 seconds"
#ExpiresByType application/xhtml+xml "access plus 600 seconds"
</ifModule>
# END Expire headers
php_value max_input_vars 5000
Site is run on
CentOS 7.1 x64
10GB RAM
6 CPU
Hi,
There is no option of zoom on latest articles, in order to do that you’ll need to use some custom css; please add the below custom code in Newspaper>Theme panel>Custom code >Custom css
.td-pb-article-list .td-module-image:hover {
transform: scale(1.04);
}
.td-pb-article-list .td-module-image {
transition: all 0.2s ease;
}
-> https://www.screencast.com/t/bnsrEqtZ
See the results
https://www.screencast.com/t/0YWiEQAfSQ
Thanks.
Hi,
If you want to disable the Search functionality, you need to use a bit of CSS code for this to hide it. Use the code below and place it in Theme panel -> Custom CSS area.
Check the code ->
.header-search-wrap .td-icon-search{
display:none;
}
If you want to integrate the Google Search, you can use the following tutorial from here -> https://www.getcooltricks.com/wordpress/google-cse-integration-to-newspaper-wordpress-theme/ -> https://forum.tagdiv.com/topic/how-to-create-a-google-custom-search-page/
Thanks.