TAGDiv Composer not loading

Posted in: Newspaper
Post count: 20

Issue only appeared today, but when i go into tagdiv composer, the loading wheel spins but just keeps spinnning. Nothing is clickable.

I’ve tried disabling all plugins apart from your own, but that makes no difference.

Post count: 35449

Hi,

If there is sill a problem and you are using WordPress v5.5, 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.

Also you can use the Enable jQuery Migrate Helper in some cases this can help you to make tagDiv Composer to work.

Let me know the results!
Thank you!

Post count: 7

the tagDiv composer started working through this process, but I am getting two errors on jquery. the errors are mentioned below.

Installed jQuery Migrate Helper and through it, The Tagdiv composer worked but it is showing these theme errors.

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

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

Post count: 35449

Hi shikharagrl,

Yes, there is a quick fix for this problem:
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.