Upgrade jquery-ui in in-motion theme version from 1.8.14 to 1.8.22 to avoid 'a.curCSS is not a function' errors in console that caused problems with circles and navigation.
authorymh <ymh.work@gmail.com>
Tue, 22 Oct 2019 16:11:46 +0200
changeset 15 3d4e9c994f10
parent 14 00ac8f60d73f
child 16 a86126ab1dd4
Upgrade jquery-ui in in-motion theme version from 1.8.14 to 1.8.22 to avoid 'a.curCSS is not a function' errors in console that caused problems with circles and navigation.
wp/wp-content/themes/IN-MOTION-package-u1/in-motion/functions.php
--- a/wp/wp-content/themes/IN-MOTION-package-u1/in-motion/functions.php	Wed Oct 16 11:23:38 2019 +0200
+++ b/wp/wp-content/themes/IN-MOTION-package-u1/in-motion/functions.php	Tue Oct 22 16:11:46 2019 +0200
@@ -9,7 +9,7 @@
 	function my_scripts() {
 		global $themedir;
 		wp_enqueue_script('slides-min-jquery', $themedir . '/js/slides.min.jquery.js','','',true); 					
-		wp_enqueue_script('jquery-ui-min', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.min.js','','',true);
+		wp_enqueue_script('jquery-ui-min', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.22/jquery-ui.min.js','','',true);
 		wp_enqueue_script('jquery-easing', $themedir . '/js/jquery.easing.1.3.js','','',true);
 		wp_enqueue_script('jquery-iconmenu', $themedir . '/js/jquery.iconmenu.js','','',true);		
 		wp_enqueue_script('jquery-nav-min', $themedir . '/js/jquery.nav.min.js','','',true);