At first everything is ok, auto slide is ok, manual also. But if i leave carousel for some time to auto slide it goes crayze, items dissapear and div around it becomes bigger and bigger.

Go here http://www.svenanetu.com/hr and test it, leave it open for 5 minutes and you will see :-(

I checked the code and whole UL is -3000px on the left

CommentFileSizeAuthor
#11 fix_JC.png9.16 KBdvasquez

Comments

ishmael-sanchez’s picture

Same issue exists for the D7 version. The ul width seems to grow in size to a point then it reduces in size until the jcarousel no longer visible.

Marko B’s picture

Hope it gets fixed soon :-)

quicksketch’s picture

I really, really doubt this problem can be solved in the Drupal project. You guys should file an issue against the jCarousel library: https://github.com/jsor/jcarousel/issues

Taesto’s picture

I looked at your link and it made me laugh!! Thanks for lightening up an otherwise uninteresting day.

I am myself struggling to make jcarousel work.

I have duplicate items displayed in the carousel even though I chose "distinct" in views. Some items don't display in full, they are cropped even though I set the width really large in the css.

Also I have 800pixel empty space between the carousel and the comments section at the bottom of the page.

Marko B’s picture

Thanx quicksketch, makes sense beacuse most probably you didnt temper with carousel output and code just made and integration.

tomrishworth’s picture

I had this issue with a vertical carousel. It slowly got smaller and smaller until it disappeared. Turned out to be a css issue. I eventually worked out that if I adjusted the height of the jcarousel-clip-vertical div by a few pixels it fixed it.

Lirkun’s picture

Have the same problem as tomnz.

indigoblue’s picture

I'm using the latest D7 version and am seeing this problem. I believe that the problem is linked to the option 'wrap' => 'circular' . By switching to 'wrap' => 'last' - the problem appears to go away. Not ideal, but it works around the problem until the issue is fixed. Hope this helps.

quicksketch’s picture

Status: Active » Closed (won't fix)

I won't be attempting to fix issues with the jCarousel library in this module (which is just integration code). The new 2.5 version of the module updates the library to the latest 0.2.8 version, which may fix this problem. If it doesn't, we'll just have to wait for the next version of the jCarousel library for a fix.

Marko B’s picture

Please post if somebody tried what QS. suggested.

dvasquez’s picture

StatusFileSize
new9.16 KB

The solution I found was the following:
In the Styles jCarousel configuration, in the Views, I configured the content Wrap: Last.
This was sufficient because it keeps the content Wrap: Circular do sums in the value of the items in the UL.
Fixing Crazy JCarousel

i hope this help you!

dvasquez’s picture

Version: 6.x-2.4 » 6.x-2.6
caspercash’s picture

Are there any updates to this issue? Tried to look at the jcarousel github issues but I'm not sure how to integrate the suggested solutions in there in this drupal jCarousel module.