TD Composer not working, its just spinning. Have to fix this ASAP…
I deactivate the Newspaper plugin “TagDiv Mobile Theme” and that worked for us to get the site going in mobile. I would like to know what is the fix so we can use composer again. I dont have that fix. I think they will need to make a new version to fix the latest conflicts.
Install the plugin Enable Jquery Migrate Helper. WordPress 5.5 turned this feature off and outdated and deprecated code no longer works.
Great articles on this today
https://ithemes.com/wordpress-5-5-breaking-websites-how-to-fix/
Hello !
Please make sure that you have accomplished all the system requirements as in our documentation here: https://forum.tagdiv.com/requirements-for-newspaper/
Also please make sure that you are running the latest Newspaper theme version: 10.3.6.1
Thank you !
Hi all,
with 10.3.6.1 issue is still there. I deactivated all the plugins except the tagDiv related plugins but still, the editor was outputting the JavaScript errors. So I downgraded the core WordPress to 5.4.2 and I could see improvements. The editor was working fine with all plugins activated.
It seems like the tagDiv plugins aren’t yet compatible with the latest WordPress v5.5?
EDIT: this is the result of checks with jQuery Migrate Helper — Warnings encountered – This page generated the following warnings:
https://cgp2.staging.wpmudev.host/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/js/tagdiv-theme-plugins-setup.js: jQuery.fn.load() is deprecated
jQuery.fn.live() is deprecated
jQuery.fn.live() is deprecated
jQuery.fn.live() is deprecated
https://cgp2.staging.wpmudev.host/wp-content/plugins/td-composer/assets/js/js_files_for_wp_admin.min.js: jQuery.fn.load() is deprecated
-
This reply was modified 5 years by
Pietro Costanzo.
Hello TagDiv team,
after some checks, according to advices found here on the forum,
I managed to have the composer working again, but still the following messages, through the jQuery Migrate Helper plugin:
https://ilcaffegeopolitico.net/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/js/tagdiv-theme-plugins-setup.js: jQuery.fn.load() is deprecated
https://ilcaffegeopolitico.net/wp-content/plugins/td-composer/assets/js/js_files_for_wp_admin.min.js: jQuery.fn.load() is deprecated
Hi,
Please check if you are using WordPress v5.5, because if you are using this version, you must use the last version of Newspaper theme too, only this will work on this version of WordPress.
Also if you already have Newspaper 10.3.6.1 and you have this problem, then try the below steps:
1. Disable tagDiv Composer -> https://i.imgur.com/uzBdRB9.png
2. delete tagDiv Composer -> https://i.imgur.com/xGGfYE7.png
3. Reinstall tagDiv Composer -> https://i.imgur.com/Ay0zJHn.png or -> https://i.imgur.com/ZMgV9at.png
4. Clear all cache from your website, host and browser ( for browser use force refresh Ctrl Shift R ).
If the problem still persists, please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins (theme plugins), also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you!
Hi!
I did everything you say here:
1. Disable tagDiv Composer
2. delete tagDiv Composer
3. Reinstall tagDiv Composer
4. Clear all cache from your website, host and browser
I also still can’t use TD Composer after the update.
Before that, it worked perfectly.
What I can do? It is urgent for me to edit the home and I can not
Regards
-
This reply was modified 5 years by
Aldea Magazine.
-
This reply was modified 5 years by
Aldea Magazine.
Hello! I have the same problem. I updated wordpress version and theme version, and the div composer tag is not loading.
I think like Pietro Costanzo the div tag composer is not compatible with the latest version of wordpress (v5.5).
I had to go back with v5.4.2 and then tag div composer works fine.
These steps don’t work for me:
1. Disable tagDiv Composer
2. remove tagDiv Composer
3. Reinstall tagDiv Composer
4. Clear all cache for your website, host and browser
Please fix this problem! We need to update the WordPress version!
-
This reply was modified 5 years by
andreadruiz.
Hi TagDiv team,
thank you for the advices. The procedure posted by Calin seems to fix part of the issue. I am testing this on 3 different websites, on different hostings and config, and I am having the same behaviour on the 3.
Now the point is that if I make one single change, and I click on “save”, I fall in a loading loop. However, the change is saved, even if I close the page ignoring the “Unsaved content” alert.
The point now is that I cannot make more than 1 single change on the page, because the first is saved, the second is not.
It is getting a bit upsetting to work like this. May I kindly ask you to have a quick check and to provide a comprehensive answer for this open issue?
Looking forward to hearing from you, I am availble for any test or additional information.
Thank you,
regards
Pietro
Hi,
For these that try the above suggestions and the problem persists:
As a quick fix for these warnings you can use Enable jQuery Migrate Helper and check if tagDiv Composer is working again or not.
Another alternative is to 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!