Does any one know how to change Promo banner speed ? , Many thanks in advance
Does any one know how to change Promo banner speed ? , Many thanks in advance |
Try this.. Go to templates\base\scripts\BxBaseIndexPageView.php At line 479 you will find this next line:
$('#indexPhoto').dolPromo(8000, 1500); Change the number 8000 to 5000 for example and istead of 8 seconds per frame you should get 5 seconds. It worked for me. Good luck! Sometimes communicating your problem and putting it out there is enough to solve it |
Many Thanks !! |
You're welcome. Many Thanks !!
Sometimes communicating your problem and putting it out there is enough to solve it |