Quitar poner jquery wordpress
wp_deregister_script( 'jquery' ); wp_register_script('jquery', '//code.jquery.com/jquery-2.2.4.min.js', array(), '2.2.4', true); // true will place script in the footer wp_enqueue_script( 'jquery' );