Hi,
Go to your theme Assets > theme.js and search for the theme.Testimonials function. (Note : first take backup of your file code)
theme.Testimonials = (function() {
var slideCount = 0;
var defaults = {
accessibility: true,
arrows: false,
dots: true,
autoplay: false,
touchThreshold: 20,
slidesToShow: 3,
slidesToScroll: 3
};
......
here, you will find slider option named autoplay: false,now, make make this option value true, like following
theme.Testimonials = (function() {
var slideCount = 0;
var defaults = {
accessibility: true,
arrows: false,
dots: true,
autoplay: true,
touchThreshold: 20,
slidesToShow: 3,
slidesToScroll: 3
};
......
now do save file,
Refer this URL It has useful tips :
https://elfsight.com/tutorials/how-to-add-testimonials-slider-widget-to-shopify/
https://outofthesandbox.com/blogs/shopify-theme-blog/testimonials-shopify-theme-section
Hi guys,
@oscprofessional, Thanks for recommending us!
@amandacastler, you can use our Testimonials Slider for easy placing your testimonials on the website. We'll be happy to answer all your questions.
Best regards,
Elfsight Team
User | Count |
---|---|
414 | |
206 | |
141 | |
53 | |
42 |