Hey y’all,
I’m trying to get the Tagdiv Composer in the Newspaper theme to work on a new WordPress 5.5 site (hosted through GoDaddy), but I keep getting the error “ERR_EMPTY_RESPONSE”
I’ve followed every step on this page (and the Newspaper Theme requirements page): When tagDiv Composer is not working
But no dice. Is this a problem other folks are having, or is there another webpage you could point me to?
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.”
Hello !
Please make sure that you have accomplished all the system requirements as in our documentation here: https://forum.tagdiv.com/requirements-for-newspaper/
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !
Hey Vlad,
Thanks for the response.
To note: I only have Tagdiv Plugins and the two plugins that come with GoDaddy hosting (which are off).
Also, I linked the page you linked in my original comment.
I’ll try to clear the cache, but the website was a day old when I had a problem the first time (on Friday) and this theme is the first thing I installed on the site.
I’ll report back.
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!