Is it possible to achieve a vertical carousel with Gallery Formatter? I can create the styline, but I'm not getting carousel to activate.

Thanks :)

CommentFileSizeAuthor
#5 0001-vertical-thumbnails.patch116.88 KBcapynet
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Manuel Garcia’s picture

Status: Active » Fixed

Sorry, not supported.

Status: Fixed » Closed (fixed)

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

knalstaaf’s picture

Title: Vertical Carousel » Vertical thumb gallery
Version: 6.x-1.x-dev » 7.x-1.x-dev
Category: support » feature
Status: Closed (fixed) » Active

Will there be an option available for D7 to use a vertical thumb gallery ("gallery-thumbs")?

If there's not, how can we tweak the code so the thumbs gallery drops the horizontal display? I've tried setting the float of the list-items to "none" (instead of "left") in my stylesheet, but this results in no images at all...

Manuel Garcia’s picture

Status: Active » Closed (won't fix)

There are no plans for this.

infinteCarrousel would have to be re done for this.

capynet’s picture

Component: Gallery styles » Javascript
Issue summary: View changes
Status: Closed (won't fix) » Needs review
FileSize
116.88 KB

Here is a patch may help.

It enables the module to show vertical thumbnails slides and plus, specify the number of thumbnails to show.

illSleepWheniDie’s picture

It's easy to do with css.

  1. Float thumbnail container to left
  2. Set thumbnail UL width to 100%.
  3. Float the main image container to right
  4. You might have to fix a overall width on the whole gallery to "squeeze the thumbnails."
sch2’s picture

Patched #5 worked nicely for me, thanks for your work.

Manuel Garcia’s picture

Status: Needs review » Needs work

The current patch includes fancybox integration and configuration for the number of thumbnails, which are 2 other different features.

We should clean it up to only add the vertical thumbnails feature.