TD Composer not loading page to edit

Posted in: Newspaper
Post count: 44

Hello,

Since the last update, our TD Composer is not working. When we hit the Edit with TD Composer, the left frame loads perfect but then the page on the right just shows the loading icon and never actually loads.

It has been like this since the last update that was made available. We tried to go back on a couple of installs but have had no luck fixing. Any help is greatly appreciated.

Post count: 59

Plugin that has been working well to solve this issue since upgrade to WP 5.5
Enable Jquery Migrate Helper

Post count: 3

Getting this warning after adding Enable Jquery Migrate Helper

jQuery Migrate Helper — Warnings encountered
This page generated the following warnings:

https://…/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/js/tagdiv-theme-plugins-setup.js: jQuery.fn.load() is deprecated
https://…/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.

Post count: 35449

Hi,

You can try a quick fix, try to 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!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.