• The batch functionality in Premium appears to include a deprecated jQuery function, .live(). Inclusion of this function causes JS compilation to break because it throws a fatal error, which renders the upload functionality inoperable. Please fix ASAP.

    • This topic was modified 4 years, 3 months ago by gbass1984.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter gbass1984

    (@gbass1984)

    REMOVED, IRRELEVANT TO ISSUE

    • This reply was modified 4 years, 3 months ago by gbass1984.
    Thread Starter gbass1984

    (@gbass1984)

    A javascript fatal error is being caused by a deprecated and removed method in jQuery, .live() (see: https://api.jquery.com/live/).The live() function is included in this function, which throws a fatal error and prevents the rest of the functionality from executing:

    jQuery(“#spcdm_batch_check_all”).live(“click”,function () {

    if (jQuery(“#spcdm_batch_check_all”).is(“:checked”)) {
    jQuery(“.wpfh_batch_checkbox”).attr(“checked”, true);
    } else {
    jQuery(“.wpfh_batch_checkbox”).attr(“checked”, false);
    }
    });

    • This reply was modified 4 years, 3 months ago by gbass1984.
    • This reply was modified 4 years, 3 months ago by gbass1984.
    Plugin Author smartypants

    (@smartypants)

    Hello, this has already been patched.

    Thread Starter gbass1984

    (@gbass1984)

    thanks! I appreciate the fast turn around. I updated and the issue is resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Upload button not displaying after installing Premium (UPDATED)’ is closed to new replies.