- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
When I set popular posts of 7 days as sorting order for the block, it’s not showing anything. I have theme counter enabled. It was working fine but suddenly it stopped working. Any input on how to solve this issue would be great help.
I’ve set up the TagDiv block widget to appear in the right column of WooCommerce products’ pages. I’ve set them to display specific posts. The problem is, how do I set these up to launch new tabs? I don’t want the customer to leave the product page, not only because the breadcrumbs are not relevant to the product page at all.
I found out what was causing this problem. It is the Multi-purpose plugin. Deactivate the plugin makes the pageview count working again on mobile. Also, attempt to log in inside the mobile theme was blocked by the same Multi-purpose plugin!
Hello,
Is there a way to make all the images show square? Im using Big Grid Full 3, Block 5, and block 14. They all have different aspect ratios and I would like to make them all 1:1 or square. Thanks!
Hello! I would like to exclude one category from the blog page (the “all posts” page). I assume I can edit the PHP for the block or module that is being used for that page, but I’m wondering if there is a better way.
Also, if I do have to do it through code, can you suggest the best place to do it? I’ve seen some articles that recommended editing the Functions.php file, but again, Newspaper is fairly unique, so I thought I would ask first.
Thanks!
Hi,
If you use the mobile theme this has a scroll to top button. If the plugin is not active, the scroll icon will not show. It could be made to appear with this code if necessary
– https://www.screencast.com/t/FRA3s9jKrrU
Enter it in Theme panel->Custom CSS section
@media (max-width: 767px) {
.td-scroll-up {
display: block;
}}
Thanks
Hi,
Blocks might not look properly when inserted in the footer and then stretched. This option is useful but for certain elements, blocks are not part of those elements. There are full big grids that you could use for full width, like this one for example
– https://demo.tagdiv.com/newspaper/full-big-grid-4/
These would be some footer examples of use of the stretch to full with content option (with multi-purpose elements)
– https://demo.tagdiv.com/newspaper_technology/
– https://demo.tagdiv.com/newspaper_dentist/
– https://demo.tagdiv.com/newspaper_construction/
Try and use full big grids for full width, or try with different elements than blocks.
Thanks
Hello prachidigital5,
Unfortunately, the theme does not have any such an option for this, sorry! Please keep in mind that vertical section will display you all the categories after which the posts in that block are filtered out. Here is talking about Ajax Filter and for more information about this setting, please check here -> https://forum.tagdiv.com/block-settings-guide/
Thanks for your understanding!
Hi,
The author name can be disabled for all blocks/modules in the theme panel
– https://www.screencast.com/t/p5dEymLdI
Thanks
Hello,
How is your homepage built? If you use blocks in the page builder, note that you can sort each block individually using this guide: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Potentially silly question here. I want to add a block of text (a ‘donate’ section including a Paypal button code) to the bottom of each post. I realise I could do this with ads but the formatting is a bit odd for text with ads, plus i’m not 100% sure whether there are other implications using ads! Is ads the way to go or is there another way?
Thanks!
Hello,
1. Please use word spacing if you do not filter the excerpts based on letters. The theme excerpts need to be cut by letters or words. If you cut them by words, and do not use spacing between letters, they will think it is a single word and cannot cut it properly.
2. Please check your fonts section under modules. Change the font size for the module selected for the search: https://www.screencast.com/t/ucqluGlfrFqg
3. For the moment the tagdiv composer elements can only be changed with css.
Try this custom css in the theme panel-> custom code section and change it to the font you would like to use:
.td_block_text_with_title p{
font-family:tahoma;
}
Thank you!
Hello,
using the supercache wp plugin as you suggest,
the post views no longer work.
That is, the display count is blocked.
How can I solve?
Hello bobbymc,
Please check our list of blocks because there you will find a lot of elements which can satisfy your desire. As an example, you should try using the Block Style 4 which is displayed like this -> https://demo.tagdiv.com/newspaper/block-4/ Here -> https://demo.tagdiv.com/newspaper/block-4/ you can see all of our blocks.
Hope this helps!
Thanks for the message!
Hi,
I see you have disabled the author name for blocks/modules, for the post page there is another setting in the theme panel
– https://www.screencast.com/t/tHrZTWF1l7x
Disable that one if you do not want to display an author name on individual post pages.
Thanks
Hello,
Please provide more details to what type of code are you trying to add to blocks. What is it supposed to do. We will need more details in order to help with a proper answer.
Thank you!
I believe you are referring to this effect
– https://www.screencast.com/t/N5JM1wkkeZy
You could do that if needed, for the modules you want. For example in the Big grid
– https://www.screencast.com/t/n5owD6wIp
This is the code used for that
.td_block_big_grid_1 .td_module_mx5:hover .td-module-title a,
.td_block_big_grid_1 .td_module_mx6:hover .td-module-title a {
text-shadow: rgba(255,255,255,0.35) 0 0 15px;
}
You can modify it as you wish and enter it in Theme panel->Custom CSS. Use the browser inspector to help you with customization
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
More about using text-shadow here
– https://css-tricks.com/snippets/css/css-text-shadow/
– https://css-tricks.com/snippets/css/css-text-shadow/
Thanks
Hello,
If you want to change the module title for this block, notice that you should use a bit of CSS code to do this.
.td_block_1 .td-module-title a{
color:red;
}
Thanks for your understanding!
Hi,
It all depends on how you want it to look, or what exactly it should contain. There are many text elements which can be used, also there are many text with images. Check the multi-purpose section in the tagDiv composer
– https://www.screencast.com/t/D6rHUF1q
Blocks and grids will only display posts, but there are many other elements that you can use to display simple text links. Try different items and pick the one you like.
Thanks
Hi,
You will have to modify the module that block 4 uses, for example. Copy the read more code from a module that has it, in the module 2 that block 4 uses. In this example I have copied the code form module 11
– https://www.screencast.com/t/ZUPBLaHmj
In module 2 – https://www.screencast.com/t/BxASAZrF0Ti
The result is here – https://www.screencast.com/t/vfeLfPkAZL
So that can only be achieved through modifications to the module file. Either module 2 for block 4, or module 5 for block 6.
Thanks
Hi,
I’ve set up Force full width –> Footer –> Stretch container and content. As a result title text and background color of title are out of the thumbs. The Block 14 is located in the footer. The footer template is Style 8.
Before
https://ibb.co/c8AMkc
After
https://ibb.co/f6UQBH
How can I fix it?
Thanks a lot.
Oh… this EMPTY AREAS are terrible =((( I have already tried everything… If there is no ad (adsense), then an empty area is shown on this place.

I tried to do…
<div style=”display:block;overflow:hidden;height:100%;z-index:1;”>
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– RY – Top –>
<ins class=”adsbygoogle”
style=”display:block”
data-ad-client=”ca-pub-1028046519958004″
data-ad-slot=”5565017600″
data-ad-format=”auto”></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
But not working =(
Please help to fix it!
Oh, this is too bad. I have exactly the same requirements: implementing a category-specific fallback featured-image for the posts where it is not added. While I was able to make the fallback featured image in the post view by following the instructions here, I’m struggling to have them displayed in the blocks and modules.
I have made changes to loop-single.php and this is what it looks like:
<?php if ( has_post_thumbnail() ) : ?>
<div class="entry-thumbnail">
"><?php echo $td_mod_single->get_image(td_global::$load_featured_img_from_template); ?>
</div>
<?php else :
$category = get_the_category();
?>
<div class="entry-thumbnail">
">/wp-content/uploads/category-images/<?php echo $category[0]->category_nicename ; ?>-741x486.jpg" alt="<?php the_title(); ?>" />
</div>
<?php endif; ?>
Is there no piece of code I can write somewhere that will replicate this result in modules?
Thanking you.
How can I apply this style to my blocks on http://www.brandinginasia.com
I figured it out I think. Add this CSS
.td-block-title { background:#523f6d!important; }
I haven’t found any ill adverse effects.