raeroshow Posted September 10 Share Posted September 10 Site URL: https://www.kickstandcomedy.org/ On this website, https://www.elysiantheater.com/ - they have a slider showing upcoming events at the top of the home pages. It automatically goes from slide to slide. I want to do this on my site and am frustrated that I can't figure out how! I know you can do this manually with galleries but i specifically want it to auto-pull in Events so i need to use SUmmary blocks. 7.1. Fluid Engine site Thanks! webbroi 1 ************************************* Let's Make a Website! Rachel (she/her) | Squarespace Websites LetsMakeaSite.com Link to comment
HoaLT Posted September 10 Share Posted September 10 14 hours ago, raeroshow said: Site URL: https://www.kickstandcomedy.org/ On this website, https://www.elysiantheater.com/ - they have a slider showing upcoming events at the top of the home pages. It automatically goes from slide to slide. I want to do this on my site and am frustrated that I can't figure out how! I know you can do this manually with galleries but i specifically want it to auto-pull in Events so i need to use SUmmary blocks. 7.1. Fluid Engine site Thanks! we can use the Summary, but it has a limit with only 30 items in standard. To extend more item, you 'll need additional plugin: Lazy Summaries Block Plugin — Squarewebsites Plugins webbroi 1 Press 👍 or mark my comment as solution if you find my sharing useful 🆒 Squarespace pinchzoom lightbox plugin (affiliate link) 👁🗨 360 degree photo viewer (affiliate link) Link to comment
raeroshow Posted September 10 Author Share Posted September 10 Hey @HoaLT! Can you tell me how to achieve with Summary Block? I'm not concerned with the 30 item limit. I need a slideshow of events, that auto goes from slide to slide. ************************************* Let's Make a Website! Rachel (she/her) | Squarespace Websites LetsMakeaSite.com Link to comment
Solution raeroshow Posted September 11 Author Solution Share Posted September 11 I figured this out if anyone is curious. This code in the header does the trick. <!-- Carousel Autoplay --> <script> window.onload = function() { var nextArrow = document.querySelector(".summary-carousel-pager-next"); function clickNext() { nextArrow.click(); } setInterval(clickNext, 5000); }; </script> webbroi 1 ************************************* Let's Make a Website! Rachel (she/her) | Squarespace Websites LetsMakeaSite.com 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