- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperHow to use the Flex Blocks cache option
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to insert a block inside the content of a post
- NewspaperFlex Block Settings Guide
- NewspaperMeta Info on Modules and Blocks
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewsmagBlock settings tutorial
- NewsmagCategory tag on modules/blocks
- NewspaperThumbnails – Fix strange looking images on blocks
- NewspaperBlock settings tutorial
- NewspaperCategory Tag on Modules/blocks
- ApiPractical example – How to add a new Block and Module
- Apitd_api_block::delete
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_block::add
- ApiAPI – Blocks – Introduction
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
Hi,
That is the social counter. It depends on where it is placed, it it’s a block, edit the page where it is and modify it as needed
– https://www.screencast.com/t/Qdy3EcMeEKg
If it’s a widget, it can be edited in Appearance->Widgets
– https://www.screencast.com/t/N3GoBs5RPhF
Also as a note, please try not to reply in your own topic multiple times, this will only delay the response from us, by refreshing the topic date. We will answer from oldest to newest.
Please let us know if you have more questions.
Thanks
Hi,
Provide your website URL so I can make a speed test and also, so I can investigate this section, regarding to Eliminate Render Blocking.
Thanks.
After ading new block its title is alson not changing
Hi,
You should make a new category where you should add your desired posts and then, this block has to be sorted by this category in a random way. It’s simple!
For your second request, the theme does not have any such an option for it. You need to check the theme’s core files where the header is called and with a condition, you can exclude the header ad. To check if you are on homepage, you should use the following rules from here -> https://developer.wordpress.org/reference/functions/is_home/
Thanks for your understanding!
Hi,
These might be changed from the Block Title setting. When you edit a block, you have the option to add the block title. Make this change from that section. Check here -> https://www.screencast.com/t/AB7hQ1tvCwz
Thanks for the message!
Hi,
That would depend on how the image is added in the post content. Adding it through the add image option of Gutenberg it doesn’t have caption alignment options
– https://www.screencast.com/t/NDLBLfWWqoW
– https://gogutenberg.com/blocks/image/
Adding it with the classic editor, the caption will be positioned by the theme to the left
– http://prntscr.com/ltf7x7
However it is possible to align them differently in both cases with CSS
– http://prntscr.com/ltfbmg
First code is for image block of Gutenberg, second for the image added with the classic element, maybe they are helpful to you
.td-post-content .wp-block-image figcaption {
text-align: right;
}
.td-post-content .wp-caption-text {
text-align: right;
}
Thanks
Thanks it worked great, and in some blocks I need to disable Custom Title as it keeps spacing and it shows blank white space.
Hi,
That is the ajax filter – https://www.screencast.com/t/tjZ7BEwcmjI
In it you can choose to display either categories, tags, authors, or featured/popular.
Note that this filter will work only with IDs, for example
– https://www.screencast.com/t/6hctjY9Dr
– https://www.screencast.com/t/9Rwf8rvI
So please make sure you enter IDs in the filter, not category names.
Here is a guide with all the block settings – https://forum.tagdiv.com/block-settings-guide/
Thanks
Hi,
That blockquote style comes from the theme panel
– https://www.screencast.com/t/Dkdatho00DV
If that color setting is cleared there will be no color CSS for the blockquote.
This one comes from the theme panel as well – https://www.screencast.com/t/KLvGGOWNkfo
– https://www.screencast.com/t/s57rd1O5ZNN
This box I can’t say how exactly it is made, check in the post content, could be HTML or a plugin shortcode maybe
– https://www.screencast.com/t/H6LFqSPFbs
Okay sorry my bad. reference https://imgur.com/a/loMXzh2. This is set up as flex block 1. And i want to add custom ads in between those cards. May be lets say after 5 article a ad will show up.
Hi,
Any update on this one.
Was trying to use image block and use Insert from URL as an image but the block does not update and does not show any image. 🙁
Let me know.
Thanks
We’ve run into a problem with the theme Block 11. When we open up the browser windows to a larger size than 1024px we get an image that jumps up in size and overlaps other content.
How can we avoid this?
I’ve tried block 12 and FlexBlock 1 but neither of those is much better.
Any way to edit breakpoints or default image sizes per layout?
Why is there a layout tab for flex blocks but not for regular blocks?
How do I edit or make my own block?
Here is an example:

Best,
Kim Christiansen
HI – i don’t even see an option for TagDiv composer anymore. Everything loads in blocks and I cannot figure out how to go back to the TagDiv composer? Please help!
Hi, thanks for your answer.
I put code:
.td-big-grid-post-1,
.td-big-grid-post-2,
.td-big-grid-post-3
{
width: 100%!important;
margin-bottom: 3px !important;
margin-left: 0!important;
display: block !important;
}
.td-big-grid-slide {
height: 581px !important;
}
in advanced CSS for mobile in theme panel.
I delete your part of code “.td-big-grid-slide”
Now working fine ;-).
How can I get big picture for post-1 (first row), smaler for post-2 (second row) and two squere for post-3 and post-4 (third row)?
Like https://ibb.co/nFxLme (right picture).
I didn’t update theme to 9.2!
My site is tomislavcity.com.
Thank you!
Hi, please i need rounded corner on my grid on categories and i need space between block, thanks.
https://www.pcusb.it/wp-content/uploads/2018/12/1DCD3FE1-D834-4CAA-8C62-B420971847F5-576×1024.jpeg
My website: http://www.pcusb.it
Hello again,
I guess you didn’t read my message carefully?? As I’ve mentioned before I’m not using any plugin except the recommended ones. Here is my message again:
I’m using speedbooster plugin to eliminate render blocking. Google Pagespeed Insights was showing two things related to “Eliminate Render Blocking” which are: 1)td-plugin-multi-purpose and 2)google-fonts-style. Then I’ve followed your speedbooster guide to fix these 2 things and everything worked fine. In other words, there were no problem related to the “Eliminate Render Blocking” on Google PageSpeed Insights anymore.
Everything was fine until I activated tagDiv CloudLibrary. After activating tagDiv CloudLibrary, PageSpeed Insight has started to shown the 2 things that I’ve previously fixed (td-plugin-multi-purpose, google-fonts-style) and also started to shown a new thing: tdb_front_style (which is related to the tagDiv CloudLibrary) for “Eliminate Render Blocking”. And whatever I do, I can’t fix it. In other words, even though SpeedBooster plugin seems active in system status, it can’t do it’s job when I activated CloudLibrary. In order to make sure about this situation, I deactivated the tagDiv CloudLibrary and PageSpeed Insight immediately stopped giving any warnings related to “Eliminate Render Blocking”.
What I don’t understand is how can tagDiv SpeedBooster plugin could stop working while it is active ?
Can you please help me ?
Ps: There is no extra plugins in my website. Plugins that I use : tagDiv Cloud Library, tagDiv Composer, tagDiv Social Counter, tagDiv Speed Booster, WP Super Cache
the images works now since I have disabled the lazy loading. If I enable it, it happens again and none of the block images work
hello,
you can add this custom css in the theme panel under custom code:
.td_block_template_10 .td-block-title{
text-align:center;
}
Thank you!
Hi,
If that is a widget in the sidebar, you can edit the block header color in Appearance->Widgets, there are settings for the top border and the border
– https://www.screencast.com/t/XeWjf4j4Kxk0
So when using block header style 15 there will be settings to customize the colors as well
– https://demo.tagdiv.com/newspaper/block-header-15/
Thanks
I know that you can randomly rotate posts in a block, but can you just have 7 Specific posts (their ID’s) I picked move positions when the page is refreshed? go to this URL (http://aggregatesandminingtoday.com/) and view the Featured products…now refresh the page and you will see that they move position randomly. Can this be done or is there a way to make this happen in a block?
Let me know
Thanks,
Dave
Sorry for the delay, we try to reply in all topics as soon as possible, within the allocated support hours.
Also as a note, please try not to reply in your own topic multiple times, this will only delay the response from us. So for example this topic would have been among the first in priority without that last reply.
1. The cloud smart list templates display only the smart list itself, the post content element is or should not be present in the template
– https://www.screencast.com/t/PtSK5cwMYM
If you edit a smart list post template you can see that the post content is missing, only the smart list element is there.
So if the post contains other content besides the smart list, it will not be displayed. if that is the case, it would be better to use default post templates.
But that means that in order to display a block in the post page, after the content, you would have to maybe edit the post template files and enter it there, or in the content directly
– https://forum.tagdiv.com/topic/how-to-ad-block-under-the-post/
2. With no AMP and mobile theme plugin, the same smart list template from desktop will be displayed at all times and for all devices.
3. A code like this will do that – https://www.screencast.com/t/9qSmvpF4w
.td-smart-list-pagination .td-icon-right,
.td-smart-list-pagination .td-icon-left {
display: none;
}
4. Maybe like this, with CSS is easiest – https://www.screencast.com/t/6JPPg5La
.td-smart-list-pagination .td-smart-back {
display: none;
}
Thanks
Hi,
Please make this sets in theme color
https://www.screencast.com/t/v0gXRnmIBJL
And add this custom css in Newspaper>Theme panel>Custom code>Custom css
.td-footer-wrapper div .td_block_template_4 .td-block-title > * {
background-color: red;
}
.td-footer-wrapper div .td_block_template_4 .td-block-title > *:before {
border-color: red transparent transparent transparent;
}
https://www.screencast.com/t/zpbeUePCGd6
Thank you.
I am trying to add some differnt ads to the site, chitika and amazon affiliate links.
I am pasting the code in the ad panels in the theme bit of my wordpress backend. Nothing shows up anywhere.
Also I tried pasting the code directly into a hmtl block within an actual blog post itself.
Nothing shows up. Is there something I am missing? Any help would be amazing.
Hi,
You can see all of the block settings here – https://forum.tagdiv.com/block-settings-guide/
Please let us know if you have more questions.
Thanks
Hello guys,
I’m using speedbooster plugin to eliminate render blocking. Google Pagespeed Insights was showing two things related to “Eliminate Render Blocking” which are: 1)td-plugin-multi-purpose and 2)google-fonts-style. Then I’ve followed your speedbooster guide to fix these 2 things and everything worked fine. In other words, there were no problem related to the “Eliminate Render Blocking” on Google PageSpeed Insights anymore.
Everything was fine until I activated tagDiv CloudLibrary. After activating tagDiv CloudLibrary, PageSpeed Insight has started to shown the 2 things that I’ve previously fixed (td-plugin-multi-purpose, google-fonts-style) and also started to shown a new thing: tdb_front_style (which is related to the tagDiv CloudLibrary) for “Eliminate Render Blocking”. And whatever I do, I can’t fix it. In other words, even though SpeedBooster plugin seems active in system status, it can’t do it’s job when I activated CloudLibrary. In order to make sure about this situation, I deactivated the tagDiv CloudLibrary and PageSpeed Insight immediately stopped giving any warnings related to “Eliminate Render Blocking”.
What I don’t understand is how can tagDiv SpeedBooster plugin could stop working while it is active ?
Can you please help me ?
Ps: There is no extra plugins in my website. Plugins that I use : tagDiv Cloud Library, tagDiv Composer, tagDiv Social Counter, tagDiv Speed Booster, WP Super Cache
Thanks in advance!!