• When reactivating all the plugins during debugging, I came across a conflict with Advanced Custom Fields(ACF).

    Error:
    jQuery(…).bindFirst is not a function on line es-widget-page.js:20:3

    
    init
    https://[mydomain]/wp-content/plugins/email-subscribers/widget/es-widget-page.js:20:3
    <anonymous>
    https://[mydomain]/wp-content/plugins/email-subscribers/widget/es-widget-page.js:97:3
    each
    jquery.js:371
    each
    jquery.js:138
    <anonymous>
    https://[mydomain]/wp-content/plugins/email-subscribers/widget/es-widget-page.js:96:2
    i
    https://[mydomain]/wp-includes/js/jquery/jquery.js:2:27444
    fireWith
    https://[mydomain]/wp-includes/js/jquery/jquery.js:2:28213
    ready
    https://[mydomain]/wp-includes/js/jquery/jquery.js:2:30004
    K
    https://[mydomain]/wp-includes/js/jquery/jquery.js:2:30366

    Can you advise me how to fix? jQuery is for sure loaded before this call to this JS file. I can share the URL privately if you want to take a look.

    Thanks for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter petron99

    (@petron99)

    So I reverted back to v3.4.8 and now the plugin works.

    Plugin Contributor Mansi

    (@mansi-shah)

    @petron99 ,

    When reactivating all the plugins during debugging, I came across a conflict with Advanced Custom Fields(ACF). Error: jQuery(…).bindFirst is not a function on line es-widget-page.js:20:3

    Looks like Advanced Custom Fields(ACF) plugin is including upgraded jQuery version. Please share with me your website link so that I can check it.
    If you want to share your website link privately, please write from – Icegram – Contact Us along with a mention of this thread.

    So I reverted back to v3.4.8 and now the plugin works.

    Reverting to 3.4.8 is not recommended as it has security issues which is fixed in the latest version. So kindly update Email Subscribers to the latest version.

    I am going through the same issue, it shows bindFirst is not a function in console, I am using both plugins, ACF and Email Subscribers & Newsletters, Any solution for this issue?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘jQuery conflict with ACF – jQuery(…).bindFirst is not a function’ is closed to new replies.