Little problem with Carousel Banner

As you can see on these jcarousel plugin script
jQuery("#mycarousel'. $module->id.'").jcarousel({
                auto: '.$autoplay.',
                scroll:1,
                rtl:false,
                visible:1,
                wrap: \'last\',
                easing: \'BounceEaseOut\',
                animation: 1000,
                initCallback: mycarousel_initCallback
            });

we don't be provided for such an option, so that's all we got...
11 years 2 months ago #13 by erwinschro

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

  • Posted by Jose Luis Sierra (7) Offline
Got it...that´s a shame because in older version we could do that... ok, tks a lot! you have been very helpful!
11 years 2 months ago #14 by Jose Luis Sierra

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

Do you sugest another module? My client is upset with this. I just need autoplay the carroussel banner, changing the banner in about 3 secs.

Anyone can help?

I also modify the animation (almost all my clients dont like the "bunce" effect) to a linar one. A nice feature is change this in the admin module, insted editing code.
11 years 2 months ago #15 by Eduardo

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

I found in assets/js/jquery.flexisel.js some values around line 17
var defaults = $.extend({
    		visibleItems: 4,
    		animationSpeed: 3000,
    		autoPlay: false,
    		autoPlaySpeed: 12000,    		
    		pauseOnHover: true,
			setMaxWidthAndHeight: false,
    		enableResponsiveBreakpoints: false,
    		responsiveBreakpoints: { 
I change de values to 3000 (original was 200) in animationSpeed and autoplay to 12000.
Still quick to read.
11 years 2 months ago #16 by Eduardo

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

HI,
thanks for your free mod.
I have a question, how to remove litter arrow which is on left-top corner?
I attached a screenshot for your reference.
thanks again
11 years 2 months ago #17 by sandy

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

Hi

It looks like it comes from your template list item style. So you can override that style inside your template css file
11 years 2 months ago #18 by erwinschro

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

Powered by Kunena Forum