dunnedesign 1 Share Posted January 24 Site URL: http://dunnedesign.squarespace.com Hi all, Trying to include an testimonial carousel on my website from my clients. Have made it as a carousel summary blog and pulled it onto the homepage however trying to get it to autoplay? dunnedesign.squarespace.com password: dunne Can anyone help? Thanks Link to post
0 tuanphan 9,572 Share Posted February 2 Hi. If you use a Business Plan or higher, let me know. We will give the script code to make it autoplay Email me if you have need any help (free, of course :-D). Answer within 24 hours. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
0 freelancervillepalmu 8 Share Posted February 23 Hey! Is this slider from the earlier Squarespace? I'm trying to do the same layout but with Squarespace 7.1. but cannot find anything that does this. Link to post
0 tuanphan 9,572 Share Posted February 28 On 2/23/2021 at 3:41 PM, freelancervillepalmu said: Hey! Is this slider from the earlier Squarespace? I'm trying to do the same layout but with Squarespace 7.1. but cannot find anything that does this. You mean Gallery Reel? If you share link to page where you use gallery, we can give the code freelancervillepalmu 1 Email me if you have need any help (free, of course :-D). Answer within 24 hours. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
0 freelancervillepalmu 8 Share Posted March 17 Hey tuahphan! I'm not using it anywhere, yet 🙂 But I need a way to display 3-5 separate testimonials one at a time on the front page. Just text content. Link to post
0 tuanphan 9,572 Share Posted March 24 On 3/17/2021 at 6:13 PM, freelancervillepalmu said: Hey tuahphan! I'm not using it anywhere, yet 🙂 But I need a way to display 3-5 separate testimonials one at a time on the front page. Just text content. You can add a Code Block >> Paste this code <div class="container"> <div class="text-container"> <div class="carousel"> <div class="inner"> <div class="element">CSS Experiment</div> <div class="element">Text Carousel</div> <div class="element">No Javascript</div> <div class="element">CSS Animation</div> <div class="element">CSS Experiment</div> </div> </div> </div> </div> <style> .container { background: #de2d26; width: 300px; height: 300px; margin: 0 auto; display: flex; justify-content: center; align-items: center; color: #FFF; font-size: 1.5em; margin-bottom: 30px; } .carousel { overflow: hidden; display: inline-block; vertical-align: top; height: 32px; margin: 0 auto; text-align: center; } .inner { animation: scroll 5s ease-in-out infinite; } .element { font-size: 1.1em; text-shadow: 0px 2px 2px #fba09d; } @keyframes scroll { 0%, 20% { transform: translateY(0); } 25%,45% { transform: translateY(-32px); } 50%,70% { transform: translateY(-64px); } 75%,95% { transform: translateY(-96px); } 100% { transform: translateY(-124px); } } </style> Email me if you have need any help (free, of course :-D). Answer within 24 hours. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
Question
dunnedesign 1
Site URL: http://dunnedesign.squarespace.com
Hi all,
Trying to include an testimonial carousel on my website from my clients. Have made it as a carousel summary blog and pulled it onto the homepage however trying to get it to autoplay?
dunnedesign.squarespace.com
password: dunne
Can anyone help?
Thanks
Link to post
Top Posters For This Question
3
2
1
Popular Days
Mar 17
1
Jan 24
1
Mar 24
1
Feb 2
1
Top Posters For This Question
tuanphan 3 posts
freelancervillepalmu 2 posts
dunnedesign 1 post
Popular Days
Mar 17 2021
1 post
Jan 24 2021
1 post
Mar 24 2021
1 post
Feb 2 2021
1 post
Popular Posts
tuanphan
You mean Gallery Reel? If you share link to page where you use gallery, we can give the code
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment