Hi,

I have noticed the following: when my Carousel started again (-> all items were shown once) it got buggy after some more items were shown - instead of repeating and repeating it suddenly disappeared. Now I changed this setting and there is no such behavior.

Best,
Tobias

Comments

quicksketch’s picture

Status: Active » Postponed (maintainer needs more info)

The most likely cause of this issue may be outside the scope of the jCarousel module. Try visiting the demos at http://sorgalla.com/projects/jcarousel/#Examples, if the same problem exists there, it's a problem with the library and not with the module. Comparatively, the jCarousel module is responsible for very little actual JavaScript.

luketarplin’s picture

I have also experienced this problem with a site I am developing, the carousel seems buggy when wrap is set to circular, it also seems to be affected by the number of items selected to display by the view; eg if I choose 8 for the limit but only have 2 results then it seems to be even worse.

I have quite a few different javascript libraries on this site so it could be an incompatibility with something like colorbox or another such module. I couldn't see an auto scroller and wrap circular combo example on the site mentioned in the response by quicksketch.

luketarplin’s picture

If you check https://github.com/jsor/jcarousel/issues you will see there are some similar issues relating to this problem so I suggest it is probably not a Drupal jCarousel issue.

quicksketch’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

If this can be shown to be a problem with the module (as opposed to the jCarousel library), please reopen. Right now I'm inclined to think there isn't anything we can do on the module side of things.

alexey.inkin’s picture

Version: 6.x-2.3 » 7.x-2.6
Status: Closed (won't fix) » Needs work

This bug is described here: https://github.com/jsor/jcarousel/issues/64
The fix is also suggested there, and it works. One line of code needs to be changed in jquery.jcarousel.js, and jquery.jcarousel.min.js should be generated again from it. The bug is two years old now, and it's still not fixed in jCarousel. Maybe the Drupal module maintainers can fix this in the module's version of jCarousel?