A space to discuss online store customization, theme development, and Liquid templating.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
"Not working" is very generic. No one is going to read the code you posted and guess what could be going wrong. Please post what exactly "not working" means. If possible, share a preview URL
https://dev-test2023.myshopify.com/products/copy-of-box1
password: 1
he means that the slick slider is not getting initialized with the section.. maybe because we have to init the code after AJAX call fetched the content and append it into DOM.. i'm having issues with this too, can you help?
Hello @vaishnavi_s0129 ,
Try this slick slider .
add Set timeout in your script that's the best solution
<script>
setTimeout(function(){
//Slider sccrit
},900);
</script>