Forums

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

Home Forums CSS Slides not sliding, just stacking. Re: Slides not sliding, just stacking.

#95577
Mottie
Member

Ok I got it working… I commented out this line… I’m not sure what this plugin does, but it’s causing an error.

//jQuery('#featured .scroll').quovolver(1, 10000);

Then I noticed that the AnythingSlider.css file was missing, so I added it and then I had to set the slider dimensions to 600×400 because it’s set to 570×190 for some reason

#slider-210 { width: 600px; height: 400px; }

The default stylesheet I used really messed up the slider because of the external arrows – it was shifted to the right, but it was working. So, I’m just guessing you already have an AnythingSlider theme ready, it just that the link to it isn’t there.