Hello!
I do not understand! I still get the same message: The Current Versionof jQuery: 1.6.2 Please update your jQuery version to min. 1.7 in Case you wish to use Revolution Slider plugin.
I’ve added this code in my file fonctions.php (child theme) to update jQuery:
// JQuery Insérer De Google
si add_action (“wp_enqueue_scripts”, “my_jquery_enqueue”, 11) (is_admin ()!);
my_jquery_enqueue fonction () {
wp_deregister_script (jquery ‘);
wp_register_script (jquery “,” http “($ _SERVER [”] == SERVER_PORT 443″ S “:.?” “).”: //ajax.googleapis.com/ajax/libs/jquery/1.7.1/ jquery.min.js “, false, null);
wp_enqueue_script (jquery ‘);
}
it worked, but after a few days the message returns.I think that it is either the parent theme that loads the old version, or it’s the plugins wp super cache and iThemes causing this. Help please.