- NewsmagBlock settings tutorial
- NewsmagCategory tag on modules/blocks
- NewsmagtagDiv Composer Tutorial
- NewsmagWeather Widget
- NewsmagExchange widget
- NewsmagInstagram widget
- NewsmagHow to use the Visual Composer plugin
- NewsmagIntroduction
- NewsmagFooter templates
- NewsmagCustom ad spots
- NewsmagLoading image effects
- NewsmagSmart sidebar
- NewsmagFeatured images
- NewsmagGeneral settings
- Newsmag7 days post sorting
- NewsmagTheme thumbs
- NewsmagExcerpts introduction
- NewsmagTheme colors introduction
- NewsmagtagDiv slider gallery
- NewsmagVideo playlist
Hello support team, I would like to know how to add an Ad box in one of the blocks in Big Grid Flex 5?
The newspaper version is 12.6.3. I also use the “AdRotate pro” plugin for the AD
Thank you.
Brian
Hi.
Our hosting provider provides a report of 404 errors as well as blocking the IP that tries to access ‘amp’ pages like this:
okobserver.org/your-presidency-might-not-be-going-too-well-if/amp/
How does this happen? When you take the ‘/amp’ away from the URL, it is found and is good. How to I make the ‘amp’ pages work and what causes them to be accessed?
Thanks.
Bob
The host 52.230.152.76 has been locked out of https://okobserver.org due to more than 5 404 requests for the file /your-presidency-might-not-be-going-too-well-if/amp/. Accordingly, the host has been permanently banned.
Is there a way to specifically disable global settings (fonts, colors) to html block in Gutenberg editor? Only the html block, not the rest of the post.
I’m trying to add html, ccs and JS (custom calculator) inside the wp post, and it’s affecting the whole site, how can I make so the code stays within the html block and won’t affect the whole site? Here’s sample post.
Hello @kisytech!
You need to edit the tabbed content page called “Recommended” with the TagDiv Composer and use an offset posts value: 1 in that flex block.
Thank you!
Is there a way to insert tagdiv elements into the post content?
Like for instance, I’d like to use the Title function, the flex block function and the icon function and the inner rows.
Is this possible?
Hello!
Unfortunately, on the blocks it will display only the primary category. A workaround could be to use the flex block builder with a custom module:
– https://forum.tagdiv.com/flex-block-builder-flex-loop-builder/
– https://forum.tagdiv.com/modules-builder-newspaper-theme/
Thank you!
Hello!
Unfortunately, on the blocks it will display only the primary category. A workaround could be to use the flex block builder with a custom module:
– https://forum.tagdiv.com/flex-block-builder-flex-loop-builder/
– https://forum.tagdiv.com/modules-builder-newspaper-theme/
Thank you!
How can I make the flex block 1 responsive, so that the post sit under each other on mobile? At the moment they’re squashing.
Hi volpik, thank you for providing a direct link to the cloud template where I can inspect the mentioned element!
To get the same layout you need to add the title element above the block, then in css tab of the title element set a negative margin bottom and a positive z-index like this – https://i.imgur.com/useE7Iy.jpg in provided example the margin bottom is -45 and z-index is 1.
I hope this will help you!
Hi Ans, this block cache option was added for blocks with pagination and which have the possibility to show many modules, a grid usually shows a small number of articles, but we understand your point of view and we have added this request to the list and it will be evaluated by developers.
Thank you!
Hi,
I recommend using Big Grid Flex block -> https://i.imgur.com/omsLq07.jpg to set the gap.
Thank you!
Hello,
I have problem with activation of the theme. I get virus on site and gets DDOS attack and I need to delete site and make it again. My webmaster blocked site in the firewall for the attacks. But now I cant activate site probably RestAPI blocked. Can you get advice how to whitelists TagDiv domain for possibilty of activation.
Thank you Jan
Just found the code.
It has the correct logo als data-retina option, but the default image as src.
I run Newsletter as child theme – can that be the reason?
<div class="tdb-block-inner td-fix-index">
<h1>
<span class="tdb-logo-img-wrap">

</span>
</h1>
</div>
We solved the problem after experimenting
This is the code that worked:
.table-wrap {overflow-x:auto !important; word-break: auto-phrase !important;}
.table-wrap .tdb_single_content .tdb-block-inner.td-fix-index
{word-break: auto-phrase !important;}
Thank you very much for the help!
Hello @volpik!
After a long investigation, I came up with the following response:
Unfortunately, this is the expected behavior when using the unique articles feature in combination with the offset on blocks. To better explain why this is happening, let’s take the first section as an example:
Block 1: Shows 1 post, no offset: So far, so good. There are no previous posts rendered on the page, so there is nothing to exclude.
Block 2: Shows 1 post, offset of 1: The system detects that the post of the first block has been rendered, so it will exclude it from being displayed in any other future blocks. This means that in Block 2, 1 post is excluded, and then the offset is applied, resulting in the fact that in reality, 2 posts are excluded, with the block displaying the 3rd most recent post instead of the 2nd.
Block 3: Shows 1 post, offset of 2: Just like in the case of Block 2, the system detects that the two posts from the previous blocks have been rendered, excluding them in the future. Because the block has an offset of 2, this means that 4 posts are excluded, thus displaying the 5th most recent article.
This gets even more complicated down the line because almost all of your blocks have offsets on them in the sections that follow.
There is no logical workaround for this because, again, this is the expected behavior when using this combination of the two features.
Thank you!
Hi,
Please try this code css
.table-wrap .tdb_single_content .tdb-block-inner.td-fix-index
{
word-break: auto-phrase;
}
Set the custom css in the theme panel > custom code> advance css and the problem should be resolved.
Thank you!
Hi,
You can create your own block on a new page and after copy and paste the code as it is described in the guide.
Thank you!
Hello @satheeshraj!
A workaround there could be to use a cloud template with a block called posts loop, and there you can set an ad to repeat after however many posts you want. The ad should not appear when you have no results.
I hope that helps you!
Thank you!
Hi,
You can set the tags here -> https://i.imgur.com/a4Lu9eo.png but the block will be filtered based on the tags you set.
Thank you!
Hello,
You can apply the filter only on the Flex Block and Big Grid Flex -> https://imgur.com/Nnt3zGX
The Posts Loops settings are divided into 5 tabs: General, Layout, Style, ADS and CSS. The Posts loop is a special block and doesn’t have filtering options.
Also, one of the pagination options of the Posts Loop has the option for normal numbers, and the flex blocks do not have this option.
The Posts Loop automatically filters the posts depending on the cloud template you set (for example, on the category page, there will be posted posts from that category).
Thank you!
Hello,
You can apply the filter only on the Flex Block and Big Grid Flex -> https://imgur.com/Nnt3zGX
The Posts Loops settings are divided into 5 tabs: General, Layout, Style, ADS and CSS. The Posts loop is a special block and doesn’t have filtering options.
Also, one of the pagination options of the Posts Loop has the option for normal numbers, and the flex blocks do not have this option.
The Posts Loop automatically filters the posts depending on the cloud template you set (for example, on the category page, there will be posted posts from that category).
Thank you!
Hi,
Please activate the tagDiv Standard pack plugin.
Also, I recommend using a cloud template for all headers, footer, posts, categories, etc. and Flex Block and Big Grid Flex instead of Blocks 1-25 and Big Grid blocks.
More documentation about the cloud templates is here:
– https://forum.tagdiv.com/cloud-library-templates/
– https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
– https://forum.tagdiv.com/cloud-library-category-templates/
Thank you!
Hi,
This option is only available for blocks that have a pagination feature.
Thank you!
Hi,
on our website (home page) shortcodes from the TagDiv plugin are displayed instead of implemented. Additionally, the logo disappeared and text appeared. Please help us in this matter.
Sample shortcode:
[td_block_big_grid_6 category_id=”1″]