When you use views_slideshow configured with ThumbnailHover display, in conjunction with Gallery module,
the slideshow stops working, because the javascript code gets modified.
After an accurate inspection, I found that the problem is in the variable fade_value=0.25 being replaced by 0,25 (a comma instead of a dot).
I don't know why this happens, but can easily be fixed quoting that value in the file:
contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.views_slideshow.inc
At line 24: 'fade_value' => array('default' => '0.25'),

Comments

redndahead’s picture

Title: Conflict with Gallery (Gallery2) module » fade_value is no longer used and is causing conflcts
Status: Patch (to be ported) » Fixed

A patch was committed that removes this value. It was not used.

Status: Fixed » Closed (fixed)
Issue tags: -JavaScript, -conflict, -Gallery

Automatically closed -- issue fixed for 2 weeks with no activity.