Didn’t know that. What is a cloud template, missed that one?
I am currently using the Newspaper Single Post Content template for blog layout.
Thanks, DD
Hi,
You can try to set the cs sin a different place, for example, in the theme panel > custom code> custom css. Also, the above example will work if you are using a cloud template for an article; if it is a standard template, it will not work.
Thank you!
Hi,
Sorry for the late reply. Our response time is normally under 24 hours, except on weekends and days off.
In your screenshot, you have a flex block builder and the flex block builder use modules, which can be created or imported from cloud – https://prnt.sc/jDMhMSNb8mQS
To set a module to a flex block builder, edit that page/template with tagDiv Composer, select the element and in in “Module” tab select the module template you want to use on that flex block https://prnt.sc/ZlGN06bBJ6k0
Hi,
This is because I think you search in the cloud templates after the default, but those have a different name, please search after Single Post Template 1, that one is used for the default demo.
Hi,
Using tagDiv Standard Pack provides the old php blocks and templates. Once you disable it you should replace all blocks with flex blocks and templates to cloud templates.
You can use cloud templates for taxonomies too https://prnt.sc/FfAAXF_r_Cbm
Thank you!
This looks like a frontend issue, not a content or backup problem.
Since the error appears on all pages, persists after restoring backups, and keeps multiplying when the page is left open, it’s very likely caused by JavaScript or caching interfering with the builder.
Please try the following steps:
Disable all JS/CSS optimization:
Turn OFF JS Combine
Turn OFF JS Delay/Defer
Turn OFF CSS Combine
If Cloudflare is active:
Disable Rocket Loader
Purge all Cloudflare cache
Clear all caches:
LiteSpeed Cache
Server cache (Hostinger)
Browser cache
Test the site in Incognito mode
Temporarily disable all plugins except the theme and see if the issue persists
This should help identify whether it’s caused by caching or a plugin conflict, which is the most likely reason for this error.
I’have been using Newspaper template with TD Cloud Library since January but the last monthh i’m getting errors when i try to modify the cloud templates i’ve created.
I’m always getting the error “Error at rows: 1(models) : 2(dom). The model does not match the content Current state has involved an issue. You could try an UNDO operation (CTRL+Z / CTRL+SHIFT+Z)”
I’ve tried everything but the error continues appearing. It appears also when i create a new blank template from cloud library and try to edit with Tag Div Composer.
I have the same instalation on a local server but the error doesn’t appear.
Any suggestions?
Thank you.
I’m sorry,
i have another problem: i can’t find the “Single post template – Default Pro” into “Pre-designed Templates – Cloud Library”. Can you help me, please?
Thank you
Hello,
i just imported the Pre-designed Templates for my Newspaper theme (Default PRO) from the Cloud Library and i noticed a difference between the “Default PRO” and “Default RTL PRO” templates (header, footer, etc.): opening the templates with the TD Composer, the “Default RTL PRO” templates displays a line of code (CSS code), while the “Default PRO” templates don’t. To properly use my theme’s original template (“Default PRO”), which of the two templates do you recommend? Could the lack of code (CSS code) in the “Default PRO” templates be a problem? (I’ve always noticed problems with my site’s indexing)
Thanks a lot!
Hi,
Please help how to connect and synchronize Homepage Template and Page Template, something is messed up on our website.
We need synchronization between all mobile tempaltes
Also We need same menu style on all type of content content on our mobile website.
Our website is https://webccenter.com/ruralnet/ , check mobile please
Thanks,
Vladimir
Thanks for the detailed information.
So it may be wiser to create each pahe from the cloud and save them in the template section- as compared to activating an overall template- thus allowing the ability to save and make permanent changes.
I am using the Cloud template, yes. But change what settings? They all look like they are the same, mostly empty, but then the top bar simply disappears in the mobile display?
https://levaire.com/top-bar-desktop.png
https://levaire.com/top-bar-tablet-landscape.png
https://levaire.com/top-bar-tablet-portrait.png
https://levaire.com/top-bar-mobile.png
Can you tell us how I can default the drop cap style of only the first character of the first block text to BOLD in CSS?
See for an example https://cloudzeeland.nl/de-onzichtbare-westerse-bril-van-ai/
Hi everyone,
I’ve been using Newspaper for a few years now. Back when I was running everything with pure PHP templates, I noticed the CPT/Taxonomies section in Cloud Templates would get stuck on an infinite loading spinner — but since I wasn’t using Cloud Templates at the time, I just ignored it.
Now that I’ve fully migrated my site to Cloud Templates, this issue has become a blocker. Here’s what’s happening:
The problem:
When I disable the Standard Pack plugin (which is the expected workflow when fully migrating to Cloud Templates), the CPT/Taxonomies panel in Cloud Templates gets stuck on an infinite loading spinner and never loads.
Root cause I identified:
After investigating the PHP error logs and source files, I found that all td_block_* shortcode components (td_block_1 through td_block_25+) are registered exclusively inside the td-standard-pack plugin. When Standard Pack is deactivated, the td-composer plugin throws the following errors for every single block:
wp_booster error: td_api_base::mark_used_on_page : a component with the ID: td_block_1 is not set.
This happens in:
/wp-content/plugins/td-composer/legacy/common/wp_booster/td_api.php
Hi Levaire,
The Newspaper theme uses different headers for desktop and mobile. If you’re using a Cloud Header, you can customize it separately for each device just switch the viewport and make the necessary adjustments.
– https://prnt.sc/eVVPIHUITfAI
– https://prnt.sc/OM9GVlP59muy
Hi,
Do you use the mobile theme plugin or the mobile page? If so, then you need to have a separate cache on desktop and mobile, using the free version of Cloudflare doesn’t include this option. To separate mobile and desktop cache in Cloudflare, enable Cache by Device Type within Cache Rules or via Automatic Platform Optimization (APO) for WordPress.
Hello, I use the Newspaper theme on at least 5 websites.
For a while, all of them had a conflict with Cloudflare and the use of the theme’s mobile plugin.
I noticed that on some sites, this no longer exists. However, on one of them, I need to leave the proxy disabled; otherwise, I have problems with the mobile version.
Is there any way to resolve this conflict? I really need to activate the proxy to protect the site.
Hello,
I’m using the Newspaper theme with a Cloud Template header (free news). Yoast SEO Premium is generating the correct <title> tag, but the theme is adding an additional <title> tag before Yoast’s output.
This results in two <title> tags in the page source, for example:
Kod
<title>Portal Polish Express – …</title> ← generated by Newspaper
<title>Portal Polish Express – …</title> ← generated by Yoast SEO
Yoast SEO Premium does not offer “Force rewrite titles” anymore.
The duplicate <title> appears before the Yoast SEO comment block, which means it is generated by the theme itself.
This causes SEO issues and breaks external audit tools.
I need to know:
Which exact function or file in the Newspaper theme generates the first <title> tag?
How can I disable the theme-generated <title> so that Yoast SEO is the only source of the title tag?
Is there an official method (hook, filter, theme option) to prevent Newspaper from outputting its own <title>?
Please provide the recommended solution or code snippet to disable the theme’s title output.
Thank you.
Hi,
This kind of issue usually occurs when a different version of the site is used for mobile (as in your situation), and the caching system is not configured to deliver separate caches for desktop and mobile.
To resolve this, you need to check all layers of caching you have:
– the caching plugin on your site
– server side caching
– cloudflare or any other CDN cache
Make sure that each layer is set up to deliver a separate cache for the mobile version of the site. Once this is configured correctly, the mobile specific template should load consistently.
Thank you!
Hi,
Regarding the thumbnails, if you go to Theme Panel > Block Settings > Thumbs https://prnt.sc/NcmBlPnWtbgF, each thumbnail on the right indicates which block or module it applies to. You can find more details here: https://forum.tagdiv.com/theme-thumbs/
For fonts and colors, you can configure them using both the Theme Panel and tagDiv Composer settings for pages and Cloud Templates: https://prnt.sc/utWjVU5seZBN
If this is related to Cloud Templates, you can import templates from the cloud, customize them as needed, and once ready, assign them either globally or individually.
Hi Calin,
Please refer to https://cloudzeeland.nl
Thank you!
Hi Lori,
Please do not share your private license key on the forum.
If you are not using tagDiv Composer, it’s very likely that you are also not using tagDiv Cloud Templates. In this case, you will need to use the standard templates.
To do that, please install the tagDiv Standard Pack (you can install it from Newspaper > Plugins). Once installed, you can use the Theme Panel settings to adjust the template layout. For example, in Theme Panel > Header, you can choose the header style you want to use, set the logo, and configure other options.
Hi,
Those banners appear because you have installed a pre-built website. If you want to remove them, you need to edit the pages and cloud templates with tagDiv Composer, select the ad box element and remove the image from the image ad tab – https://prnt.sc/OvqURxzx6YrZ