Hello,
I'm testing your great implementation of the Galleria slideshow and it works surprising well for an alpha release. Congrats! :)
The only problem I really noticed is that it doesn't matter which transition effect I choose in the Views UI, it always uses the same effect -> slide. Is this problem already known or am I simply missing something? The strange thing is that the saved value (i.e. "transition": "fade") is available in the source code of the page but it seems to be ignored.
Thank you very much for your efforts on this module!
Stefan
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | views_slideshow_galleria-settings.patch | 754 bytes | dbassendine |
Comments
Comment #1
madaxe commentedsubscribing
Comment #2
khiustin commentedHello, thanks for this great module. Almost perfect...
At this time the same issue that Stefan, transitions don't work in fullscreen mode (I don't tested other modes), in my case don't work at all (don't work with fade, slide, etc.)
Could you please help with this?
Thanks in advance!
Comment #3
thinguy commentedsubscribe, noticing same issue.
Comment #4
mparker17Subscribe
Comment #5
dbassendine commentedI'm still seeing this issue, and I took a look. It turns outall the settings aren't being passed on correctly to Galleria (in themes/js/views_slideshow_galleria.js, line 22). For some reasons, if $settings['theme'] is set, then this is passed to Galleria as the first parameter, rather than the settings array. I assume this worked in an older version of Galleria, but longer does - I am working against Galleria 1.2 2011-02-18.
Here's a patch that passes on the settings array correctly.
Once you do some of the settings broke for me, but I'll describe these issues in a separate ticket.
Comment #6
dbassendine commentedComment #7
decade commentedThe above patch isn't working for me.
Is there some way to force a transition effect?
Comment #8
gmclelland commentedThis should be fixed in the 7.x-3.x version. Please reopen if it is still an issue.
Comment #9
sgabe commentedSeems to be a duplicate of #1772212: Transition effect does not work in fullscreen theme.