- NewspapertagDiv Composer Tutorial
- NewspaperCredit System
- 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
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperSocial Sharing
- NewspaperSingle Post Shortcodes
- NewspaperInfinite Loading for Single Posts
- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperHow to Add a Logo in Newspaper
- NewspaperCustom Post Type Support
- NewspaperCloud Library Templates
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperHeader Builder
- NewspapertagDiv Cloud Library Plugin
- NewspaperAd Box Element and Ads Overview
TD composer give me error: “www.chameleontopcoatings.com can’t currently handle”.
What meand this and how can fiz it.?
I’ve edited the home page using the TD Composer, but obviously don’t want to be doing this for every new post, new page etc…
Hi Vlad, I’ve been on WP for 7 years now using more than 12 different templates for customers. Please consider than for some people here, if we post in the forum, we already tried a lot before… (of course we can do basic errors too) .
I renewd support extra for this bug and here is your response.
However please read carefully :
“ps : I tried to desactivate all plugins except TD” (cache plugins included!)
I sent TEST credentials to the support, but I encounter the pb on the PROD too (and I checked again after your post, desactivated all plugins, desinstalled TDComposer, purged the cache etc.) The bug is on on your side IMHO.
ps: there are daily about 20k unique visitors on the site.
-
This reply was modified 5 years by
hildi.
Having upgraded WordPress to 5.5 I have found that when attempting to edit a Page with TD Composer it stays in a loading state. I have tried the recommendations from your good selves without any success. In the end I have loaded the Plugin ‘Enable jQuery Migrate Helper’ and having activated it all is working again. I am aware that this Plugin is not recommended by Tagdiv. What is interesting though is that it is possible to get TD Composer to load successfully if using a Mac but in the Windows 10 environment I cannot get it to load without the ‘Enable jQuery Migrate Helper’ being active. This would appear to indicate there is a code issue somewhere with the TD Composer plugin. Can you please shed some light on this issue.
Hi! After big update from 9 to 10 theme version we have all site working OK on 5.5 WordPress, exept TD Composer. When we try to edit any existing page or create new we have error
“Error at zones: 6(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)”
We tried to delete and install plugin, clear cache, nothing helps.
Please help!!
Hi there,
CTA buttons in the TD Composer for pages are awesome, thanks for that.
Is there a way to have these cool buttons in posts as well? I can’t find nice blocks to add good-looking containers with buttons when comparing products, such as for the following website: https://www.top10vpn.com/top10/
Warm regards,
Siebren
Hi Vlad,
I apologize, here is a link to the website:
https://underwritingupdates.usli.com
Please let me know if the following images load properly.


-
This reply was modified 5 years by
tpepe. Reason: Edited the source for each image
Hello,
I have downloaded the Home page template – Lifestyle PRO from the Homepages of Cloud Template Library. It went to my pages section as Homepage – Lifestyle PRO. Upon opening it I noticed it did not have the slider on top. I tried adding the slide element which has always been there but this is not like the one in Lifestyle PRO.
Therefore I downloaded the slider Header Slide – Lifestyle PRO from the sections of Cloud Template Library. This was also downloaded as a seperate page called Header Slide – Lifestyle PRO.
I went back to the Lifestyle PRO Homepage and tried to insert the Header Slide – Lifestyle PRO. However I cannot find Header Slide – Lifestyle PRO or ‘insert page’ as a element anywhere on the TD Composer Elements. Neither it is a page nor as Header Slide.
Please tell me how do I combine both the Header Slide – Lifestyle PRO page into the Lifestyle PRO Homepage that I have downloaded to make it into one homepage.
Thanks.
Hello !
Sorry for misunderstanding !
Happiness: .category-15 .td-page-title {
color:#FFE800;
}
Health category: .category-16 .td-page-title {
color:#001FFF;
}
Success category: .category-5 .td-page-title {
color:#FF7400;
}
Knowledge category: .category-6 .td-page-title {
color:#1AA60C;
}
4. The latest articles option and related posts come from WordPress not from Newspaper Theme. You can disable it from here as you can see: https://www.screencast.com/t/uzXRgXTiHlH
In order to recreate that you will be able to modify it you will have to remove as shown above, add a ROW in the place where the latest article was. Edit the ROW Layout and divide it into 3. For the content I suggest you to add Flex Blocks which will be fully editable using tagDiv Composer. You can see how to use the ROW layout here: https://www.youtube.com/watch?v=fa7GenCHcBU&t=22s
5. For the newsletter, after you completed re-doing the latest articles, add another row under it and from tagDiv Composer you will be able to insert the Newsletter element: https://www.screencast.com/t/qadAwGNZD1Sl
Thank you !
(WP5.5 TD 10.3.6.1)
Hi,
I can’t edit the single post template (57 Romania News) I’m using.
TD does not load.
I see for post.php :
Uncaught SyntaxError: missing } after property list line 650
note: { opened at line 635, column 27
and then
Uncaught TypeError: window.tdcPostSettings is undefined
<anonymous> https://XXXXX/wp-content/plugins/td-composer/assets/js/js_files_for_wrapper.min.js?ver=1a221c8450bc290d78da968c50c142a1:39
Thanks for your help
ps : I tried to desactivate all plugins except TD, reload twice the template by downloading a new version but same appears with the new template : Image here : https://ibb.co/hDRXGnp
Hi,
I tried the suggested solution (delete then reinstall then delete the cache) but it does not work by me.
I see (when editing the post template page via TDComposer, the following error :
Uncaught SyntaxError: missing } after property list
note: { opened at line 635, column 27
Uncaught TypeError: window.tdcPostSettings is undefined
<anonymous> https://XXXXXX/wp-content/plugins/td-composer/assets/js/js_files_for_wrapper.min.js?ver=1a221c8450bc290d78da968c50c142a1:39
(WP 5.5 and Newspaper 10.3.6.1)
Thanks for your support
-
This reply was modified 5 years by
hildi.
Hello !
You can try this quick fix:
1. Try to use Enable jQuery Migrate Helper and check if tagDiv Composer is working again or not.
2. Add a fix in theme files, for this you need to go on wp-content/themes/Newspaper/includes/wp-booster/wp-admin/js/tagdiv-theme-plugins-setup.js and replace the jQuery(window).load(function () { from line 234 -> https://i.imgur.com/agaEJWA.png with jQuery(window).on(“load”, function () { -> https://i.imgur.com/zBFX5Ye.png also you need to do the same on this file wp-content/plugins/td-composer/assets/js/js_files_for_wp_admin.min.js but since this file is minify you can replace the code inside it with this one ->https://pastebin.com/YTiYVfU4
These warnings will be fix for the coming updates!
Let me know the results!
Thank you!
Good day, Vlad,
504s are still appearing, and my server has these recommendations:
“I was looking further into your issue and saw admin ajax was hitting your site a lot. I ran a log to investigate this further and received the following:
3928 [action] => td_ajax_block
1722 [action] => save_pview_data
1170 [action] => td_ajax_loop
868 [action] => td_ajax_search
394 [action] => adblocker_detected
208 [action] => heartbeat
10 [action] => query-attachments
6 [action] => wp-remove-post-lock
2 [action] => save-attachment
2 [action] => revslider_ajax_action
I inspected the highest action further and it looks like your plugin td-composer is doing a lot of admin ajax requests. I would recommend optimizing that plugin to see if that relieves your 504 errors.”
Thanks
Hi, i am using newspaper theme thats working fine over all but composer has a issue thats not showing color gradient palette. and not even saving the color value. i have checked in inspect>console thats showing tdgradiennt jquery error. plz let me how can i fix that. i also checked after disable all plugins but results are same. site link is here ( https://golive.dynamicbusiness.com.au/ ).
plz answer me ASAP. my site launch is near.
Hello, we have 2 websites and I cannot update the home page with TD composer on either. When I try to switch out an image or add an image I get this error “Invalid data Current state has involved an issue. You could try an UNDO operation (CTRL+Z / CTRL+SHIFT+Z)”. The same error occurs on both websites.
I have turned deactivated the plugins and that did not fix the problem. I have checked the system status and all are green except two that are yellow.
These are the sites:
https://www.tastingpanelmag.com
https://www.sommjournal.com
Getting errors trying to edit with TD Composer. Site works fine otherwise and renders fine. Just can’t use TD Composer.
Error at zones: 6(models) : 5(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)
Starting this ticket here and will email details as well.
Hi,
I have been using single page cloud templates successfully. However I am unable to use the cloud template blocks and sections. I assumed that once I download the cloud template blocks and sections, they will be available as elements and I can insert them when I edit any template using TD Composer, but I cannot see them there.
For example I want to insert https://demo.tagdiv.com/newspaper_lifestyle_pro/hero-slide-lifestyle-pro/ on my homepage.
How do I do that? I could not find any tutorail for the inserting blocks and sections in the theme documentation.
Please help
Hello !
1. In order to create an account you will have to allow this option from wordpress: https://www.screencast.com/t/vnB5Tj9D And yes, they can customize their account.
2. Please follow our guide here: https://forum.tagdiv.com/the-newsletter-plugin/
3. Sure ! Here it is: .td-category-header .td-page-title { The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5
color:Red;
}
4. You will need blocks to render your posts. By editing the blocks using tagDiv composer you will be able to filter them: https://www.screencast.com/t/PZxfI3tap0 In order NOT to display an post you will have to insert its id using a negative in front. For example, -12.
5. That kind of list is most likely to be done by using a HTML coding, it should not be that hard but please note that this is not something that you will find plug and play in the Newspaper theme and it will require some medium coding skills.
Thank you !
Someone replied to my earlier questions about changing the columns from 3 to 2 in the post template of Gourmet Pro by going to “row” in TD composer and choosing the layout (1,2,3 columns etc.)
I did this, and the columns were deleted, but the main text (center column) did not expand so it became a lot of white space with just a skinny column of text (my post content). How to fix?
I should point out, just for context, that the jQuery migration tool has found two errors with the theme/composer and says it requires an update. I have the latest version.
“jQuery Migrate Helper — Warnings encountered
This page generated the following warnings:
http://WEBSITE/blog/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/js/tagdiv-theme-plugins-setup.js: jQuery.fn.load() is deprecated
http://WEBSITE/blog/wp-content/plugins/td-composer/assets/js/js_files_for_wp_admin.min.js: jQuery.fn.load() is deprecated
Please make sure you are using the latest version of all of your plugins, and your theme. If you are, you may want to ask the developers of the code mentioned in the warnings for an update.”
my TD composer not run only loading icon vidible
My web host tells me ‘td-composer’ is causing the problem. Any ideas?
Hello, I can’t edit my site’s pages in TD Composer, when I try to edit any of them with TD Composer, the loading animation is displayed, but the TD Composer can’t be loaded.
Site: http://www.mondraberri.eus
WP version: 5.5
Hello
We Enable jQuery Migrate Helper, it works but we want you to fix the issue with an update, if wordpress deprecated the jquery and you are still using it it means in the future something will break, and we keep getting this error all the time even if close it on next refresh it appears
jQuery Migrate Helper — Warnings encountered
This page generated the following warnings:
jQuery.fn.live() is deprecated
jQuery.fn.live() is deprecated
jQuery.fn.live() is deprecated
https://www.trackfieldcy.com/wp-content/plugins/td-composer/assets/js/js_files_for_wp_admin.min.js: jQuery.fn.load() is deprecated
Please make sure you are using the latest version of all of your plugins, and your theme. If you are, you may want to ask the developers of the code mentioned in the warnings for an update.
when do you plan to fix the issue?
also the steps you told us to take are you sure they will not break the website?
-
This reply was modified 5 years by
andreawebarts.
Hi , i want learn to use TD Composer for rebuild my website , can u tell me where to learn all about it (sorry for my english)