TOPIC: OT scroller speed changing

OT scroller speed changing 9 years 2 months ago #7334

  • andsmith
  • andsmith's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
  • Karma: 0
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.
The administrator has disabled public write access.

Re: OT scroller speed changing 9 years 2 months ago #7346

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

you can read this topic:

www.omegatheme.com/ot-scroller-displays-...nt-logos/timing.html

Regards
The administrator has disabled public write access.
The following user(s) said Thank You: andsmith

Re: OT scroller speed changing 9 years 2 months ago #7348

  • andsmith
  • andsmith's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
  • Karma: 0
Thank you. :)
The administrator has disabled public write access.

Re: OT scroller speed changing 9 years 2 months ago #7349

  • andsmith
  • andsmith's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
  • Karma: 0
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.
Last Edit: 9 years 2 months ago by andsmith.
The administrator has disabled public write access.

Re: OT scroller speed changing 9 years 2 months ago #7350

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

You should edit this file: templates/ot_dulcet/html/mod_ot_scroller/default.php

find this code:
$('#myCarousel-<?php echo $module->id; ?>').carousel();

and change speed as this code below
$('#myCarousel-<?php echo $module->id; ?>').carousel(interval: 2000);
The administrator has disabled public write access.

Re: OT scroller speed changing 9 years 2 months ago #7352

  • andsmith
  • andsmith's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
  • Karma: 0
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);
});
-->
The administrator has disabled public write access.

Re: OT scroller speed changing 9 years 2 months ago #7353

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Please try this code:
$('#myCarousel-<?php echo $module->id; ?>').carousel({ interval: 2000 });
The administrator has disabled public write access.

Re: OT scroller speed changing 9 years 2 months ago #7354

  • andsmith
  • andsmith's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
  • Karma: 0
That's working thank you. :)
The administrator has disabled public write access.

OT scroller speed changing 8 years 3 months ago #8008

  • andsmith
  • andsmith's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
  • Karma: 0
Hello, trungdt,

Please help me about OT layer slider. I downloaded the Joomla 3.X version of OT Dulcet . It's a great template. How can I set OT layer slider and/or OT scroller to full width? In the Joomla 2.5 version of the template the scroller was full width. The layout style is set to Full width but slider width stayed 1140px. website: www.peopleclues.co.nz/

Please also write me how to change of the speed of the slider and scroller. Earlier you posted me this topic www.omegatheme.com/ot-scroller-displays-...nt-logos/timing.html but it drops Page not found message.

Thank you,
Andsmith
Last Edit: 8 years 3 months ago by andsmith.
The administrator has disabled public write access.
Time to create page: 0.099 seconds