Avada › Forums › Community Forum › Avada 7.0.2 & WordPress 5.5 Issues
Tagged: Wordpress 5.5, Avada 7.0.2, JQuery error
-
AuthorPosts
-
Shaeffer, Would you be so kind as to explain
- where
to do the update you referred to in your simple solution:
The solution to this is quite simple: replace
$(window).load(function() {
with
$(window).on(‘load’, function() {
https://jquery.com/upgrade-guide/3.0/#breaking-change-load-unload-and-error-removed
The developers of jQuery decided that it was better to have a single on() function that can respond to all of the events rather than having separate functions for each event.
I also am getting the same error after all the updates, and also after installing jQuery Migrate Helper (to enable support for a registration plugin that has ‘deprecated functions in the jQuery JavaScript library’).
The registration plugin seems to be working and the error is saying it’s Avada not that:
fusion-builder/js/fusion-builder.js: jQuery.fn.load() is deprecated.Thank you
For those who are confused, this is because WordPress changed the version of jQuery used by version 5.5. Fusion Builder uses some of the deprecated calls.
An article covering the change, problems, and solutions:
https://wptavern.com/major-jquery-changes-on-the-way-for-wordpress-5-5-and-beyondHello, im having the same problem. How can we solve it?
Thank You.Hello Everyone
Please note that most of you have valid or Grandfathered Support, we suggest you to please create a support ticket with us and our team will gladly look into this issue for you right away.
Click Here To Create An Account & Get Avada Support
Thanks
-Ammar
-
AuthorPosts
- You must be logged in to reply to this topic.