Thanks for your prompt response. I can’t find
carouselAuto = sfOptionParams.data('carousel-autoplay'),
in /dante/js/
Instead I found
carouselAuto = carouselInstance.data('auto');
I changed the above line to
carouselAuto = true;
And it worked.
BTW I want this to be done in Child Theme. So please suggest what is the best way to do it in child theme.
Thanks & Regards
Arish