Slider – Theme conflict with old Jquery Version
-
Hey, Im using an outdated theme (showcase) and the Revolution slider.
I m having trouble gettin the slider to work as produces the follwing error message :
The Current Version of jQuery:1,4,2 Please update your jQuery Version to min. 1.7 in Case you wish to use the Revolution Slider Plugin
I ve tried to replace the old js-files in the theme folder but it didn’t help.
here are the linked jd-files in the fuctions.php:
wp_enqueue_style( 'showcase', get_bloginfo( 'stylesheet_url' ) ); wp_enqueue_style( 'font-titillium', get_template_directory_uri() . '/fonts/titillium/stylesheet.css' ); wp_enqueue_style( 'font-leaguegothic', get_template_directory_uri() . '/fonts/leaguegothic/stylesheet.css' ); sc_enqueue_style( 'ie6', get_template_directory_uri() . '/ie6.css', 'IE 6' ); sc_enqueue_style( 'ie7', get_template_directory_uri() . '/ie7.css', 'lt IE 8' ); wp_enqueue_script( 'jquery', get_template_directory_uri() . "/js/jquery-1.4.4.min.js", null, '1.4.4', false ); wp_enqueue_script( 'md5', get_template_directory_uri() . "/js/md5.js", null, null, false ); wp_enqueue_script( 'prettyjs', get_template_directory_uri() . "/js/pretty.js", null, null, false ); wp_enqueue_script( 'jquery.tools', "https://cdn.jquerytools.org/1.2.5/full/jquery.tools.min.js", array('jquery'), null, false ); wp_enqueue_script( 'showcase_scripts', get_template_directory_uri() . "/js/scripts.js", array('jquery', 'jquery.tools'), null, true ); if ( $is_IE ) { wp_enqueue_script( 'DD_belatedPNG', get_template_directory_uri() . "/js/DD_belatedPNG.js", false, null, false );
What I did is: I replaced the “jquery-1.4.4.min.js” with a modern version (1.9 or 2.0). What am I doing wrong ?
Could you guys help me out ?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Slider – Theme conflict with old Jquery Version’ is closed to new replies.