Home › Forums › JavaScript › Does anybody know why my wordpress s3slider isn’t working? › Re: Does anybody know why my wordpress s3slider isn’t working?
To verify functionality – I used WordPress 2.8 and the theme Arthemia Free v2 (http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/). I used jquery.js bundled with s3slider.
Put the following lines ONE LINE ABOVE <?php wp_head(); ?> in header.php and verify the script paths:
Put the following lines ONE LINE UNDER <?php wp_head(); ?> in header.php :
Put the following lines at the bottom of the page right above <?php get_footer(); ?> in index.php and verify the img paths:
Put the following code at the end of style.css – I changed right to sliderright and left to sliderleft. The <span class> code above has the correct changes too.