Little problem with Carousel Banner
- Posted by erwinschro (1034) Offline
Oh yes it works when we click on the left-right arrow - not automatically slides.
Can you both overwrite the following files at your end
/modules/mod_carousel_banner.php
with the one attached (please unzip it first then upload to that folder)
and see if that helps.
11 years 11 months ago #7
by erwinschro
Can you both overwrite the following files at your end
/modules/mod_carousel_banner.php
with the one attached (please unzip it first then upload to that folder)
and see if that helps.
Please Log in or Create an account to join the conversation.
- Posted by Jose Luis Sierra (7) Offline
Yes..it helps a little.... now theres is another problem... the module now rolls out the images automatically, but it doesn´t get the times correctly, I mean, just for testing I set the "animation speed" on 3000 and "autoplay speed" on 10000...and the module doesn´t take de correct time anyway... I tried to modify this .php you sent us, on the parameter I thought that controls that setting, but didn´t work anyway... any help?
Tks!
11 years 11 months ago #8
by Jose Luis Sierra
Tks!
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
So sorry fot the confusion, but those options are for Flexisel layout, the Default layout has no option provided to play around. Sorry.
11 years 11 months ago #9
by erwinschro
Please Log in or Create an account to join the conversation.
- Posted by Jose Luis Sierra (7) Offline
So...basically, there´s no way to manage the animation and autoplay speed at all? not even changing something on some .php or something?
11 years 11 months ago #10
by Jose Luis Sierra
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
There's animation 'speed' option you can edit inside the module php code for the default layout
/modules/mod_carousel_banner/mod_carousel_banner.php at about line 114-121
11 years 11 months ago #11
by erwinschro
/modules/mod_carousel_banner/mod_carousel_banner.php at about line 114-121
jQuery("#mycarousel'. $module->id.'").jcarousel({
auto: '.$autoplay.',
...
animation: 1000, // change here to 5000 for example
...
Please Log in or Create an account to join the conversation.
- Posted by Jose Luis Sierra (7) Offline
Thankyou very much for your help. However, modifying that value only changes the animation speed, wich is great, but I was hoping to modify the time that an image is displayed before it bounces again as well.
I mean, once the animation is over betwen images, it only takes a second or so to start the animation again and "bounce" in to the next image. I´d like to extend this period, let´s say to 3 seconds or so, in order to let the users to read the image content. Did I explain my self? I hope not being a pain in the ass for you, but I would really apreciate if you can help me with that. Thanks!
11 years 11 months ago #12
by Jose Luis Sierra
I mean, once the animation is over betwen images, it only takes a second or so to start the animation again and "bounce" in to the next image. I´d like to extend this period, let´s say to 3 seconds or so, in order to let the users to read the image content. Did I explain my self? I hope not being a pain in the ass for you, but I would really apreciate if you can help me with that. Thanks!
Please Log in or Create an account to join the conversation.