zackfg Posted July 14 Share Posted July 14 I have a piece of code that I found online that auto plays a carousel summary block, but it only plays the first one on the page. Does anyone know a way for me to make it affect only the second summary block on the page? I've been googling and can't find an answer. I'm not great with code. <!-- Summary Block Autoplay --> <script> window.onload = function() { var nextArrow = document.querySelector(".summary-carousel-pager-next"); function clickNext() { nextArrow.click(); } setInterval(clickNext, 3000); }; </script> Link to comment
Ziggy Posted July 14 Share Posted July 14 It looks like it should apply to all of the summary carousels, do you have the next/previous arrows on for both summary blocks? Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
zackfg Posted July 14 Author Share Posted July 14 I do not, but I know this works only on the first one and it doesn't matter if the arrows are turned on or off, because that is how it functions on another page on my site. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment