I have implemented the Jquery cycle plugin on my page but I can’t get one of the parameters to work. Depending on which page I am on I want to start the slide at a different place using startingSlide: 3, for example. But it just starts at the beginning.
My question is will the included files affect this, maybe loading in at different times? I’m not sure just clutching at straws really.
The page is at http://www.ukgreenenergy.co.uk/solar-power/
and the initialisation code is here:
$('.slideshow').cycle({
fx: 'fade',
startingSlide: 3, // zero-based
prev: '#prev',
next: '#next'
});
Thanks for any help
According to the W3C HTML Validator, you have some unclosed elements and such.