Viewing 1 replies (of 1 total)
  • Open sponsor-carousel.php

    On line 68 you will find the function sponsors_carousel_enqueue_scripts, within this function delete the following code:

    // jquery
    wp_deregister_script(‘jquery’);
    wp_register_script(‘jquery’, ($plugin_url . ‘/jquery-1.4.2.min.js’), false, ‘1.4.2’);
    wp_enqueue_script(‘jquery’);

    Try again.

Viewing 1 replies (of 1 total)
  • The topic ‘jQuery update’ is closed to new replies.