KevinBatdorf / liquidslider

A Responsive jQuery Content Slider
161 stars 62 forks source link

Not autoSliding #156

Closed Phorce closed 9 years ago

Phorce commented 9 years ago

I have implemented the functionality in the website, and I have edited the following settings:

$('#main-slider').liquidSlider({ autoSlide: true, autoSlideDirection: 'right', autoSlideInterval: 6000, forceAutoSlide: false, pauseOnHover: false });

However, it is not auto sliding and I have to click on one of the buttons. Any ideas to if this is a known problem, or something that I am not doing correctly?