Ruinir Posted September 26, 2023 Posted September 26, 2023 Hello I am using this code to get my carousel blog posts to auto play <!-- Summary Block Autoplay --> <script> window.onload = function() { var nextArrow = document.querySelector(".summary-carousel-pager-next"); function clickNext() { nextArrow.click(); } setInterval(clickNext, 5000); }; </script> It will only auto play the first one, is there anything i can do to make it auto play more than one on the same page?
tuanphan Posted October 1, 2023 Posted October 1, 2023 Hi, Can you explain it a bit clearly? "make it auto play more than one on the same page?" Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Ruinir Posted October 3, 2023 Author Posted October 3, 2023 For sure! So I have 2 Carousels on one page 1 above the other, but only the TOP page one plays through the one a bit further down does not switch through the pages - the guides one shifts through, the news and updates does not
tuanphan Posted October 6, 2023 Posted October 6, 2023 On 10/3/2023 at 11:49 PM, Ruinir said: For sure! So I have 2 Carousels on one page 1 above the other, but only the TOP page one plays through the one a bit further down does not switch through the pages - the guides one shifts through, the news and updates does not Can you share link to this page? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment