Little problem with Carousel Banner

hi, thanks for reply, May I know how to override?
11 years 2 months ago #19 by sandy

Please Log in or Create an account to join the conversation.

@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

Please Log in or Create an account to join the conversation.

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.
jQuery("#mycarousel'. $module->id.'").jcarousel({
                auto: 7,
                scroll:1,
                rtl:false,
                visible:1,
                wrap: \'circular\',                
                animation: 1000,
                initCallback: mycarousel_initCallback
11 years 2 months ago #21 by jrthor2

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum