Little problem with Carousel Banner
- Posted by erwinschro (1034) Offline
As you can see on these jcarousel plugin script
we don't be provided for such an option, so that's all we got...
11 years 2 months ago #13
by erwinschro
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...
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.
- Posted by Eduardo (3) Offline
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
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.
Please Log in or Create an account to join the conversation.
- Posted by Eduardo (3) Offline
I found in assets/js/jquery.flexisel.js some values around line 17I 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
var defaults = $.extend({
visibleItems: 4,
animationSpeed: 3000,
autoPlay: false,
autoPlaySpeed: 12000,
pauseOnHover: true,
setMaxWidthAndHeight: false,
enableResponsiveBreakpoints: false,
responsiveBreakpoints: {
Still quick to read.
Please Log in or Create an account to join the conversation.
- Posted by sandy (3) Offline
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
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
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
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
It looks like it comes from your template list item style. So you can override that style inside your template css file
Please Log in or Create an account to join the conversation.