Closed (outdated)
Project:
Views Slideshow: Galleria
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Nov 2010 at 20:04 UTC
Updated:
28 Jan 2021 at 07:05 UTC
Jump to comment: Most recent
Comments
Comment #1
jimmb commentedI 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
Comment #2
stewestHi.
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?
Comment #3
flacoman91 commentedI 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.
Comment #4
dbassendine commentedThis appears to be fixed by passing on the settings correctly - see http://drupal.org/node/866014#comment-5781842
Comment #5
stewest