Smooth Slider Jquery problem
-
I am trying to use this purely as a slideshow on homepage with 2 or 3 images. Any slideshow I try to use does not work. None. This one has come the closest.
I get an error in IE that says the script is breaking.
It’s hard coded in main index file as
<?php if ( function_exists( ‘get_smooth_slider’ ) ) { get_smooth_slider(); } ?>My header file contains
<?php echo get_theme_option(“head”) . “\n”; wp_enqueue_script(“jquery”); wp_head(); ?>Am I supposed to call it from Main Index file too? and if so how? or am I supposed to add something else.
- The topic ‘Smooth Slider Jquery problem’ is closed to new replies.