zackfg Posted July 14, 2023 Posted July 14, 2023 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>
Ziggy Posted July 14, 2023 Posted July 14, 2023 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 Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
zackfg Posted July 14, 2023 Author Posted July 14, 2023 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment