Reply To: jQuery \ WP 4.5.3

Home Forums GovIntranetters jQuery \ WP 4.5.3 Reply To: jQuery \ WP 4.5.3

#2418
Nick Peterson
Participant

We are running 4.5.3 and recently updated to v4.16.2 of the theme. We did have some issues (with our media library and uploads if I recall) with jQuery but have been having no problems by sticking to v1.11.3 using the following bit of code in our functions.php:

if (!is_admin()) {
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, (“https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js”), false, ‘1.11.3’);
wp_enqueue_script(‘jquery’);
}

Our browse teams button functions as well. Are you running any third party plugins?

Best,

Nick