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

jeeves’s picture

Status: Active » Closed (fixed)

This 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.