TOPIC: OT Slideshow Duration

OT Slideshow Duration 11 years 1 month ago #539

  • innocentm
  • innocentm's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 4
  • Karma: 0
How do I change the timing of the slideshow? It changes too fast and there are no settings in the parameters.
The administrator has disabled public write access.
The following user(s) said Thank You: makcimka

Re: OT Slideshow Duration 11 years 1 month ago #540

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
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:
interval: 3000,
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!
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 administrator has disabled public write access.
The following user(s) said Thank You: makcimka

Re: OT Slideshow Duration for OT Clinical 9 years 4 months ago #6295

  • palinux
  • palinux's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Karma: 0
Hi.

I need some help to change the delay time to principal Banner (Slideshow) in the template OT Medical for Joomla 2.5
The administrator has disabled public write access.

Re: OT Slideshow Duration for OT Clinical 9 years 4 months ago #6308

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hello,

You can edit file: templates/ot_clinical/html/mod_banners/default2.php and replace code:
			jQuery.noConflict();
			jQuery(document).ready(function($) {
				$('#bannergroup-<?php echo $module->id; ?>').carousel();
			});

by
			jQuery.noConflict();
			jQuery(document).ready(function($) {
				$('#bannergroup-<?php echo $module->id; ?>').carousel({
				interval: 2000,
                                pause: "hover"
				});
			});
Last Edit: 9 years 4 months ago by trungdt.
The administrator has disabled public write access.
Time to create page: 0.107 seconds