Little problem with Carousel Banner
- Posted by sandy (3) Offline
- Posted by erwinschro (1034) Offline
@keeperman
that would depend on how your template css define the list item class so I can't just guess what should be overriden.
11 years 2 months ago #20
by erwinschro
that would depend on how your template css define the list item class so I can't just guess what should be overriden.
Please Log in or Create an account to join the conversation.
- Posted by jrthor2 (19) Offline
I actually got this working by looking at the jCarousel website and viewing their demos. I got the time between images fixed (I used 7 seconds), and I got rid of the bouncing effect and changed the wrap to "circular" so the banners didn't scroll all the way back to the beginning, but once it gets to the end, it just starts at the first again. Below is the code I used. Unfortunately, if if update this extension, then I'll need to redo these options. These should be made part of the admin screen.
11 years 2 months ago #21
by jrthor2
jQuery("#mycarousel'. $module->id.'").jcarousel({
auto: 7,
scroll:1,
rtl:false,
visible:1,
wrap: \'circular\',
animation: 1000,
initCallback: mycarousel_initCallback
Please Log in or Create an account to join the conversation.