Slider Issue

Hello,

This may be a Javascript issue but seems like people respond more in the CSS area and maybe someone here has some Javascript knowledge to help solve this issue. I downloaded this full width slider and it should be timed to change the picture every 4 seconds but it doesnt automatically change the picture, was wondering if anyone knows why this is and how to resolve the issue.

Here is link to the URL…

http://modocom.ca/lockstone/

Thanks,

Mike

Hi,

Where did you get the slider code from?
Could you provide a link?
There is probably some option such as auto: true which you have to set.

As Pullo says, each slider usually has a list of options for you to include. Googling fwslider gives plenty of results, like this:

which has this option:

auto: true,

although it doesn’t look like the same script. Anyhow, go back to where you got this and look at the options available.

You also have two versions of jQuery on the page. Always be wary of that. Don’t just slap a library link in there every time you add a new feature. You should only link to a library once per page.