Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Does anybody know why my wordpress s3slider isn’t working? Re: Does anybody know why my wordpress s3slider isn’t working?

#64885
s3slider
Member

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:

Code:

Put the following lines ONE LINE UNDER <?php wp_head(); ?> in header.php :

Code:

Put the following lines at the bottom of the page right above <?php get_footer(); ?> in index.php and verify the img paths:

Code:
  • 1
    Title text 1
    Content text…
  • 2
    Title text 2
    Content text…Content text…Content text…Content text…Content text…Content text
  • 3
    Title text 2
    Content text…
  • 4
    Title text 2
    Content text…
  • 5
    Title text 2
    Content text…

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.

Code: