• Resolved khuri

    (@khuri)


    First off, great plugin! ??

    However, I noticed the plugin requires the JQuery Migration plugin.
    It comes usually bundled with WP, however I’d like to keep the frontend of a website I’m currently creating free of unnecessary files (like the migration plugin).

    I’ve manually added the latest JQuery version to the frontend and noticed your plugin causes an error due to using a deprecated function (the only error I got so far).

    Please replace if possible in fusion-core.js #32
    jQuery(window).load(function() {
    with
    jQuery(window).on('load',function() {

    I hope that is okay for you.
    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Agency Dominion Inc.

    (@agencydominion)

    Hello @khuri

    Thank you for the kind words for the suggestion.

    We have just released an update for Fusion (version 1.2.3) that removes the deprecated jQuery load() function.

    Thanks again.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove JQuery Migration requirement’ is closed to new replies.