tag div composer not working – jQuery Migrate Helper

Posted in: Newspaper
Post count: 84

Hey, I had the issue that tag div composer didn’t load and so I looked for this issue in the forum and found the solution that I had to install the plugin “jQuery Migrate Helper”. Now everything works fine, but I wanted to ask if I now have to keep this plugin installed forever or if you are going to fix this issue that appeared apparently because of the new WP update…

Also, what does this warning mean that is shown by the jQuery Migrate Helper plugin?

This page generated the following warnings:

https://urban-digital.de/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://urban-digital.de/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: 39

Thanks! This fixed my issue too, I’m waiting to see their response!

Post count: 35449

Hi romeoblu26,

You can try tow 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!

Post count: 4

Hello Calin, I’ve installed “jQuery Migrate Helper”, fix the theme files as you mention and change all the parameters of my host and WordPress as you indicate. My home page still does not work in mobiles. It just affects to the home page and the mobile version. The rest of the pages work fine, but everybody that visits my blog (https://www.bellezaedicionespecial.com) gets his browser completely blocked. Any idea how to fix this?
Thank you in advance.

Post count: 35449

Hi, I just checked your website and this is work normal -> https://i.imgur.com/DZTUooZ.png if there is till a problem and I wo not see it, let me know!
Have a nice week!

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