- Posts: 3
- Thank you received: 4
OT Slideshow Duration
- Innocent Munemo
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
13 years 2 months ago #539
by Innocent Munemo
OT Slideshow Duration was created by Innocent Munemo
How do I change the timing of the slideshow? It changes too fast and there are no settings in the parameters.
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
13 years 2 months ago #540
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 www.omegatheme.com/member/
Replied by Linh Robert on topic Re: OT Slideshow Duration
Hi,
I guess you are using template version for Joomla 1.5.
If yes, the slideshow module ( mod_ot_imagescroller - OT ImageScroller) in this version have not parameter for it but you can change the interval by edit /modules/mod_ot_imagescroller/tmpl/default.php and find this code:
You can define the interval here by type new value in mili-second. eg: 5000 = 5 seconds.
If you're using version 1.7: This module in this template version 1.7 (for Joomla 1.7) will have parameter for this (Delay, Duration).
Thanks for using our products!
I guess you are using template version for Joomla 1.5.
If yes, the slideshow module ( mod_ot_imagescroller - OT ImageScroller) in this version have not parameter for it but you can change the interval by edit /modules/mod_ot_imagescroller/tmpl/default.php and find this code:
Code:
interval: 3000,
If you're using version 1.7: This module in this template version 1.7 (for Joomla 1.7) will have parameter for this (Delay, Duration).
Thanks for using our products!
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 www.omegatheme.com/member/
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Paulo Loaiza
-
- Offline
- Fresh Boarder
-
Less
More
- Posts: 1
- Thank you received: 0
11 years 5 months ago #6295
by Paulo Loaiza
Replied by Paulo Loaiza on topic Re: OT Slideshow Duration for OT Clinical
Hi.
I need some help to change the delay time to principal Banner (Slideshow) in the template OT Medical for Joomla 2.5
I need some help to change the delay time to principal Banner (Slideshow) in the template OT Medical for Joomla 2.5
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 5 months ago - 11 years 5 months ago #6308 by Trung Duong
Replied by Trung Duong on topic Re: OT Slideshow Duration for OT Clinical
Hello,
You can edit file: templates/ot_clinical/html/mod_banners/default2.php and replace code:
by
You can edit file: templates/ot_clinical/html/mod_banners/default2.php and replace code:
Code:
jQuery.noConflict();
jQuery(document).ready(function($) {
$('#bannergroup-<?php echo $module->id; ?>').carousel();
});
by
Code:
jQuery.noConflict();
jQuery(document).ready(function($) {
$('#bannergroup-<?php echo $module->id; ?>').carousel({
interval: 2000,
pause: "hover"
});
});
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Last edit: 11 years 5 months ago by Trung Duong.
Please Log in or Create an account to join the conversation.
Time to create page: 0.189 seconds