I know there was an earlier post on this, but it was for the dev version and it looks like the thread has been abandoned.

My case:

With Auto Pause enabled, autoscrolling doesn't work at all; the carousel must be advanced manually.

With Auto Pause disabled, the carousel doesn't start on page load, but continues scrolling once started manually.

Checked on FF, Safari, IE6 and IE7. I've cleared caches and it's not a CSS/JS aggregation issue, either. (The site is pretty stripped down as I'm building it.)

Otherwise, the module is terrific; it's just this one problem. I could totally live without Auto Pause and I'd be happy even for just a hack to start the carousel on page load.

Any ideas? Thanks so much for the module - just this teensy thing and I'm in business! Hoping somebody could give me a hand here; thanks in advance and all the best!

Comments

bcobin’s picture

The 2.x-dev version doesn't exhibit this behavior - problem solved with the upgrade to that branch, at least in my case. No ill effects. Good to go!

AlanPendleton’s picture

I am also seeing this behavior. No autoscrolling until I hover over the carousel, or click on prev or next. Upgrading to 6.x-2.x-dev did not fix it in my case.

I patched in a call to carousel.startAuto() at the end of function viewscarouselInitCallback. That seems to have solved the problem for me anyway.