- NewspapertagDiv Composer – Website Manager
- NewspaperWhen tagDiv Composer is Not Working
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewsmagHow to use the Visual Composer plugin
- NewspaperScroll Animation
- NewspaperSingle External Shortcode and External Shortcode
- NewspaperCredit System
- NewspaperBookmark – Save For Later
- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperModules Builder in Newspaper Theme
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperCreate a frontend submission form
- NewspaperHow to Use the Tabbed Content shortcode
- NewspaperCreate a form contact page
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperCustom Fields Support
- NewspaperWooCommerce: Happy “Add to Favorites!”
Hi,
The mentioned prebuilt website use cloud templates for articles, so you’ll need to use tagDiv Composer to add/remove something from the template https://forum.tagdiv.com/sidebars-tutorial/ – https://www.youtube.com/watch?v=fa7GenCHcBU&list=PL6CsDkMaejhoHETIWoxnRB4zefz8L8PYg&index=8
Thank you!
Hello,
The modal title https://i.imgur.com/fYIgbhU.png has by default the h3 and there is no option to change it.
Also, the H1 elements you have are in post content. If you want the text to be bigger just change the font size for that text when you set it – https://i.imgur.com/wtvRpe6.png or when tagDiv Composer is sued check the style tab of the element – https://i.imgur.com/CmAKTtx.png
Normally that popup is set using a the popup modal from Newspaper and is displaying a page that contains the Newsletter and at the bottom is displayed the “Related” from an extra plugin, from JetPack. To disable related posts in Jetpack, navigate to Jetpack > Settings > Traffic in your WordPress dashboard. Then, find the “Related Posts” section and toggle off the “Show related content after posts” setting, according to Jetpack’s support documentation. This will remove the related posts feature from your site.
Thank you!
Hi,
I think that I know what you mean, when the mega menu is used the menu under it is visible inside of mega menu, this is because the z-index on mega menu background is not so strong like the one from the second menu. What you need to do is to use tagDiv Composer, edit the homepage and select the first menu and in css tab set the z-index 9999 – https://i.imgur.com/e54a4O0.png
I hope this will help you!
Thank you!
Hi,
Unfortunately, there is currently no way to set a cloud template for pages. I asked our manager about this, and he replied that if a user needs this functionality, it can be customized for them for a fee.
I will try to help you with a php code that can rewrite the pages, but it is possible that it will interfere with the tagDiv Composer and it will no longer be able to be used on the pages. For this you need to use a child theme and edit the php fields related to page templates:
– wp-content/plugins/td-composer/legacy/Newspaper/page.php
– wp-content/plugins/td-composer/legacy/Newspaper/page-pagebuilder-latest.php
– wp-content/plugins/td-composer/legacy/Newspaper/page-pagebuilder-overlay.php
– wp-content/plugins/td-composer/legacy/Newspaper/page-pagebuilder-title.php
You can edit only one or all of them.
I hope this will help you!
Thank you!
Hi TagDiv team,
I’m encountering a recurring error when trying to edit a page using TagDiv Composer on my staging site.
Error message:
Error at zones: 6(models): 0[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).
Steps to reproduce:
I open a page with TagDiv Composer.
After making small changes or loading a draft, the canvas goes blank and the error message appears.
Undo doesn’t resolve it, and I’m unable to proceed with edits.
Site info:
Theme: Newspaper (latest version)
TagDiv Composer: (latest version)
Hosting: BigScoots staging server
WordPress: [insert version, e.g., 6.5.3]
Site URL: [insert staging URL if possible]
What I’ve already tried:
Clearing browser and site cache
Undoing changes (CTRL+Z)
Editing from different browsers
Checking plugin/theme version updates
Would love help resolving this—I’m in the middle of relaunching the site and can’t make front-end edits due to this issue.
Thanks in advance!
— Forrest
HookedToBooks.com
Hi,
I’ve a fresh install, wp + tagdiv newspapper + travel memories template
I try to remove the default sidebar for blog posts :
– Theme Panel / layout settings / template settings / blog & post templates – no sidebar
– from blog post : post settings / post template – from panel OR no sidebar
I refresh cache
And I still have this sidebar everywhere.
I haven’t installed anything else (except tagdiv composer)
How can I remove this sidebar?
Thanks
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!
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!
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!
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!
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!
Hello TagDiv Team,
We are using the Newspaper theme and would like to ask for guidance on something quite important for our website workflow.
What we want to achieve:
We would like to design a custom layout for static pages (WordPress Pages, not Posts) using TagDiv Composer or Cloud Library, and then:
Apply this layout to multiple pages — not just one.
Ideally, set it as a default or reusable page template.
Ensure that each page loads its own content from the WordPress editor (Gutenberg or Classic Editor).
Is there a supported method to create a global layout/template for Pages, using TagDiv Composer, that can be reused across multiple pages, showing the content of each page automatically?
We are not referring to blog posts or single post templates — we’re specifically asking about WordPress Pages (e.g. About, Contact, Rankings, etc.).
If there is a recommended approach to achieve this (either through Cloud Templates, PHP page templates, or TagDiv Composer settings), we’d really appreciate your step-by-step guidance.
Thank you very much for your time and support.
Best regards,
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!
Hi,
It looks like you imported a page that was part of a demo, and then deleted it afterward. This action doesn’t affect your actual website pages, so there’s no need for concern.
Please note that these are not page templates like category or article templates. The pages available in the tagDiv Cloud Library are pre-built demo pages created using the tagDiv Composer. When you import them, they are added as standalone pages that can be edited directly with tagDiv Composer, but they are not linked to your theme’s structural templates.
Let me know if you need further clarification.
Thank you!
Hi,
We are using cloudtemplate blocks for our site https://regioonline.nl, but not cloud pagetemplates yet. I tried on one page (https://regioonline.nl/delfzijl/). I opened the page in Tagdiv Composer and imported the pagetemplate Fast News. Got a view what this did for that page, but was not satisfied. So I did not save the page, but after refreshing, deleting cache and browser history, login ou and loging in, the mentioned page still show the cloudtemplate for that page. (see https://regioonline.nl/breda/ for original page setup without page cloudtemplate).
If I go to edit page in WordPress editor I don’t see revisions (option missing completely) https://prnt.sc/Zmk-qcNkL7sx, so I can not set it back to an earlier state. In menu Cloud Templates, under page templates there are no cloud pagetemplates mentioned to remove (https://prnt.sc/zbCwOceSRjaA), so that also does not help. Any suggestions on how to undo the cloud page template and get back to previous setup, or is this not possible?
In addition to this question:
My newssite has about 62 regional pages. None of the pages are cloudtemplates, only the blocks. Is it wise to replace every page with a cloud template (all 62 of them have different categories to filter on), or does this not offload the database a lot?
Thanks for taking the time again for my questions. Much appreciated!
Hi,
If the project is the same on local and live (same plugins and settings), and there was no change on the page or plugins, then the situation can be related to some settings from the host.
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 -https://wordpress.com/support/page-post-revisions/
Thank you!
Hi,
Please use tagDiv Composer to edit the single post template, select the ad box element and check in image tab – https://i.imgur.com/iBGxVut.png – https://i.imgur.com/TEh4HuE.png
To translate the Most Popular, Recent Comments select the blocs and change the titles – https://i.imgur.com/F36FNma.png – https://i.imgur.com/Fhe2rE6.png
I hope this will help you!
Hi,
Yes, this can be done, edit the page using tagDiv Composer – https://i.imgur.com/4CfnfGN.png and select the manager after that on header section set no header – https://i.imgur.com/KXk7dVJ.png , do the same for footer – https://i.imgur.com/zfDKspl.png
I hope this will help you!
Hi,
The sticky column can be enabled using tagDiv Composer and the sticky offset https://i.imgur.com/TaycrPI.png is referring to the position of the sticky column to the top, how high or low it should be positioned.
Also, when the sidebar that is set as sticky scrolls, it means that the elements set in it occupy more than one screen, and it will be scrolled down to the last element, then the column will start to become sticky, and when it scrolls up, the sidebar will also scroll down to the first element and then it will become sticky.
Thank you!
Hi Martin,
The best solution if the plugin provide a shortcode is to use that shortcode and use the tagDiv Composer and use a column text or text with title element to set the map, set the code in text zone, here – https://imgur.com/DSSni9j
If is a js then as you did it should be set in a Raw HTML between script tags and assure that is nothing interfere with it.
Thank you!
Hello TagDiv Support,
I’m currently using the Newspaper theme and would like to display weather information in my site’s header. I noticed that the built-in Weather element in the TagDiv Composer only supports manual entry of a city name, but does not allow for automatic geolocation-based weather display for users.
Here’s what I’m trying to achieve:
Show the current weather icon + temperature + city name
Automatically detect the user’s location via geolocation (browser-based)
Display weather dynamically for each visitor (e.g. someone in Nairobi sees Nairobi weather, someone in Paris sees Paris weather)
I attempted to use a custom script via a Raw HTML block, but it appears that script tags are either stripped or not executed in certain theme areas (like headers). I also tried using the Weather element, but it requires a static city name and doesn’t support location detection.
Could you please let me know:
1. Is there a supported way to integrate geolocation-based weather with the theme?
2. Can I use the existing Weather element to achieve this with dynamic location?
3. If not, what is the recommended method for safely adding a custom weather script that supports geolocation?
I’d really appreciate any guidance or best practices to make this work cleanly within the theme structure.
Thank you in advance!
Best regards,
Martin
Website: https://africanewsreport.com
Hi,
The extra h1 might be coming from the logo. Please edit the homepage using tagDiv Composer and disable the logo H1 tag – https://i.imgur.com/B8qyI57.png – https://i.imgur.com/GXauqr4.png
Check the main header, sticky header, footer logo, and also review it on mobile: mobile header logo and sticky logo – https://i.imgur.com/6J9sEwN.png
Thank you!
Hi,
There is no them bug in the theme.
I just checked the website and this looks like this – https://i.imgur.com/9Dq8V8N.jpeg so if you are referring to this section – https://i.imgur.com/llo8mHW.jpegthat is full width then is because this is how the row has been set using tagDiv Composer, to have the same width set the row stretch on default – https://i.imgur.com/hpDp0E3.png
Just a quick note: You purchased the theme five years ago – https://i.imgur.com/dmpyqbl.png. Typically, support is included for the first six months, and any assistance beyond that requires an extension of the support period – https://help.market.envato.com/hc/en-us/articles/207886473-Extend-or-renew-Item-Support
Thank you for your understanding!
Hi,
The theme panel ads section it’s used for standard templates from tagDiv Standard Pack and for ad box element – if you use a single post template or a CPT template and you want to set ads on content, then you need to edit that cloud template with tagDiv Composer and select the content element and set the code in ads tab section as it is mentioned here – https://forum.tagdiv.com/article-ads/
Thank you!
Hi,
I think that you are referring that this problem is on mobile, right? If so I will recommend to edit the single post template using tagDiv Composer and replace the Single Post Featured Image with Single Post Bg Featured Image and set a different image size for mobile device – https://i.imgur.com/0RfCzUj.png – https://i.imgur.com/Klj6vvq.png
I hope this will help!