Active
Project:
Views Ticker
Version:
7.x-2.0
Component:
User interface
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2012 at 13:52 UTC
Updated:
12 Apr 2016 at 14:37 UTC
Jump to comment: Most recent
Comments
Comment #1
domh87 commentedanyone have any ideas on this one?
Comment #2
d2ev commentedComment #3
dpl commentedSubscribe, this behaviour would be great...
Comment #4
kitt2012 commentedHello all,
I'd also like to see this functionality.
I believe that is isn't necessarily blank space at the end of the scroll, but the blank space at the beginning.
As the div that holds the list ie
I'm not a js programmer so although I've looked through the code, i'm non the wiser. But if the list started as a fully displayed block initially, surely this would solve our problems.
Any thoughts?
xK
Comment #5
noloco commentedSubscribe - Anyone had any luck?
Comment #6
techno_aesthete commentedI am having the same problem using the horizontal scroll in Drupal 7.23. I have checked the box for "Remove whitespace" in the "Rewrite Results" section of the view's field configuration for both fields used in the view. That has had no discernible effect on the results. There is a long period between loops of the list where no content appears in the scrolling area.
Comment #7
memsis commentedThis is not an empty space.
The module make your list pass trought the web page then once it's out on the view it send it back at the starting point.
You're white space exists to make the "infinite" magic possible. ;-)
Comment #8
poly-spiral commentedSubscribed.
Comment #9
maxplus commentedYeah, would be great if there was some kind of repeating JS code like there is in the vTicker
=> It should be like this: the first item comes directly behind the last item etc... to create a real infinite Ticker
Maybe we should use another JS ticker?
Comment #10
maxplus commentedHi Guys,
just found the solution:
1. I used the older 7.1 version of this module instead of the current 7.2 version
=> in 7.1 jscroller2 is used for the horizontal scrolling and that one is "endless"
2. In your View, you need to disable all field formatting using the Style settings of your fields and also disable "add default classes", otherwise you get some strange effects and only see two items scrolling
Comment #11
sgdev commentedCheck out the new patch we've written for this module, and let me know if you have feedback. I think we've made some improvements on how some of the options work, and also added some new options. The Marquee plugin might meet your needs. Thanks!
https://www.drupal.org/node/2704723