Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author MatthewRuddy

    (@matthewruddy)

    Hi @cwseric, could you add the following code to the bottom of your WordPress wp-config.php file.

    define('SCRIPT_DEBUG', true);

    This will allow me to debug further.

    Thread Starter cwseric

    (@cwseric)

    Hi Matt,

    Below is what was printed in the header:

    Notice: The called constructor method for WP_Widget in Widget_Donation_Goal is deprecated since version 4.3.0! Use
    __construct()
    instead. in /var/www/goforthegoldrochester.com/public_html/wp-includes/functions.php on line 3718 Notice: The called constructor method for WP_Widget in ca_flickr_widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in /var/www/goforthegoldrochester.com/public_html/wp-includes/functions.php on line 3718 Notice: The called constructor method for WP_Widget in ca_tweets_widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in /var/www/goforthegoldrochester.com/public_html/wp-includes/functions.php on line 3718 Notice: The called constructor method for WP_Widget in ca_note_widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in /var/www/goforthegoldrochester.com/public_html/wp-includes/functions.php on line 3718 Notice: The called constructor method for WP_Widget in ca_popular_widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in /var/www/goforthegoldrochester.com/public_html/wp-includes/functions.php on line 3718 Notice: The called constructor method for WP_Widget in ca_ad_widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in /var/www/goforthegoldrochester.com/public_html/wp-includes/functions.php on line 3718 Notice: The called constructor method for WP_Widget in ca_gadsense_widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in /var/www/goforthegoldrochester.com/public_html/wp-includes/functions.php on line 3718 Notice: The called constructor method for WP_Widget in ca_video_widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in /var/www/goforthegoldrochester.com/public_html/wp-includes/functions.php on line 3718

    I’m not sure if this is related to your plugin or not.

    Plugin Author MatthewRuddy

    (@matthewruddy)

    None of that code is related to Easing Slider – it doesn’t look like the script debugging code has been added? Sounds like WP_DEBUG has been enabled; we need SCRIPT_DEBUG to be enabled.

    Only required to add the code quoted to your wp-config.php file. Don’t worry about WordPress debugging for now – appears to only be a front-end issue.

    Also, if you can disable the other plugins you have active, and/or temporarily change the theme, that’d allow us to rule out a conflict.

    Thread Starter cwseric

    (@cwseric)

    Hi Matt,

    It appears that the theme is causing the issue. The theme is called “Carta” if that helps.

    I dont get any new errors using script debug, but the javascript error still persists.

    Thanks

    ERic.

    Plugin Author MatthewRuddy

    (@matthewruddy)

    Hi @cwseric, thanks for letting me know. Looks like the jQuery version the theme is loading is too low.

    Is your WordPress version up to date? If it is, it’s likely your theme is overriding the WordPress version of jQuery with its own – in this case, a much older version. I’d recommend updating the theme’s jQuery version to 1.7.2 or greater if this is the case.

    Thread Starter cwseric

    (@cwseric)

    Hi Matt,

    I have the latest version of wordpress, I’ll see if I can either remove jQuery from the theme itself or update it.

    Thanks

    Eric.

    Plugin Author MatthewRuddy

    (@matthewruddy)

    No problem, let me know how you get on Eric ??

    Plugin Author MatthewRuddy

    (@matthewruddy)

    Marking this as resolved. Let me know if more assistance is required ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘jQuery Conflict v3.0.6’ is closed to new replies.