Hello,

I have a Galleria slideshow set up in a block view. It's working well, with one exception: The Autoplay function isn't happening.

That is, when I view the page, the first slide appears and it doesn't change unless I manually click the arrows. For settings, I'm using the "Classic" theme, "Autoplay" is checked, and "Autoplay time" is set at 3000 (though I tried a couple different values).

I'm not sure what else to try; maybe someone will have some suggestions.

Thanks,

Jim

Comments

jimmb’s picture

I tried switching the slideshow theme from "Classic" to "Custom", while keeping the same (default) settings for everything else. After saving, I refreshed the slideshow view, and it disappeared entirely.

The same thing happens when I select the "Lightbox" and "Dots" themes. Re-saving with the "Classic" theme always brings the slideshow back.

However, when I use the "Fullscreen" theme, the slideshow appears correctly. But it doesn't autoplay either...

Jim

stewest’s picture

Version: 6.x-1.0-beta3 » 6.x-1.x-dev

Hi.
I'm using the Full Screen Theme.

I'm using 6.x-1.x-dev and mine is also not autoplaying. It is starting up with "loading wheel" and loading the thumbnails below but it does not start, where I have set it to do so.

Any news on the auto play?

flacoman91’s picture

I can't get anything else other than Classic to work. But I did figure out how to get autoplay to work.

I had to modify the /sites/all/libraries/galleria/src/galleria.js file
look for a variable that says
autoplay: false;
and change it to autoplay:true;

Hope that helps anyone else out there.

dbassendine’s picture

This appears to be fixed by passing on the settings correctly - see http://drupal.org/node/866014#comment-5781842

stewest’s picture

Issue summary: View changes
Status: Active » Closed (outdated)