Ben Schaaf
Ben Schaaf
I am having this issue as well. This is the code I am using tho: ``` $(document).ready(function(){ var slider = $('.slider').bxSlider({ displaySlideQty: 3, moveSlideQty: 1, auto: true, controls: false });...
So, are you saying... ``` slider.goToNextSlide(); ``` should be: ``` slider.goToNextSlide(); slider.startShow(); ``` ? Thanks!
Appears to be working now. Thanks for the tip.