Project:Views Slideshow
Version:6.x-2.0-beta2
Component:Miscellaneous
Category:support request
Priority:minor
Assigned:Unassigned
Status:closed (won't fix)

Issue Summary

Hi

A very common requirement is to scroll news items which might consist of a title, a post date, a teaser, and a "read more" link (say). The news items should scroll upwards in a fixed size block, stopping briefly when the full item is displayed to allow the viewer time to click on the "read more" link to the full node. The news items must always be nose-to-tail i.e. no large gaps between them.

After some experimentation I have concluded that the only way to achieve this is for the displayed fields to always fill exactly the same number of lines. As the title, the post date, and read more link will all normally only take 1 line each, this is really a question of ensuring the teasers are all the same length.

If the items are not all exactly equal in line length from a display perspective then there are 3 possible scenarios :

1> The block height is set to the length of the longest item. In this case large gaps appear in the slideshow.
2> The block height is set to a size less than that of the longest item. In this case the "read more" link commonly displayed as the last field will be cut off.
3> The block is sized on the fly for each node. In this case any subsequent blocks will jump up and down the page as the Views Slideshow block re-sizes itself.

My first question is simply am I right ?

My second is any suggestions ?

Cheers

Dave

P.S. This module rocks and this seems to be an unfortunate, if popular, use case. When the content is fixed size as is usually the case in image based slideshows everything is tikety-boo.

Comments

#1

Status:active» postponed (maintainer needs more info)

Can you send me an example? We currently have a fixed height slideshow in use at http://asucm.ucmerced.edu The text can vary. So I know it's possible if I understand you correctly.

#2

Hi

Sorry about the delayed response. I have posted my best attempt at a vertically scrolling news story block using Views Slideshow here http://ans49.midphase.com/~worlsha4/puremountains.com/test. As you can see because the teasers are not all the same length there are big gaps in the slideshow i.e. the items are not displayed nose-to-tail.

Is there a way around this ?

Cheers and keep up the good work.

Dave

#3

Views slideshow is meant to display 1 item at a time. So I don't think you are going to achieve what you want. Otherwise sometimes the text would scroll from the middle of the block and sometimes from the bottom. I think what you are looking for is for a way to display multiple items at the same time just stopping at each news item am I correct?

#4

Exactly. I was hoping there might be some slideshow magic dust you could sprinkle, but perhaps not. I have tried Views Carousel to achieve the effect, but I'm afraid that I found it buggy and extremely difficult to configure and theme given the level of documentation and response to the issue q.

Thanks anyway.

Dave

#5

Status:postponed (maintainer needs more info)» closed (won't fix)

marking as won't fix.

#6

there is a similar post here: http://drupal.org/node/484960 with a solution for more than one item in the slideshow views. I myself could not get the patch working correctly