Postponed
Project:
jCarousel
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Nov 2009 at 13:10 UTC
Updated:
8 Jun 2013 at 15:24 UTC
Hi,
I'm trying to use jcarousel into my website. I've put a list to manage with jcarousel into a fieldset initially set to collapsed. When uncollapsing it, the jcarousel block is shown with only the first image. The other images are not visible even if the arrows let the gallery go back and forth. When the carousel is out of the fieldset it works correctly.
Using Firefox 3.5.5 on Win XP.
Thanks,
m.
Comments
Comment #1
quicksketchI've confirmed this is still a problem, even with the latest 2.x version of jCarousel module and the latest library of jCarousel (0.2.7). jCarousel can't calculate the width of the carousel if it's not currently displayed on the page. This will likely need to be corrected by the jCarousel library.
Comment #2
quicksketchComment #3
quicksketchThere is a similar conversation over in #1180736: If Jcarousel is in a tab, it cannot display, which I've marked duplicate.
Comment #4
calefilm commentedShould we continue this discussion in this thread I presume? I have the same problem and tried applying this fix mentioned in http://drupal.org/node/1180736#comment-4566772 but had no luck..
Comment #5
calefilm commentedComment #6
calefilm commentedSo I have a question... I am using the Sky Theme and went to sky/css/framework and went into my drupal6-core.css file.
line 1293:
If i delete "display: none;" everything works. Is this safe? If i change it to "display: block;" this also works.. any problems you foresee with js files?
Comment #7
jamo-1 commentedI'm not a drupal user but this issue was solved for me by placing the script calls to jcarousel at the foot of the page, which called the function after the content targeted by jcarousel was loaded. It also fixed the intermittent fousc problem on that particular site.
FYI there were two jcarousel areas on the page one had 30-40 li items to load.
Jimmy