- 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 dear guys, I ask you a favor about Block 4.
When I click on “Load More Button” the Thumbnail images are not the same size as the previous ones. How can I fix this? Have you a css custom code?
https://s22.postimg.org/4v0kuy3y9/Voila_Capture_2017-05-06_10-05-06_PM.jpg
You can look at this problem on my homepage just on the bottom of the post, above instagram plugin.
Many thanks!
Elisa
Probably good to check your site security, and reset all passwords. Themes cannot “change themselves” overnight without somebody doing something, or some “automatic update” to some other thing breaking your site. (I base this on using WP since 2005.)
It’s possible your hosting provider had some breakdown, and went to a prior day backup.
Only option there is to recreate all your changes. Also, remember to make backups of all custom CSS and do regular dbase exports (from WP tools) after major changes for safekeeping. I copy out my custom changes to theme panels into a text file, so anything I did by hand in style boxes, or sidebars can easily be redone. Also, ‘export’ the custom styles/setting from theme to text file as well (from theme panel).
I don’t work here – just some feedback.
I have fixed it with this CSS code:
.td-post-template-7 .entry-title {
color: #fff!important;
}
Hi, i know that theme now not support fullwidth anywhere. But i need make slider (revolution or tagdiv slider) fullwidth on my homepage here https://esthederm.in.ua/
Can you give a CSS solution or this is impossible at all?
Thank you!
Please notify me when this will be fixed… Now i have fixed this by this CSS… Im using this for ads.. this kind of ad is monetizing my web :-/
Hi, is there a way to change (with CSS or other) the height in the Big grid 1?
This is my actual grid:

I would like to change it to something similar to this one:

Thanx a lot
Regards
Hi,
For the category pages you could try a code like this
– https://www.screencast.com/t/LNXz1259
The code must be entered in Theme panel->Custom Css
.category .td-category-header {
display: none;
}
Thanks
Hi there,
I found this wonderfull tutorial ( https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/) makes me feel i know codes haha
Anyway, i have been playing around and made a few changes. But i can’t seem to change the hover effect.
Can you assist?
This is the code i made up trough the tutorial :
.td-read-more a, .more-link-wrap a {
background-color: #ffffff;
color: #000000;
border: 1px solid #000;
display: inline-block;
font-size: 13px;
letter-spacing: 2px;
font-weight: 500;
line-height: 1;
padding: 10px 15px;
-webkit-transition: background-color 0.4s;
-moz-transition: background-color 0.4s;
-o-transition: background-color 0.4s;
transition: background-color 0.4s;
}
.td-read-more a:hover {
color: #fff;
}
.td-excerpt {
text-align: left;
}
.td-post-category {
display: inline-block;
padding-left: 0;
text-transform: uppercase;
background-color: #ffffff;
color: #bf9f5a;
letter-spacing: 2px;
font-size: 11px;
}
You can visit my website to see what it does now : http://www.serinawilliams.nl
The category’s are the right color but when you hover it turns black. I wan’t to stay as it is when you don’t hover.
The ” Lees meer / Read more ” button goes black but i would like it to stay as it is when you don’t hover.
please correct me if necessary,i am very new to CSS.
Hello modaestrat,
1,3)Using the post ID for your desired post, you can hide the related articles and author box for this post. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.postid-380 .author-box-wrap, .td_block_related_posts {
display:none;
}
The result is here -> https://www.screencast.com/t/tnSmf1IwoG
5)Notice that the category tags for Related Articles should have to be enabled from Theme panel->Block Settings ->Category Tag on Modules/Blocks, like this -> https://www.screencast.com/t/NsO1MhdZsTc Then if you want to display the meta info container (author, date, and comments counter) you should make some changes in order to achieve this, like this -> https://www.screencast.com/t/pLXvabdP1tA and then use a bit of CSS code to adjust these details, like this -> https://www.screencast.com/t/zjHZlHbsOjo6
The code is ->
.td_module_related_posts .td-module-title{
margin-bottom:2px;
}
If the future, if you want to make your design, you will have to consult our useful guide here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ because there you will find the method by which you can create your custom code yourself.
Hope this helps!
Thanks for the message!
Thanks but fastest caché give better results and can min html, CSS… But now Doesnt work 🙁 in my another website works very well with newspaper theme.
Hi there,
I would like to use Contact Form 7 plugin in my site.
Is there any tutorial and/or demo where I could see how to do this? Any CSS’s styles to be shown as the theme?
I’ve inserted in my home page a Contact Form module using visual composer and it shows with no css formatting/styling at all.
Thanks!
Hello,
You can add this custom css in the theme panel-> custom css box but this will cause the menu to go on 2 rows on the sticky menu because the logo will need to take up space in the menu when the menu is sticky:
@media(min-width: 768px){
.td-header-style-10 .td-logo-sticky {
position: relative!important;
}}
https://www.screencast.com/t/PodLSExYxqz8
Thank you!
Hi,
It can be possible, with a shortcode. You need to edit the post template files that you want. Each post template has a corresponding single.php file and a loop-single.php file.
– https://www.screencast.com/t/oMIWFDRu
By editing these templates you can insert the shortcode in the post structure, for the post templates you want.
Like in this example for post template 2, where the code is inserted above the top social sharing
– https://www.screencast.com/t/RGtLW6IbQWI
– https://www.screencast.com/t/4xrvqho6WA4
You could experiment with other positions in the post structure.
This is the code used in the example
<?php echo do_shortcode ('[td_block_trending_now tdc_css=""]'); ?>
Thanks
Hello nkodgh,
You should use a bit of CSS code to do this. Try the code below and place it in Theme panel->Custom CSSW area.
.td-post-source-tags {
margin-left:-20px;
}
The result is here -> https://www.screencast.com/t/FwJmar0g
Thanks for the message!
Hi,
For the post page you can disable the comment count in the theme panel also
– https://www.screencast.com/t/O8pGAmCqc1DV
But for the author box there is no option to disable the comment count. However if you want to achieve it, you could do it in two ways. The easiest method would be to use this code
– https://www.screencast.com/t/Cwvg0WZib
The code will hide the count in the author box, you just need to enter it in Theme panel->Custom Css
.td-author-counters
.td-author-comments-count {
display: none;
}
The other method is to edit this file in the theme
– https://www.screencast.com/t/7mI9KMqEeoHW
There you will have to comment the lines of code mentioned, and the count will be removed.
Thanks
From this post:
http://www.kriesi.at/support/topic/lightbox-image-full-sized-and-scrollable/
You can see that the Customer Support Team of the Enfold Theme by Kriesi provided one of their customers with a CSS Code solution.
From this post, you can see that Enfold’s Theme’s team’s solution to their customers is:
#top .hide_scrollbar, .hide_scrollbar{
overflow: auto !important;
}
I tried to use this code as is, but it acts funny and click the dark part of the lightbox to zoom causes the image to simultaneously close down.
Can you modify this code to make it compatible with Newspaper?
You need to add your custom CSS color/sizes to bottom of the style.css to avoid “flash of unstyled text”
Hi,
Please try the code provided below, it should fix this issue
– https://www.screencast.com/t/b9UOiRMMJw
The code must be entered in Theme panel->Custom Css section
.td-magazine .td_block_template_1
.td-related-title .td-cur-simple-item {
color: #b14671;
}
Thanks
Hello,
You can fix the background color by using this custom css:
.woocommerce .product .products h2{
background-color:transparent;
color:black;
}
Thank you!
Hi,
I can give you a Css fix, but from what I am seeing there is something wrong with the block in the sidebar. Here you can see how the block is supposed to look on one column
– https://demo.tagdiv.com/newspaper/block-1/
Maybe you are not inserting the block properly, the layout of the page should look like this for the sidebar
– https://www.screencast.com/t/57ZDbmmMY
Or maybe you have some custom code entered in theme panel, or through a child theme. The block should not display like that when used in the sidebar for example.
Thanks
Hi,
That is to be expected, since the theme has different styles for these headings. There could be other sections and elements affected by that modification. Please try the code provided below and see if it fixes the menu, it must be entered in Theme panel->Custom Css
.td_block_mega_menu h2 {
font-size: 13px;
line-height: 18px;
}
If the solution does not work properly, please provide a link to your website so I can give you a more accurate answer.
Thanks
Hi,
You could set a maximum height for the featured image in the post page
– https://www.screencast.com/t/NqQiHcBqcOC
– https://www.screencast.com/t/hoW3ze8vUS
Setting a max height is better, because if an image would be smaller it will not stretch. The code will apply only on post pages, and must be entered in Theme panel->Custom CSs. You can experiment with different height values if you want.
.single .td-post-featured-image {
max-height: 650px;
}
Thanks
Hey, thanks, but the background image is not showing on the homepage i do the settings for background images but itdoesnt show on the homepage…and the background doesnt work with the css code i hav put in custom css…
and also the google ads does not show on the right position….whats going on??
Sorry but there is no simple way of changing the width for the element. I I try to make it the same width as the container, this happens: https://www.screencast.com/t/L7xCiGboE
This will not be an easy modification to make unfortunately. The mega-menu modules need to be adapted to the new width, that means changing the thumbnail used on the mega menu and the css changed as well. We cannot provide a solution in this regard, sorry. I suggest hiring a freelancer if you really need this customization as we cannot tackle such tasks.
Thanks.
Hello h.mendoza,
If you want to make some changes to the style of Block 13, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td_block_13 .td-excerpt {
padding-top:80px!important;
}
.td_block_13 .meta-info {
margin-bottom: -65px;
}
The results is here -> https://www.screencast.com/t/lq0Gg80B
Thanks for your understanding!