How to design a custom slideshow in Shopify liquid?

Hello

Hope you are fine

I need help to design custom Slideshow in Shopify liquid. I already done this with the help of 3rd party library owl-carousel. but there is loading issue in theme editor using owl-carousel library.

Thanks

Hi @AK71

Please use Slick slider instead of any third party slideshow plugin. its easy to use and takes less time to load .

Thanks

Thanks for reply @StoreSurgeon

but when i used slick slider. In the editor when i select “slick slider” section it shows in block form. I want to display in slide form. How it’s possible?

install the code carefully as instructions

ok, I try again

code is installed. but when is select section it’s load like same as in the previous image but when i saved it’s working fine. Here is my code. It is example now and js &css cal in theme.liquid.

.slider { width: 100%; margin: 0 auto; } .slider div { height: 400px; text-align: center; padding: 50px; }
Slide 1
Slide 2
Slide 3

{% schema %}
{
“name”: “Slick Slideshow”,
“presets”: [
{
“name”: “Slick Slideshow”
}
]
}
{% endschema %}

use these cdn files in the theme.liquid instead of that you used earlier

CSS

JS

same results

https://themes.shopify.com/themes/mono/styles/default?surface_inter_position=1&surface_intra_position=1&surface_type=all

this theme using slick slider and this theme slider working same as my theme slider in Shopify editor