My blog blocks the browser when using the mobile version

Posted in: Newspaper
Post count: 4

Hi, I’m using latest version of theme 10.3.6.1 and WordPress 5.5 however I’m experiencing a big problem with the mobile version of the blog: it blocks the web browser when you open the site in a mobile and the page does not charge properly: http://www.bellezaedicionespecial.com

I install jQuery migrate helper and found these errors:

https://www.bellezaedicionespecial.com/wp-content/themes/newspaper/includes/wp-booster/wp-admin/js/tagdiv-theme-plugins-setup.js: jQuery.fn.load() is deprecated

https://www.bellezaedicionespecial.com/wp-content/plugins/td-composer/assets/js/js_files_for_wp_admin.min.js:jQuery.fn.load() is deprecated

Can you help me? Everybody is finding trouble when accessing the blog from their mobiles.
Thank you in advance.

Post count: 35449

Hi,
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!
Make sure that all theme settings are as in our guide ->
https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Also please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Let me know the results!
Thank you!

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