Image reloader times

Can anyone kindly help me to change the image reloader times? Let's say it is currently 3 seconds, and I want images to view for 5 seconds instead. Is this possible? Please advise, and THANK YOU!

-Kristi-
Quote · 10 Dec 2011

Check-->
/inc/js/jquery.dolPromo.js
/inc/js/jquery.dolPromoT.js

var iInterval = iInterval || 3000; //switching interval in milliseconds

var iTransition = iTransition || 1000; //transition (fadeIn|fadeOut) time


Make backups and test.

Quote · 10 Dec 2011

Hmmm, that didn't work. Any other suggestions anybody?

 

(Thanks anyway rhimpr!)

-Kristi-
Quote · 10 Dec 2011

Ok, then this (7.0.8) -->

templates/base/scripts/BxBaseIndexPageView.php

Look for this and adjust.;

<script type="text/javascript">

     $(document).ready( function() {

      $('#indexPhoto').dolPromo(8000, 1500);

     } );

    </script>

 

For Older D7  versions-->

inc/design.inc.php

 

Backup files first...

Quote · 10 Dec 2011

Hello everybody! rhimpr, I really appreciate your help, but am having no luck with your suggestions. I am terrible with code, and basically a newbie, but have been able to find the suggested menu items/folders etc in my cPanel, and resolve a few previous issues...  this however, is simply not working for me. Your first suggestion seemed like the logical resolution, but it changed nothing. As for your second suggestion, I don't particularly understand... I found the item, and opened it for code edit, but have no idea what to change it to so that the image reloader times are greater.

Can anyone please provide alternative suggestions? I would be immensely appreciative! I am hoping to launch my site in the next few days, but definitely the image reloader times on my index page to be a couple seconds longer, before they fade and change to the next image. 

 

THANK YOU ALL! 

-Kristi-
Quote · 20 Dec 2011

Open-->

templates/base/scripts/BxBaseIndexPageView.php

Find This;

<script type="text/javascript">

     $(document).ready( function() {

      $('#indexPhoto').dolPromo(8000, 1500);

     } );

    </script>

 

Change the 8000 to 15000 or whatever you want;

So it looks like this;

<script type="text/javascript">

     $(document).ready( function() {

      $('#indexPhoto').dolPromo(15000, 1500);

     } );

    </script>

Clear your cache's after.

If you need a hand, let me know what dolphin version you are using. Sent you a PM.

Quote · 20 Dec 2011

rhimp- That worked!  THANK YOU!!!!!!  You are AWESOME!

-Kristi-
Quote · 20 Dec 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.