- 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 there,
I’d like to create a row where the user can click an arrow to display more content that slides in from off-screen. Similar to the image here:

The sliding blocks won’t be posts, but rather images with text. I don’t see an element or a row setting that enables this functionality. What would be the best solution?
Thanks,
The Bluedot Team
Hi,
It must exist in the page if its found by testing tools. If its’ not visible in the actual page content, its inside popups. I see you use the Urban demo, which has this popup https://prnt.sc/RMMj0Ckwtglc Those are all blocks with posts, the titles are headings by default. Please modify the page set in the popup as well if you need to remove all the headings.
Thanks.
Kindly refer my website https://ayurvedafordiabetes.com/. At the top right corner, at flex block 1. No posts are showing where in category filter, i have selected “All Category” and in sort order, i have selected “Random Posts”. I can share my username and password of wordpress if required.

Hi,
If you want to do this in the theme files you need to edit each module you want to display the categories and the problem is that those files for modules can not be set in a child theme so any update in them will be lost when the theme will be updated. I’m not sure if those can by override, maybe there is a solution, but when the theme is updated if there are some changes to blocks/modules and the files are override you can face problems like broken pages, site layout …
Hi,
the most simple and fastest way is with this custom css:
.td_block_tabbed_content .td_module_flex_1 .td-module-meta-info{
display: flex;
flex-direction: column-reverse;
}
Another solution is to use the module builder to create your own modules – https://forum.tagdiv.com/modules-builder-newspaper-theme/
Hi,
Unfortunately the theme do not have this option, can filter only using taxonomies.
Indeed, the Filter Everything plugin is the one used in those situations, just teste it with more elements, foe example test it with flex block 1, with normal loop, is possible with flex block builder to not work.
Thank you!
Hi,
If you are referring to the featured image that when you open an article, then you can use a single post template and make sure that this option is unchecked – https://i.imgur.com/Tihhwgn.png – https://i.imgur.com/EIxmJIq.png also make sure that you have an alt on that image.
If you want to display the alt on blocks thumbnails, then it can be done only doing changes in the theme files, or by adding an custom field were to set the text that should be display above, under the thumb, then use the module builder to create the module and using the custom filed element you’ll display that “alt” text.
Thank you!
Hi perspektive,
If you need to set the caption on images that are displaying in blocks, then it will be need to use the module builder and ACF plugin. Use the ACF to add an extra filed (text) were to set the text you want to be display for the featured image, after that create your own module and add the element custom filed, and select the one you added and set it with Flex Block Builder.
I hope this will help you!
Hi,
The flex block 2 do not have an option for auto slide, but if you need that option you can use the slide element – https://i.imgur.com/gwPG5XD.png or if you prefer the RevSlider.
Thank you!
We have the Theme Newspaper 7 and we are transferring to a Newspaper 12 but the Home page is not Compatible with the new format, We think is just adpting the blocks
But do you have a converter so all the changes that we did over the year can be transferred easy
Thanks
Hi,
Could you please tell me if the main image slider (Flex Block 2) on newspaper_kattmar_pro can be set to automatically advance to the next image every x seconds? I see there are next/previous buttons, but I would also like the transitions to happen automatically. Or should I use RevSlider in that case?
Thank you!
Hi,
I’m glad that you manage the previous issue.
1. Those thumbs are from the plugin you are using for the videos (Elite video player), please check all the settings form the plugin. The css is coming from the plugin and it should be set on contain not on cover – https://i.imgur.com/DogStvz.png the results will be https://i.imgur.com/GC11B5o.png
2. You are using a post loop element and that one use images that are set as background and there is now option to display them full with that element at that size, only if you interfere with a custom css to display the thumb like this – https://i.imgur.com/zrm7gYk.png now the best approach is to create a custom module after your needs https://forum.tagdiv.com/modules-builder-newspaper-theme/
If you want to use the css, you can try this one:
.tdb_loop [class*="tdb_module_loop"] .td-thumb-css {
background-repeat: no-repeat;
background-size: contain;
}
3. That is a custom code, and I do not know exactly how it will work in our theme, but you can create your own blocks in our theme using the Flex Block Builder and Flex Loop Builder and for this you can create as many Modules you want and how you want https://forum.tagdiv.com/modules-builder-newspaper-theme/
Thank you!
Hi,
Thank you for clarification.
This can be obtain only if you create your own module the the Module builder – https://forum.tagdiv.com/modules-builder-newspaper-theme/ then display those modules in Flex Block Builder and Flex Loop Builder there you can set the tags limit for the Module Categories/Taxonomies element – https://i.imgur.com/UuNs6Aj.png – https://i.imgur.com/42XcRzT.png
I hope this will help you!
Hi,
If you’re encountering an infinite loading screen after clicking Save Settings in the theme panel, the issue is likely related to admin-ajax.php. To diagnose the problem, please open your browser’s developer console and check for any error messages.
This behavior is commonly caused by admin-ajax.php being blocked by modSecurity, your hosting provider’s firewall, or certain security plugins or server modules.
Thank you!
Hello
I have the http://www.snowsbest.com site using Newspaper theme. Our Ajax menus on each block are no longer working but when I go into composer, the category IDs are correct etc but the categories are not hyperlinked on the home page.
Any ideas?
Hello,
This is related to some updates on Firefox, to fix it try this custom css:
@-moz-document url-prefix() {
.tdm_block_image_info_box .tdm-image-description {
position: relative;
}
.tdm_block_image_info_box .tdm-image-box {
height: auto;
}
}
Set the code in the theme panel > custom code > custom css
Thank you!
Hi,
Indeed there is a tabbed element in our theme that is working for pages, usually this is used when you want to display different blocks and content.
Unfortunately for what you need our theme do not have right now an element, but there is in the cloud a pre-build code that can be used (using html, css and js) – https://i.imgur.com/gM6njnF.png the section is FAQ Home Section – Coaching PRO -> https://i.imgur.com/Ljbckcl.png – https://i.imgur.com/Y5ZVVPn.png
I hope this will help you!
Thank you!
Hi,
I think that you want that each module from the big grid to display a different category, right? If is so then it will need to try a different solution, set a row and set it in 2 columns, after that in the right column drag 2 inner rows and the second one set it in 2 columns should looking like this – https://i.imgur.com/LP1fO8A.png then in each column set the Big Grid Flex 1 and set it to display only one article – https://i.imgur.com/5AhEYew.png then copy past this block in each columns (adjust the layout) and set in each Big Grid Flex 1 in filter tab the category you want to be displayed.
Thank you!
Hi,
I’m having trouble tackling cookies, consent and GDPR. I am using the CookiesYes plugin to manage permissions but struggling with how to use the Featured Video options whilst still complying with the rules as I can’t wrap the embed to block it until permission is given.
My first time having to tackle this issue so any guidance welcome or suggestions for how other deal with it.
Many thanks!
Hello,
I tried to add google addsense single ads element in Ad Box, but when i enter the custom code the add didn’t shows. When i try with google automatic adds and add the code into head tag i see the adds as well.
The homepage is : https://news24sofia.eu/. I have ads in right sidebar and at the bottom middle and the bottom of the page. No Ads was shows.
This is a screenshot of the ad block : https://tinyurl.com/ysvoaon4
And this is a screenshot of the front page : https://tinyurl.com/ymspy9xr
Hi guys,
I have recently noticed that I lost the text of all my Image Info Box block. (on Firefox only, on Chrome it is fine)
Is it a known issue?
You can see the issue on that page, if you open it on a computer using firefox, on the side bar, you will see 3 images with an empty block below each image:
https://australie.bucket-list.fr/queensland-les-incontournables/
Do you know what could be causing that on your side? It was working fine on firefox for the past 4 years.
Thanks in advance for your help.
Hello I cannot get the theme panel to work for me. I recently bought the newspaper theme, I am using the Urbanobserver theme or template, and nothing is working. The theme panel does not work, it will not name any changes at all. Ai tells me it thinks there is a glitch in the Urbanoberver theme or template. My website is under construction, but I unblocked the website so that you can see it. Look at – https://renegadefightingarts.com/ . I was trying to make the footer black with all white fonts but theme panel does not work.
Hi,
I will recommend to do a test, remove the cache from flex blocks elements and make sure the transients are clear, after that check to see if the number is of transients is the same or is lower.
I see you are using litespeed. LiteSpeed Cache can indirectly reduce the reliance on transients if you:
– Use Object Cache (like Redis or Memcached) — this keeps transients out of the database.
– Use the Crawler carefully — too aggressive a crawler can generate lots of transient data.
– Keep the database clean — LiteSpeed Cache has a Database Optimization tool (under LiteSpeed Cache → Database) that:
Go to WordPress Dashboard → LiteSpeed Cache → Database: Here you’ll see:
= “Clean All”
= “Clean Expired Transients”
= “Optimize Tables”
Click “Clean Expired Transients” to remove old ones.
Enable Object Cache (optional but recommended)
If your hosting supports Redis or Memcached, enable it under:
LiteSpeed Cache → Cache → Object This makes transients (and other objects) live in RAM instead of cluttering your database.
I hope this will help you!
Message blocked
Your message to bogdan@tagdiv.com has been blocked. See technical details below for more information.
Hi Calin,
Thanks for your reply. As requested, here’s a summary of the main blocks used on our site:
Home
Flex Block 1 / All categories / 6 posts / offset 0 / cache 1h
Flex Block 4 / Editoriali / 3 posts / offset 0 / cache 1d
Flex Block 4 / Ciclismo / 3 posts / offset 0 / cache 1d
Flex Block 4 / Basket / 3 posts / offset 0 / cache 1d
Flex Block 4 / Cultura / 3 posts / offset 0 / cache 1d
Post page
Flex Block 1 / All categories / 1 post / offset 0 / cache 1d
Flex Block 1 / All categories / 3 posts / offset 1 / cache 1h
Flex Block 1 / Related / 3 posts / offset 0 / cache 1d
👉 Our site: https://www.sport24h.it
We hope this will help you investigate why we are seeing over 10,000 transients created in a short period.
Thanks for your support.