Greetings to all,
I want to add a slider to the product images in my Shopify store. I found a tutorial link like the one below on the web.
https://github.com/Nordic-Dev/shopify-product-image-slider
As a first step, I downloaded the slick-1.81.zip file. I saved the following files in the asset folder respectively.
slick.min.js
slick.css
slick-theme.css
fonts / slick.woff
fonts / slick.ttf
fonts / slick.svg
fonts / slick.eot
Then I created a section named product-image-slider.liquid and saved it by entering the code below.
{% for image in product.images%}
{% endfor%}
Finally, I added the following lines to the theme.liquid file.
....................................................................................................................
However, after this point, I did not fully understand what to do. I would be grateful if you could help.
Thank you so much