Can we make the thumbnail active while the related teaser is displayed in the breakout? This way users will be aware of where they are in the thumbnail view while the slideshow is proceeding.

CommentFileSizeAuthor
#10 activeSlide.patch1.47 KBjennycita
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dragonwize’s picture

Status: Active » Fixed

You can style the active with the class views_slideshow_active_teaser.

Status: Fixed » Closed (fixed)

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

najibx’s picture

How does "thumbnail hover mode" really works?
say I have 2 cck fields, one is the actualy slideshow, the other cck field is the thumbnail?

arbel’s picture

the class doesn't change for me, when different thumbnails are hovered, the class stays on the same div.

Idan

ashtonium’s picture

Title: Make thumbnail active during slideshow (thumbnail hover mode) » active teaser not updating in thumbnailhover mode
Version: 6.x-1.x-dev » 6.x-2.x-dev
Status: Closed (fixed) » Active

Re-opening because the "views_slideshow_active_teaser" class is not being updated at all. It just stays on the first teaser div regardless of timed or manual transitions.

imrubio22’s picture

Subscribing. This worked fine in the 6.x-1.0-beta2 version.

thechanceg’s picture

I can confirm. The class stays on the first div in the group even after manual or timed transitions.

Giolf’s picture

Same issue

dr. gubó’s picture

Same here, the active class stays on the first teaser. I think it's more a bug than a feature request, assuming it worked before.

jennycita’s picture

FileSize
1.47 KB

I didn't really bother to figure out what was going on, but here's a quick and dirty hack to fix the problem... the class 'activeSlide' seems to now get properly applied and removed.

Giolf’s picture

Confirm!

Appling this patch and using class 'activeSlide' all works well!

imrubio22’s picture

Confirmed also. It seems this patch was already applied to the beta version I was using but I did not know to apply styles to the class 'activeSlide'. the class 'activeSlide' is not picked up by Firebug or viewable when looking at the page's source code. Maybe this instruction can be added to the documentation? Works great now. Thank you.

mr.andrey’s picture

Confirmed. Patch works with ".activeSlide" class.

redndahead’s picture

Status: Active » Needs review

Marking as critical to look at before release.

redndahead’s picture

Status: Needs review » Fixed

hmm seems this was committed at some point in time.

Status: Fixed » Closed (fixed)

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