This topic has 11 replies, 4 voices, and was last updated 5 years, 12 months ago by Fem.
Viewing 12 posts - 1 through 12 (of 12 total)
hello so i have many errors to anona on WordPress 5.5 at sticky bar and /template_appointment.php so i have downgrade now any news when you will test the WordPress 5.5 and the 7.4 php ? thanks
Hi insecttrojan,
Due to The WordPress issue, errors occur we are working on it. So that it is compatible with WordPress 5.5 version we will notify you when it has been done. Kindly please do not update and downgrade if you have updated it. And also, it seems your support has been expired for continued support please extend your support license.
Hi insecttrojan,
The issues which you have in theme after updating WordPress 5.5 version, for now, you can Enable jQuery Migrate Helper plugin through the followed link provided https://wordpress.org/plugins/enable-jquery-migrate-helper/
jQuery Migrate Helper — Warnings encountered
This page generated the following warnings:
/wp-content/plugins/anona-core/anona-posttypes/assets/js/custom_script.js:4:35): jQuery.fn.live() is deprecated
/wp-content/plugins/anona-core/anona-shortcodes/js/admin/shortcode_upload.js:20:24): jQuery.fn.live() is deprecated
/wp-content/themes/anona/framework/admin/js/script.js:19:21): jQuery.fn.live() is deprecated
/wp-content/themes/anona/framework/admin/js/script.js:22:33): jQuery.browser is deprecated
/wp-content/themes/anona/framework/admin/js/script.js:113:29): jQuery.fn.live() is deprecated
/wp-content/themes/anona/framework/admin/js/script.js:158:18): jQuery.fn.load() is deprecated
/wp-content/themes/anona/framework/admin/js/of-medialibrary-uploader.js:21:38): jQuery.fn.live() is deprecated
/wp-content/themes/anona/framework/admin/js/of-medialibrary-uploader.js:71:28): jQuery.fn.live() 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.
Hi insecttrojan,
If you can provide us WP Logins to your website with URL then we can take a closer look at it. Make sure you set the post as a private reply so that only admin can see your wp-logins.
Note: Before providing the wp-login to any support staff, kindly please make sure you take a backup of everything including WordPress content, theme options, widgets etc.
Your support is expired. For continued support please extend your support license.
how can i replace the deprecated code with modern code example
jQuery(‘.iva_cpt_image_remove’).live(‘click’, function(event) {
var defaultImage = jQuery(this).parent().siblings(‘.custom_default_image’).text();
jQuery(this).parent().siblings(‘.iva_cpt_upload_image’).val(”);
jQuery(this).parent(‘.iva-cpt-screenshot’).slideUp();
return false;
can i replace that with ???
jQuery(document).on(‘click’, ‘.iva_cpt_image_remove’, function(event) {
var defaultImage = jQuery(this).parent().siblings(‘.custom_default_image’).text();
jQuery(this).parent().siblings(‘.iva_cpt_upload_image’).val(”);
jQuery(this).parent(‘.iva-cpt-screenshot’).slideUp();
return false;
Dear support,
I have many errors to anona on WordPress 5.5
…/plugins/anona-core/anona-posttypes/assets/js/custom_script.js: jQuery.fn.live() is deprecated
…/plugins/anona-core/anona-shortcodes/js/admin/shortcode_upload.js: jQuery.fn.live() is deprecated
…/wp-content/themes/anona/framework/admin/js/script.js: jQuery.fn.live() is deprecated
…/wp-content/themes/anona/framework/admin/js/script.js: jQuery.browser is deprecated
…/wp-content/themes/anona/framework/admin/js/script.js: jQuery.fn.live() is deprecated
…/wp-content/themes/anona/framework/admin/js/script.js: jQuery.fn.load() is deprecated
…/wp-content/themes/anona/framework/admin/js/of-medialibrary-uploader.js: jQuery.fn.live() is deprecated
…/wp-content/themes/anona/framework/admin/js/of-medialibrary-uploader.js: jQuery.fn.live() is deprecated
Please could you help me?
Thanks in advance for your kind support.
Regards,
Viewing 12 posts - 1 through 12 (of 12 total)
The topic ‘errors anona to WordPress 5.5’ is closed to new replies.