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!
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- |
Check--> |
Hmmm, that didn't work. Any other suggestions anybody?
(Thanks anyway rhimpr!) -Kristi- |
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... |
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- |
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. |
rhimp- That worked! THANK YOU!!!!!! You are AWESOME! -Kristi- |