- Posts: 3
- Thank you received: 0
How to change the speed of slideshow?
- Eric Bertrand
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
11 years 2 months ago #1728
by Eric Bertrand
How to change the speed of slideshow? was created by Eric Bertrand
Bonjour, je trouve le slide trop rapide, comment ralentir la rotation des sujets ?
wwww.pronos-foot.net
wwww.pronos-foot.net
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
11 years 2 months ago #1729
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket Notice: Undefined variable: target in /home/omegatheme/public_html/components/com_kunena/template/aurelia/layouts/bbcode/url/default.php on line 32
> www.omegatheme.com/member/
Replied by Linh Robert on topic Re: How to change the speed of slideshow?
Hi,
In module parameter configuration, you will find the option to set the interval time and duration time for slideshow. So change it to a bigger number (in miliseconds).
BTW: Please post your question in English so everyone can help you easier.
Thanks
In module parameter configuration, you will find the option to set the interval time and duration time for slideshow. So change it to a bigger number (in miliseconds).
BTW: Please post your question in English so everyone can help you easier.
Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket Notice: Undefined variable: target in /home/omegatheme/public_html/components/com_kunena/template/aurelia/layouts/bbcode/url/default.php on line 32
> www.omegatheme.com/member/
Please Log in or Create an account to join the conversation.
- Luiz Henrique
-
- Offline
- Fresh Boarder
-
Less
More
- Posts: 1
- Thank you received: 0
10 years 10 months ago #2935
by Luiz Henrique
Replied by Luiz Henrique on topic Re: How to change the speed of slideshow?
Dear linh_omg,
could you help me, there is no option to increase or decrease the speed duration inside module parameter. Where can I find the option to set this?
Waiting for your response and help.
Luiz Henrique
could you help me, there is no option to increase or decrease the speed duration inside module parameter. Where can I find the option to set this?
Waiting for your response and help.
Luiz Henrique
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
Notice: Undefined variable: end_tag_params in /home/omegatheme/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /home/omegatheme/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /home/omegatheme/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
10 years 10 months ago #2941 by Trung Duong
Replied by Trung Duong on topic Re: How to change the speed of slideshow?
Hello,
You can edit javascript code in file default.php (modules/mod_ot_scroller/tmpl/default.php)
change value autoscroll(5000) for change speed.
Thanks
You can edit javascript code in file default.php (modules/mod_ot_scroller/tmpl/default.php)
change value autoscroll(5000) for change speed.
Thanks
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Please Log in or Create an account to join the conversation.
9 years 6 months ago #7301
by eugen f
Replied by eugen f on topic Re: How to change the speed of slideshow?
For current version of OT Slideshow (with OT Malesuada)
I have the current solution
jQuery(document).ready(function($) {
$('#k2ModuleBox88').carousel({
interval: 10000,
});
});
where 88 - is the id of module of slideshow
I have the current solution
jQuery(document).ready(function($) {
$('#k2ModuleBox88').carousel({
interval: 10000,
});
});
where 88 - is the id of module of slideshow
The following user(s) said Thank You: Trung Duong
Please Log in or Create an account to join the conversation.
Time to create page: 0.252 seconds