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

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

madaxe’s picture

subscribing

khiustin’s picture

Hello, 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!

thinguy’s picture

subscribe, noticing same issue.

mparker17’s picture

Subscribe

dbassendine’s picture

I'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.

dbassendine’s picture

Status: Active » Needs review
decade’s picture

Version: 6.x-1.0-alpha2 » 7.x-3.x-dev

The above patch isn't working for me.

Is there some way to force a transition effect?

gmclelland’s picture

Issue summary: View changes
Status: Needs review » Postponed (maintainer needs more info)

This should be fixed in the 7.x-3.x version. Please reopen if it is still an issue.

sgabe’s picture

Component: Miscellaneous » Code
Category: Support request » Bug report
Status: Postponed (maintainer needs more info) » Closed (duplicate)