Hi. I’ve seen this topic posted before so I apologize to be redundant but there were no answers posted. I’ve had this problem for over a year now. The Save in tagDiv Composer never finishes saving and WILL NOT save any more changes after the first save.
In other words, if you make one change or more and then Save the changes will stick. However, the Save icon spins indefinitely. If you make another change or set of changes they will not stick. https://prnt.sc/uek9xd
So, you need to exit “Without Saving” every time you want to make additional changes. See attached screenshots for reference.
-
This topic was modified 5 years by
chabotjeff. Reason: added screenshot
-
This topic was modified 5 years by
chabotjeff.
Hi chabotjeff,
Please make sure that you are using the last version of Newspaper v10.3.6.1 an last version of WP. If the problem still persists, 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!
I have newest versions of Newspaper and WP. After running the plug-in I got these errors:
/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/js/tagdiv-theme-plugins-setup.js: jQuery.fn.load() is deprecated
/wp-content/plugins/td-composer/assets/js/js_files_for_wp_admin.min.js: jQuery.fn.load() is deprecated
Save still spins indefinitely. Typically saves any revisions before clicking Savee.
Hi,
A quick fix, add in theme files the below code, 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!
It fixed itself. Sorry I did not try your suggestion. I don’t know why it fixed but maybe because I upgraded PHP to 7.2.33?