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

    (@elie-palima)

    hey guys I just found out that the error is with my admin-bar-v2.js

    TypeError: $(...).on is not a function
    
    return true;t.hidePanel();});$(document).on('keydown.notes',function(e){var keyCode=wpNotesCommon.getKeycode(e);if(!keyCode)

    The error is gone when I am logged out and the form is working fine.

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    I’m having issues with jetpack and formidable forms

    Other Jetpack users have reported conflicts between Jetpack and Formidable forms, but we haven’t been able to solve the conflict yet. We’re working on that problem though.

    I just found out that the error is with my admin-bar-v2.js

    One of your plugins (WP Lightbox) seems to be loading an old version of jQuery instead of using the version that comes bundled with WordPress.

    It can create multiple conflicts with WordPress and with other plugins like Jetpack. You can read more about it here:
    https://www.ads-software.com/support/topic/troubleshooting-wordpress-35-master-list?replies=4#post-3547424

    You’ll want to look for the function loading jQuery in your plugin. Once you find that function, you can remove it and enqueue the proper version of jQuery as explained here:
    https://codex.www.ads-software.com/Function_Reference/wp_enqueue_script

    If you do not feel comfortable editing PHP files, you can also contact the theme or plugin author and ask them to solve the issue.

    Thread Starter elie-palima

    (@elie-palima)

    thank you jeremy. I have noticed I was running a very old version of the plugin (the lightbox). I wouldn’t have known it without your support. thank you very much

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Formidable Form With Jetpack’ is closed to new replies.