Entered in the function.php file:
// Remove themes old version of jQuery and load a compatible version function my_update_jquery () { if ( !is_admin() ) { wp_deregister_script('jquery'); wp_register_script('jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js', false, false, true); wp_enqueue_script('jquery'); } } add_action('wp_enqueue_scripts', my_update_jquery); This function cancels all boxed jquery and follows the link. In my case nothing happens ..... the conflict was as it was, and remained