- Posts: 6
- Thank you received: 0
timing
- Ana Grozea
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
12 years 1 month ago #4750
by Ana Grozea
timing was created by Ana Grozea
is there a way to delay the image change? I have a lot of text to be read and I need a longer time in-between image changes
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
12 years 1 month ago - 12 years 1 month ago #4758 by Trung Duong
Replied by Trung Duong on topic Re: timing
Hello,
You should edit js csript at the bottom of default.php file here: modules/mod_ot_scroller/tmpl
You should edit js csript at the bottom of default.php file here: modules/mod_ot_scroller/tmpl
Code:
jQuery(function($) {
$(".scrollable").scrollable({
size:'<?php echo $imgperframe?>',
loop:true
}).autoscroll(8000);
});
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Last edit: 12 years 1 month ago by Trung Duong.
The following user(s) said Thank You: Ana Grozea
Please Log in or Create an account to join the conversation.
- Pablo Rosales
-
- Offline
- Fresh Boarder
-
Less
More
- Posts: 1
- Thank you received: 0
12 years 3 weeks ago #4860
by Pablo Rosales
Doesnt work for me.
It says:
I replace that for
Thanks in advance for any help
Replied by Pablo Rosales on topic Re: timing
trungdt wrote: Hello,
You should edit js csript at the bottom of default.php file here: modules/mod_ot_scroller/tmplCode:jQuery(function($) { $(".scrollable").scrollable({ size:'<?php echo $imgperframe?>', loop:true }).autoscroll(8000); });
Doesnt work for me.
It says:
Code:
k(function() {
k(".scrollable").scrollable({
size:'<?php echo $imgperframe?>',
loop:true
}).autoscroll(5000);
});
I replace that for
but nothing happend (timing is exactly the same).jQuery(function($)...
Thanks in advance for any help

Please Log in or Create an account to join the conversation.
- Ana Grozea
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 6
- Thank you received: 0
12 years 3 weeks ago #4871
by Ana Grozea
Replied by Ana Grozea on topic Re: timing
try changing the 5000 with something higher - for me 8000 was ok, if not go higher. put 10000 see how that works
Please Log in or Create an account to join the conversation.
Time to create page: 0.198 seconds