Closed (fixed)
Project:
jCarousel Lite
Version:
6.x-2.0-beta6
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2010 at 16:06 UTC
Updated:
6 Nov 2010 at 08:04 UTC
The module seems to be working fine, but when it has scrolled through the 20 list items it just stops and remains blank. Anyone know how to get the contents to endlessly loop? Here is what I currently have in my "Additional Options" field:
vertical: true,
visible: 5,
auto:1,
speed:4000,
circular: true,
Comments
Comment #1
jeeves commentedThis turned out to be my own fault. The textile module was putting in an extra "ul" tag where it should not have been. This caused jCarousel Lite to display the list item content rather weirdly. Once I cleaned up the HTML everything worked as expected.