Closed (fixed)
Project:
Views carousel
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2009 at 10:39 UTC
Updated:
2 Jul 2012 at 12:51 UTC
Hi
I've created a carousel here http://www.resales4uspain.com using the 6.x-2.x-dev version. When set to circular wrap the carousel simply stops when it has displayed the final item.
I attach a screensnap of my view settings.
Any thoughts ?
Cheers
Dave
| Comment | File | Size | Author |
|---|---|---|---|
| slider.png | 52.83 KB | El Bandito |
Comments
Comment #1
mfer commentedFor now I would switch back to the 1.x version. Circular works there.
Comment #2
El Bandito commentedMfer
Thanks for the response. Rather than risk upseting my theming I've switched to slightly stomach-turning Wrap Content "Last", however I notice that just before it does the fast scroll back to item 1 there is a strange little final movement of the Carousel. Any ideas what this is ?
Cheers
Dave
Comment #3
selinav commentedhello,
I have the same problem. My carousel return to the first item like a run back.
Comment #4
zoo commentedI'm using Drupal 6.15 / Views carousel 6.x-2.x-dev.
Me too as Daves, when Views Carousel is set to circular wrap it stops when it has displayed the final item (I didn't try the 1.x version yet).
Thank you
zoo
Comment #5
marcoka commentedi have the same problem on 6.15 an 6.x-2.x
-> 6.x-1.x works
but if you clickt on "previos" after carosuel is loaded. the "swing" effekt goes wrong.
Comment #6
AdrianB commentedWhen I tried the circular wrap (in 6.x-2.x-dev) it didn't wrap at all when using prev/next buttons, instead I got with empty spaces.
According to #332358: Allow Circular Wrap the circular wrap should work in 2.x-dev as well, as far as I understand it.
Comment #7
John Carbone commentedSame here. Subscribing.
Comment #8
tobedeleted commentedSeems like several issues in here all bound up. I can confirm that in my case the 'Circular' option - assuming it should provide a continuous loop (at least that is what the name implies to me) - does not work.
I am also seeing the odd animation behaviour with the "strange little movement" referred to above.
Comment #9
spuky commentedThe folowing patch: against the jcarousel module is probably what you are missing views carusel provides jut the option to set circular.... but the call backs must be set in jcarousel module
http://drupal.org/files/issues/jcarousel.js_.circular.patch
Or the dev version of jcarousel which already has the patch...
jcarousel-6.x-1.x-dev from 2009-Nov-17 or newer
Comment #10
AdrianB commentedRe #9: Ah, thanks! I've updated jcarousel to 6.x-1.x-dev and now circular wrapping works!
Rant: Too bad it sometimes feels like you're in -dev hell when it comes to Drupal modules. I wish module maintainers would release official version more often...
(Btw, I then ran into #648254: Use "module" instead of "theme" when adding skin.css and had to patch jcarousel.module to load skin.css correctly.)
Comment #11
marcoka commented