Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter t4tsu

    (@t4tsu)

    Update:

    Found the problem… the function:

    add_action( ‘wp_enqueue_scripts’, ‘my_enque_func’ );
    function my_enque_func()
    {
    wp_deregister_script(‘jquery’);
    }

    also removes the post-ratings.js :/

    The how to solve it ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Post Ratings] Does not work with jQuery from googleapis?’ is closed to new replies.