- 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
- NewspaperThumbnails – Fix strange looking images on blocks
- NewspaperBlock settings tutorial
- NewspaperCategory Tag on Modules/blocks
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperSearch setup for custom post type
- NewspapertagDiv Opt-In Builder – Emails
- NewspaperBookmark – Save For Later
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperLockers
- NewspaperLeads
Hi Catalin,
Well i don’t know why or how but it seems to work again. Only on the 404 page there are no ads but maybe this is normal due the fact that there is no content on it? I think it’s Google thats deciding which ads to show and when.
Also it occured first when i posted something with the word “sex”, however not a sexual content the word maybe was enough for Google to block the ads? It’s just my guess.
But for now all ok 🙂
Thanks for the help!
Thanks for the support, I deleted the css code emptied the cache and changed to “Block Header 6′ just like the rest of the site but it still isn’t displaying correctly.
Hi,
You could remove the styling the demo adds, from the demo stylesheet
– https://www.screencast.com/t/sA5Mscbzk33e
That will have this result – https://www.screencast.com/t/bx7cZbtZDC
The block header style or title color for blocks used in post sidebars, can be set for each block if you want to use the same template 6 as on homepage
– https://www.screencast.com/t/KLYdllLpU
Thanks
Hi,
There is a general setting in the theme panel, but that will remove the post meta for all the blocks on the website. So in this case the code provided above will remove this meta only for the top big grid present in the Fitness blog demo. The code works as it can be seen here
– https://www.screencast.com/t/6jpgwku96pW
Enter it as shown and maybe clear the cache, then check the results. If it is still not working, please provide a link yo your website so we can inspect it.
Thanks
hi Simon
thanks for answering.
here’s a screenshot of a part of the layout

i know that blocks should adapt to the layout, but this isn’t working for me and i don’t know why. I’ve installed both the composer plugins.
Hi there,
I hope you can help with a small issue today. How to remove the .td-gadgets css from posts sidebar so I can keep the block titles the same as the rest of the site pages?
Thanks so much.
so I’m interested in the files of this block http://prntscr.com/hpzchp
Hello Guys,
How can I insert this code below the related articles?
<?php do_action (‘custom_action_name’); ?>
I’ve tried to add it as is in the td_block_related_posts.php file but it messed the template 🙂
Thanks
Enrico
Hi there,
I’m struggling to find an answer to the following. I have created a banner ad for a client and placed it on the static homepage of our newssite. I used Tag Div Composer and the block Single Image to place the ad on the desired place on that page.
The problem I have is that my image is not responsive for all devices. If I want to place it as a code in the Ads section I found the code to use, but can’t find other sizes for that image in the upload folder. Besides that, how do I make sure that when someone clicks on the ad, it will link to the site of my advertiser? I don’t see an example for that in the code given on the forum in the non-Adsense ads section.
So to put it simple: I have a selfmade image/banner ad, I want to place it with tag div composer on any place I prefer on my (home)pages and I want the image to be responsive when showing on a tablet or mobile phone. Is this possible?
Thanks in advance for any help you can give!
Hello,
Please use this code in your custom css box:
.td_block_fancy_text .tdm-fancy-title2{
text-shadow: 2px 8px 27px rgba(0, 0, 0, 0.81);
}
You can change the values of the color to get different results. The 0.81 is the opacity. it goes from 0 to 1 so smaller values will make it more transparent.
Thank you!
Hello,
Add this code in the theme panel-> custom css box to remove the meta info for that block:
.td-blog-fitness .td_block_big_grid_fl_4.td-grid-style-4 .td_module_mx21 .td-meta-info-container .td-module-meta-info{
display:none;
}
Thanks.
Hi,
Please specify what blocks are you using exactly and the layout, so I can try to replicate the issue on my end. Blocks should display exactly as presented in the demo, in all the mentioned row layouts
– https://demo.tagdiv.com/newspaper/block-1/
Thanks
https://demo.tagdiv.com/newspaper_video/
I want to post youtube video under few blocks ,how is the embed/post format? Any tutorial pls
Thanks
Abu
Hello,
I’m looking for help about thumbnails on blocks. On my home page, the image dont’t use all the space on the block. My website is https://conexaofreelancer.com.br

I tried to use this guide (https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/), but the Regenarate Plugin doesn’t work. When I installed Jetpack plugin the problemm was solved, but I read this plugin could slow down my site.
How can I resolve this? Jetpack is a good option or not?
Thanks! 🙂
Done (without GD library installation because it’s too hard for me).
At this moment images in blocks seem to be perfect. Thank you.
But in header menu image I had problems: for example Demo Default Newspaper, header menu, Fashion (and featured images).
I had problems because I would use factories logoes as featured images. I resized original logoes to 5cmx4cm, obviously I lose original logoes proportions. How can I do?
Hello Catalin,
Thank you for your reply. I know you can’t change shop background color in option theme. I just ask for the CSS code, because i don’t know to use it, not a lot…. I try to find with browser inspector but it’s like alien language for me.
For background shop i got this code:
body class=” archive post-type-archive post-type-archive-product logged-in admin-bar woocommerce woocommerce-page global-block-template-1 td-black wpb-js-composer js-comp-ver-4.12.1 vc_responsive td-animation-stack-type1 td-full-layout customize-support td-js-loaded body-td-affix”
on styles part:
.td-black
background-color: #1a1a1a;
color: #eee;
/*
What i have to copy on Newspaper CSS customize? Change “black” by “white”?
A little help ll be appreciate. Thank you!
Hi
i’ve installed the theme 8.5, both tagdiv and visual bakery composer, but i cannot succeed in designing the HP using block. If I try to include a block that display the articles horizontally – on 2 or tre columns – in a full row of part of a row (2/3, or 1/3) i get as a result as much as one article per row. See screnshot below.
what am i doing wrong?
(i’ve worked with this template on another webiste with the 8.0 version and visual composer: all went flawless)

Hi,
You could do something like this for example
– https://www.screencast.com/t/hdlCMpSnB4D
.td_block_21 .td-read-more {
float: right;
}
Or maybe try something like this – https://www.screencast.com/t/9efIkEccqnV
.td_block_21 .td-read-more {
position: absolute;
top: 0;
}
Thanks
Hi,
That would mean the thumbnails are not created properly. Please regenerate the thumbnails using this guide
– https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
If there is still a problem, please provide a link to your website so we can inspect it.
Thanks
Hello ultimate28
The related articles on post pages can be managed from Theme panel, from here -> https://www.screencast.com/t/ccEd8F2xpD Also, if you want to edit the code for this section, you should edit the td_block_related_posts.php like this -> https://www.screencast.com/t/BUbrLNNKb
Thanks for the message!
Hello godfatherblog
I have inspected your website and I did not saw any flash regarding on your title posts from your blocks. It seems to work as expected. If the problem will reappear, I suggest you make a new clean install from scratch via FTP way because this is the surest theme method and also, if you are using some untested plugins, try to disable all of them and leave just only the plugins that come bundled with the theme’s packet.
Thanks for your understanding!
Hello,
I have inspected your website and I saw that you are using some untested plugins for your sidebar and also, I saw that you are using some iframes for that section. As a quick workaround for your first image from your sidebar, you should try using the code below and place the custom CSS code in Advanced CSS code for tablets.
The code is ->
.vc_widget_sidebar .td_block_image_box .td-custom-image a{
height:300px!important;
}
The result is here -> https://www.screencast.com/t/V65x0lVx
For the second one, I saw that you are using an iframe which cannot be set up because the code comes from an untested plugin, as you can see here -> https://www.screencast.com/t/MNgutGcvO
Sorry for this inconvenience but please notice that we cannot provide support for untested plugins, sorry!
We recommend using only the plugins which are tested with our theme if you want to bring best theme results.
Thanks for your understanding!
Hello DavidSiqueiros,
Please keep in mind that the Editor Picks is just a simple block 7 which come by default with footer templates as you can see here -> https://forum.tagdiv.com/newsmag-footer-templates-2/ If you want to customize your footer template you should use the Footer Template Style 5 because this template allows you to add any type of block you want.
Thanks for your understanding!
Hi,
A code like this will make that line white as you want
– https://www.screencast.com/t/PzRRJvZr
.td_block_template_9 .td-block-title:after {
background-color: #fff!important;
}
If you have a custom class for the block it would be like this
– https://www.screencast.com/t/Ljpe2EGm27hN
.myclass.td_block_template_9 .td-block-title:after {
background-color: #fff;
}
Thanks
Hi,
That could be possible, it will require a modification to the module block 21 uses (module 16). If you were to copy the read more button code from module 11 for example, in module 16
– https://www.screencast.com/t/N8z1SxxB
– https://www.screencast.com/t/EEllJVaD
The result would be like this for block 21
– https://www.screencast.com/t/zKdhVZrJG
Thanks