Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Displet

    (@displetdev)

    Thanks Logan. We’ll take a look sometime today.

    Plugin Author Displet

    (@displetdev)

    Hi Logan

    The script error you’ve provided a screenshot for is coming from JavaScript that is not ours. Regardless, I can immediately see why their JS has an error – WordPress loads jQuery in what’s termed “no-conflict mode”, which means the standard $ for jQuery shortcut will not work without wrapping the JS in a function similar to:

    // Start allowance of jQuery to $ shortcut
    jQuery(document).ready(function($){

    // Code comes here …

    // Ends allowance of jQuery to $ shortcut
    });

    There is more on the subject at:
    http://codex.wordpress.org/Function_Reference/wp_enqueue_script#jQuery_noConflict_wrappers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error with Gravity Forms – Placeholders add-on’ is closed to new replies.