Hi!
I have a fresh install of both WordPress and Newspaper. When i create a page i can edit it with Tagdiv composer at first if, but as soon as the page is saved as a draft or published I get the following error notification if editing with Tagdiv composer again: Error at zones: 6(models) : 1(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).
Moreover, if I set a page as the site start page I can edit it with no problems. If I try to edit a drafted page the following error is displayed in the “Add new” view: Updating failed. Error message: The response is not a valid JSON response.
Installed plugins:
- Akismet Anti-Spam – inactive
- tagDiv Cloud Library
- tagDiv Composer
- tagDiv Social Counter
- tagDiv Standard Pack
- WP Super Cache – Same error before installing this plugin.
I have checked all Requirements for Newspaper and respected all relevant requirements, as well as the relevant point on the Tagdiv composer not working without any success. System status looks all green.
This is a completely new installation and I’m very surprised it doesn’t work out of the box. Any help is appreciated!
I’m creating a new website. This has no problem, i’m using the default pro demo, but I can’t do any changes in the sidebar i dont find where to make changes, i activated the “Smart sidebar” for create a new one and put it in my posts but i doesnt even works, i need also to change the titles of the categories because the language of my website is spanish and i dont find where to edit it, this is the website http://umcentral.umanizales.edu.co/, this is a post that has side bar for example http://umcentral.umanizales.edu.co/index.php/2020/03/26/las-mascotas-no-representan-un-factor-de-riesgo-en-el-contagio-del-covid-19/. As you can see this page has a sidebar, but I can’t change anything and I don’t see the sidebar in the tagdiv-composer. What is the problem?, i just also tried deactivating all plugins except tagDiv ones and that didnt work… can you help me please?
Greetings Eliana
I’m using TD Composer to create a page. And, I’d like to use a header style from the Newspaper theme panel – Style 3 Multipurpose.
After creating a page with some rows in TD Composer, I go to the theme panel to select the header style. After selecting and saving the header style, the theme doesn’t save it. A square appears on the screen and “spins”. The issue never resolves. I have to back out of the screen.
Is creating a page with TD Composer compatible with header styles in the theme panel? And, if so, why can’t I select and save a header style?
Hi,
So if you have set a footer cloud like this -> https://i.imgur.com/e9lLIpG.png you need to open the homepage and edit it with tagDiv Composer -> https://i.imgur.com/URD07tP.jpg after the frontend editor is open scroll down to the footer and edit it how you want -> https://i.imgur.com/fNhc8k0.png
If this is not the problem please provide some more details and some screenshots!
Hope this will help you!
Thank you!
Hi,
1. Please note that the age speed is not come only from the theme, you’ll need to optimize your website for this.
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
For a better speed please check this guide from here -> https://tagdiv.com/how-to-increase-page-loading-speed/ you’ll be able to increase the speed of your website.
Also you can check this similar topic for more solutions: -> https://forum.tagdiv.com/topic/optimize-script-to-improve-site-speed/ https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/page/4/ most of the tips from users for page speed are provided in this topic.
2. If you are using the child theme and default post templates the related articles will not be display because there are two files for this demos, one of them is in wp-content/plugins/td-composer/legacy/Newspaper/loop-single.php this is use in parent theme and the wp-content/plugins/td-standard-pack/Newspaper/loop-single.php that is use with child theme, the one that is use with the child do not have the code for related articles -> https://i.imgur.com/76eKPwL.png in order to have the related article on this template you’ll need to copy the loop-single.php and single.php from wp-content/plugins/td-standard-pack/Newspaper/loop-single.php in child like this -> https://i.imgur.com/0xddqNV.png -> wp-content/themes/Newspaper-child/loop-single.php also make sure that the tagDiv Standard pack is enable.
Thank you for your understanding!
Hi,
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
The “Current page was not created by TD Composer” message or the status of those custom fields or if you update the page from backend, those will not cause any problems.
Also most of the problems are caused by untested plugins, therefore we recommend to make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If you want us to check this problem, I think that it will be better to make a staging website and set a copy of your website there, in this way we’ll not be problems when we investigate these problems, for this you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel. We will take a look. Include a link to this topic in the email. But first make sure that you have checked all the steps mentioned above.
Let me know the results!
Thank you!
Actually there is a new issue. I’ve tried placing google in-article ads via Tag Div Composer for the cloud template but it’s not showing only for the “In-article” placement. It DOES show for the article top and bottom placement. Can you please help with that issue?
Hi,
1. If you like one of our demos, you can install an use it using our guide from here -> https://forum.tagdiv.com/installing-demos/ also you can edit it using tagDiv Composer.
2. I think that you can make posts and use categories for this, also you can check our documentation of
primary Category: Build a clear hierarchy for your website.
3. These should be added to posts, and the posts will be display on pages/categories in flex blocks/modules with a featured image, title and a short description.
Adding categories to these posts you’ll be able to create mega menus.
4. These profiles can be the categories.
5. Yes, you have the option to sort and filter the posts/articles -> https://i.imgur.com/mMA0s9n.png -> https://forum.tagdiv.com/flex-block-settings-guide/
in this way you can display all the time the latest articles, or most popular articles …
6. I think that it will be best to make these categories build a clear hierarchy for your website.
If you need help with something, just let us know!
Thank you!
Hello !
From what we can tell it means that you are using a Cloud Library template ( the demo came with it ). that means that your template is fully editable with tagDiv Composer: https://www.screencast.com/t/vWXU7lJx59
Thank you !
Hi,
In order to achieve this option you need to set a code in them functions.php or in child theme functions.php the code is
add_theme_support( 'wc-product-gallery-zoom' );
add_theme_support( 'wc-product-gallery-lightbox' );
add_theme_support( 'wc-product-gallery-slider' );
The best will be to set the code in a child theme, if you set in in the main theme you need to set it in this functions.php wp-content/plugins/td-composer/legacy/Newspaper/functions.php -> https://i.imgur.com/DHrRfK1.png
Now you’ll have zoom on images, these will slide when you select and image.
Hope this will help you!
Thank you!
If i delete footer.php from the child theme i dont see in custom post type template the same footer as in the rest of the site.
I need to asign that footer in the custom template?
Another problem we have is in tag div composer. We need to configure an ofsset in Post loop listing but the data is not saved.

Then we save and when we reload the page the data is unsaved.
Any help?
Thanks
Hi subhiart,
Please try on this path -> wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js , the files was moved from the theme in tagDiv Composer -> https://i.imgur.com/HNvNjFJ.png
Hope this will help you!
Thank you for your understanding!
Sometimes, when i build something with tagdiv composer, after a lot of work i click save and it goes in loop, with circle saying that is saving, but nothing happens. I must reload the page and i lose modifications. Why?
Hi
Iam trying to use thos shortcode ” [tw_reactions style=”1,2,3,4,5,custom”][tw_reactions_vote style=”1,2,3,4,5,custom”] ” with divtag composer on article template but the shortcode is not interpreted. instead it oly show the html code. its a smyley plugin
Please help
Cordialy
Cordialy
Actually, you can mark this as resolved. Visual Composer was also installed and it was causing the issues. Thanks.
Heya! Renewed my support JUST so I could get the help I needed today.
My site: MilkyWayPhotographers.com has been a battle.
What is most likely the root source of my problems are plugins. But WHICH ones?
I have deactivated all of them to edit the site down to no longer need Standard Pack. I was forced to use a front page news article template that looks worse than what I want just to fix my site for removing the Standard Pack and hopefully benefitting from the speed fix.
The following are constant errors & issues I run into:
- Cannot save changes in TagDiv Composer. Save Icon just spins and spins the loading circle and never commits the save.
- Even the new cloud templates will allow ONE save. After the first edit I can no longer edit them. I have to delete the use and recreate it and make ALL my edits in the FIRST ATTEMPT otherwise my save won’t commit.
- My BBPress forum simply will NOT accept a CSS change to fix the background of the main DIV container from anything but white ever since the move to v.10
- Shortcodes are hit and miss. I recently resolved a problem that persisted for several months by no longer using the RAW HTML frame but something else that I cannot check because my page won’t load in TagDIV composer for the reason I list next.
- CONSTANTLY get the error message “This was not created with TagDIV composer” even though EVERYTHING has been made with tagDIV composer.
- Regularly I cannot get pages to be recognized or editable in the TagDIV composer. Something that used to work consistently is now even more broken than it used to be IS MY EXPERIENCE. Hoping this can be fixed.
That is a good enough list for now.
I use large paid for plugins like YOUZER and WPACHIEVEMENTS which come with little plugin requirements. But the remaining plugins I have can be used or cut in SOME cases.
Which ones are incompatible? I do NOT know. When I try removing them by deactivating them it doesn’t fix anything. AND I AM NOT WILLING TO DELETE THEM when I have users and their submitted images, galleries and data at risk of being lost.
What support can I get to look in these issues?
Yes there are many, I would settle on TagDIV composer working 100% of the time.
Hello !
You will have to edit your post template using the tagDiv composer and remove the view counter.
Thank you !
Hi,
You can save the element using the right click -> https://i.imgur.com/01E4NPA.png (in your case use the right click on the row -> https://i.imgur.com/5aP86HX.png) and you’ll be able to set the elemnt when you want with tagDiv Composer. To set the element the the other empty columns use copy and paste -> https://i.imgur.com/v4BwgX8.png -> https://i.imgur.com/TqUEWrp.png after that only change the content url and images.
Hope this will help you better.
Thank you!
Hi,
I think that you only enable the option from them panel -> https://i.imgur.com/XUi5Cos.png this is only for the blocks and modules that are displaying on homepage.
If you want to use the modified date on post on responsive version of Newspaper theme ( not mobile theme plugin ) you need to use a single post template from tagDiv Cloud Library, because this option is only on templates from cloud, and set the single post modified date element using tagDiv Composer
-> https://www.screencast.com/t/GkUe62u7W
-> https://www.screencast.com/t/NAEhbrP8R
After that you need to set the single post template on your posts, you can check our video tutorials for this -> https://www.youtube.com/watch?v=I1R3j1QYod0 -> https://www.youtube.com/user/tagdiv
Hope this will help you!
Thank you!
Hi,
The title inserted with tagDiv Composer can be customize from here -> https://i.imgur.com/QHn71sN.png also the font can be set from here -> https://i.imgur.com/A4xI1VB.png for the Inline text you need to do the same, just click on the area you want to change.
Hope this will help you!
Let me know the results!
Hello !
Single post template is fully editable using the tagDiv Composer. Please follow our documentation here: https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
Thank you !
Please if my post id isn’t working, do you know how I can filter my post in TD composer by tag slag, please I would appreciate how to in detail
Plesase, I need help,i was supposed to launch my website today but I can’t due to my post id not reflecting in the td composer, I was aksed to send a mail to contact@tagdiv.com for 2 days now no action, please help review my mail and fix this, I am having bad times explaining to my excited potential visitors and support aint available on weekends, please help thank you
Hi,
First please update the theme from Newspaper 10.1 to10.3.1 in the version that you are using were some bugs.
Scenario 1 can be achieve how you need if you make some changes in theme file to replace the search icon with your code for language selector, for this you need to edit these 4 files wp-content/plugins/td-standard-pack/Newspaper/parts/header/header-menu.php, header-menu-2.php, header-menu-h1.php and header-menu-h1-2.php and the link with this id td-header-search-button-mob need to be replace with your code -> https://i.imgur.com/yXBeq6k.png
Scenario 2 if you are using a cloud header, you can edit it with tagDiv Composer and you can change on mobile the menu from here -> https://i.imgur.com/2euHyiE.png also is possible that in the version that you have now to be some problems with these options. Also you can import the cloud header you are using, header style 8 -> https://i.imgur.com/dLWoAp4.png results after editing the menu with tagDiv Composer -> https://i.imgur.com/GPeUatJ.png -> https://i.imgur.com/ZijsZtf.png -> https://i.imgur.com/sDQHYV8.png
Hope this will help you!
Thank you!
Hi,
Is no need to start from scratch, only if you want to learn better how tagDiv Composer is working if you want you can install a demo, there should be no problems, but if you do not have posts, you’ll not have what to display, therefore you need to set your page content in posts (if you do not have many pages) or to set with tagDiv Composer on blocks to display the pages until you get some posts.
Hope this will help you!
Thank you!