- Posts: 13
- Thank you received: 0
OT scroller speed changing
- Andras Kovacs
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
11 years 1 month ago #7334
by Andras Kovacs
OT scroller speed changing was created by Andras Kovacs
Hello, I'd like to ask your help. I installed OT dulcet that works fine. I'd like to change the speed of the header slider that is in middle 1-1 position [mod_ot_scroller]. I can see no option in module settings. Where can I set slower speed? Thank you.
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 /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
11 years 1 month ago #7346 by Trung Duong
Replied by Trung Duong on topic Re: OT scroller speed changing
Hello,
you can read this topic:
www.omegatheme.com/ot-scroller-displays-...nt-logos/timing.html
Regards
you can read this topic:
www.omegatheme.com/ot-scroller-displays-...nt-logos/timing.html
Regards
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
The following user(s) said Thank You: Andras Kovacs
Please Log in or Create an account to join the conversation.
- Andras Kovacs
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 13
- Thank you received: 0
11 years 1 month ago #7348
by Andras Kovacs
Replied by Andras Kovacs on topic Re: OT scroller speed changing
Thank you.

Please Log in or Create an account to join the conversation.
- Andras Kovacs
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 13
- Thank you received: 0
11 years 1 month ago - 11 years 1 month ago #7349
by Andras Kovacs
Replied by Andras Kovacs on topic Re: OT scroller speed changing
Unfortunately it's not working. I set it to 14 000 ms but it slides after 5 secs.
Jörimann
My code looks a bit different like in the topic you referred:
k(function() {
k(".scrollable").scrollable({
size:'<?php echo $imgperframe?>',
loop:true
}).autoscroll(14000);
});
I tried it with Firefox and Chrome. Cache is emptied.
Thank you.
k(function() {
k(".scrollable").scrollable({
size:'<?php echo $imgperframe?>',
loop:true
}).autoscroll(14000);
});
I tried it with Firefox and Chrome. Cache is emptied.
Thank you.
Last edit: 11 years 1 month ago by Andras Kovacs.
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
11 years 1 month ago #7350
by Trung Duong
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!
[img]...[/img]
[img]...[/img]
[img]...[/img]
Replied by Trung Duong on topic Re: OT scroller speed changing
Sorry,
You should edit this file: templates/ot_dulcet/html/mod_ot_scroller/default.php
find this code:
and change speed as this code below
You should edit this file: templates/ot_dulcet/html/mod_ot_scroller/default.php
find this code:
Code:
$('#myCarousel-<?php echo $module->id; ?>').carousel();
and change speed as this code below
Code:
$('#myCarousel-<?php echo $module->id; ?>').carousel(interval: 2000);
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.
- Andras Kovacs
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 13
- Thank you received: 0
11 years 1 month ago #7352
by Andras Kovacs
Replied by Andras Kovacs on topic Re: OT scroller speed changing
No success
Now it is static, not sliding at all. After clicking left/right arrows it slides in every 5 secs.
Jörimann
Here is my code. It seems as it is commented out defaultly but I tried it without comment. The result is the same.
<!--
jQuery.noConflict();
jQuery(document).ready(function($) {
$('#myCarousel-<?php echo $module->id; ?>').carousel(interval: 2000);
});
-->

<!--
jQuery.noConflict();
jQuery(document).ready(function($) {
$('#myCarousel-<?php echo $module->id; ?>').carousel(interval: 2000);
});
-->
Please Log in or Create an account to join the conversation.
Time to create page: 0.198 seconds