I have here a dynamically created image content which uses jcarousellite, it perfectly displays my images on FF however, when the page loaded a single image, it doesn't display.
Please help.

Comments

moonray’s picture

Status: Active » Postponed (maintainer needs more info)

Do you have an example of the code that's not working?

webpoga’s picture

An Example:

First, I query the database for a set of images,

print '<div class="someclass"><ul>';
$query = db_query("SELECT field_image_title FROM content_image");
while($row = db_fetch_array($query)){
     $images = $row['field_image_title'];
}
foreach($images as $key => $value){
     print '<li>'.$value.'</li>';
}
print '</ul></div>';

Whereas my query sometimes return only one image from the database.

FYI, when the page is loading, It displays the image, but after it has done loading, considering it loaded all jquery and jcarousellite scripts, the image disappears.

Thanks.

moonray’s picture

Status: Postponed (maintainer needs more info) » Active

This looks like a bug with the jCarousel Lite script itself. I would suggest going to the creator.

moonray’s picture

Status: Active » Closed (fixed)

Closing this issue.