Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Calin
tagDiv Staff

Hi,

There’s no specific recommended size you can set it to whatever fits your needs. Just make sure the image you use has a high enough resolution to maintain quality.

Thank you!

Calin
tagDiv Staff

Thank you for sharing with our community!

Calin
tagDiv Staff

Hi,
The flex block file are on this path:
– wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_3.php
– wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_3.php
Thank you!

Calin
tagDiv Staff

Hi,
Use tagDiv Composer to edit the homepage – https://i.imgur.com/hCW27Yk.png then if you want to remove that section select the row contain the red color and use the right click on it to delete it https://i.imgur.com/FiyxN17.png (or press the delete button after you select the row). To change the background image select the row and check the css tab – https://i.imgur.com/gg8MrZd.png
Thank you!

Calin
tagDiv Staff

Hi,
Using tagDiv Composer on element you can enabled/disable the options that the block has.
To edit the block in code you need to do it in theme files, unfortunately the code will be lost when the theme will be updated.
To add multiple authors you can use this guide – https://forum.tagdiv.com/adding-multiple-authors-articles/
Thank you!

Calin
tagDiv Staff

Hello,
I understand what you are saying, but the option to show the full image is only for the Single Post Featured Image element when the Single Post Bg Featured Image element is used, it is necessary to set an image height in px.
Thank you!

Calin
tagDiv Staff

Hi,
When a page comes out of the cloud it is similar to what you would do, but you don’t have to start from 0. As for reducing database queries, this depends a lot on what is set on that page and how big it is. For example, you can use redis and cache on flex block to reduce the number of database requests.
Thank you!

Calin
tagDiv Staff

Hi,
We recommend to use – https://forum.tagdiv.com/how-to-make-the-site-faster/https://i.imgur.com/9tYDhxz.png
Also if you have a plugin that set lazyload on images then disable the one from the theme https://i.imgur.com/R4MOOy1.png
Thankyou!

Calin
tagDiv Staff

Hi,
Unfortunately, there is no such template for pages, what you can do is import a page you like from the cloud and edit it, or you can create a page according to the structure you want and then duplicate it for the rest of the pages on the site that you need and edit them in part for the content.
Out builder, tagDiv Composer was made to create pages and cloud templates.
Thank you!

Calin
tagDiv Staff

Hi,
This is the first time when I hired about the AnWP Football Leagues plugin, but after your details and the screenshot it appears that this is place in the cloud header and also in the content. So this is seeing the header like a page. Just to be sure it’s like this, please set in Newspaper > theme pane > header set it on no template, save the settings, clear the cache and check if the problem is resolved. If is resolved, then you need to fined out how the plugin is working and restrict it to access the cloud header templates.
Thank you!

Calin
tagDiv Staff

Hello,
This code is part of Gutenberg and is a title block.
If you use classic editor and want the first element from the content to be the post title, then just copy the title an set it as first element (eventually set it with h2 not h1, h1 will already be set on post title element).
Another alternative is to edit the single post template and move the page title that is over image above the post content.
Thank you!
Thank you!

Calin
tagDiv Staff

Hi,
Gutenberg is the WordPress editor, not the Newspaper theme, but it is possible that it may still have problems and possibly, when used with other plugins, interfere with the WordPress editor, Gutenberg.
Thank you!

Calin
tagDiv Staff

Hi,
I checked the https://www.captainforest.com/how-will-a-plastics-treaty-make-a-difference-in-solving-the-plastics-crisis and you have many h1 elements, there should be only one per page, and usually this is the article title, having more then 1 will breck your SEO.
Also, the situation with the “Related” element from the TOC seems to be somehow related to the the popup element you have set in the page https://i.imgur.com/zANmItD.png
Thank you!

Calin
tagDiv Staff

Hi,
Use tagdiv composer on elements that are on 2 lines and check the width, I see that now this is set on 330px set the width 100%.
In case that you can not find the option you can use this custom css:
.tdm_block_inline_text_simplified_2.tdi_59 {
width: 100% !important;
}

Thank you!

Calin
tagDiv Staff

Hi,
You’re absolutely right to be cautious updating WordPress core or plugins does overwrite their files, which will cause any direct customizations to be lost.
To avoid losing custom code during updates:
-use a child theme for theme-related changes.
– create a custom plugin for functionality changes.
– use hooks (actions/filters) to modify plugins without editing them.
– avoid editing core or plugin files directly.
Unfortunately, most of the time when a plugin is modified directly in the code, the only solution is to make the changes in the plugin again when updating.

Calin
tagDiv Staff

Hi,
Please contact us via email at contact@tagdiv.com and add in email a link to this topic and use this guide for temporary wp-admin access https://www.wpbeginner.com/plugins/how-to-create-temporary-login-for-wordpress-no-passwords/ for cPanel access or FTP you can get them from your host.
Thank you!

Calin
tagDiv Staff

Hi,
Usually this is added by an extra plugin, you can check your SEO plugin.
Thank you!

Calin
tagDiv Staff

Hi,
Did you use a revision for one of the pages with the mentioned problem to see if the problem is resolved? If the problem is only on some pages, then is related to the last/latest changes on those and it can be resolved by reverting the page content to a version without the last/latest modifications.
Thank you!

Calin
tagDiv Staff

Hi, the situation is how I explain it above, this is a page imported from the cloud, exact the same elements – https://cloud.tagdiv.com/homepage-fast-news/ so if it was imported there will be no revisions until there are some modifications on that page.
Thank you!

Calin
tagDiv Staff

Hi,
This is on our list, but for now it doesn’t appear as if a developer has reached out to check it, but I hope it will be by the update.
Thank you!

Calin
tagDiv Staff

Hi,
It is possible that the space from your image to be related to an ad that should be display in that place. If you can provide a link were to can investigate the situation I can let you know exactly what is causing that situation.
Thank you!

Calin
tagDiv Staff

Hi,

If you have the last Newspaper version, 12.7.1 then please replace the td cloud library with this one https://cdn.tagdiv.com/wp-content/uploads/2025/07/td-cloud-library.zip

Thank you!

Calin
tagDiv Staff

Hi,

I was referring to this element: https://imgur.com/WpFIezJ . On my monitor, the sticky element doesn’t occupy the full height of the screen, so it remains fully visible at all times.

However, on smaller screens, the sticky column isn’t fully displayed as shown here: https://imgur.com/0Oh5jSt . Instead, only the bottom part is visible when scrolling down, and the top part appears when scrolling up.

I hope this explanation provides a clearer understanding of the issue. Please let me know if you need any further details.

Calin
tagDiv Staff

Hi,
Most of the time the problem is from a shortcode that is not compatible with our theme or a plugin conflict, therefore after you set it with tagDiv Composer and save the page/cloud template, the next time when you try to edit it, you’ll get that error.

If is only for one page or a cloud template (it can be on the header or footer, you can change them for tests and see if the problem persists), this is from some settings/shortcodes set on it and it can be fixed using the page revision.

If the problem persist, please contact us via email at contact@tagdiv.com and provide temporary wp-admin and FTP or cPanel access. We’ll check it as soon as possible.

I hope this will help you!

Viewing 25 posts - 3,676 through 3,700 (of 35,335 total)