kakers Posted February 27, 2023 Share Posted February 27, 2023 it looks as though only one (of my 6) Carousel - Summary elements on the homepage do this autoscroll thing. I am fine with it but how to make the others to the same?? I'm stumped. Special Modern Design Link to comment
tuanphan Posted March 5, 2023 Share Posted March 5, 2023 Hi, Can you share link to this page? We can check easier Or try adding this to Settings > Advanced > Code Injection > Footer <script> Y.on('domready', function () { var galleries = Y.Squarespace.GalleryManager.getGalleries(); for( i = 0; i<galleries.length; i++){ galleries[i].setAttrs({"autoplay":true}) } }); </script> 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!) Link to comment
kakers Posted March 24, 2023 Author Share Posted March 24, 2023 thanks Special Modern Design Link to comment
Lane1127 Posted October 19, 2023 Share Posted October 19, 2023 This code is working great on my site but does anyone know how to slow down the speed? Link to comment
tuanphan Posted October 21, 2023 Share Posted October 21, 2023 On 10/19/2023 at 10:07 PM, Lane1127 said: This code is working great on my site but does anyone know how to slow down the speed? You can also use this new code, adjust number 5000 <script> window.onload = function() { var nextArrow = document.querySelector(".summary-carousel-pager-next"); function clickNext() { nextArrow.click(); } setInterval(clickNext, 5000); }; </script> 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!) Link to comment
mkhrndz Posted October 30, 2023 Share Posted October 30, 2023 @tuanphan any idea how to get the carousel to cycle back to the beginning faster once it hits the end? It cycles back right now for me, but takes about a minute, when the rest of the transitions only take 5 seconds Link to comment
flarg Posted April 6 Share Posted April 6 @mkhrndz @tuanphan did you ever figure out how to do this? 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