Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
$('.single-item').slick(); - у вас
$('.single-item').slick({}); - как надо
Most likely the problem is that not everything has loaded on the page yet.
And not at all in the absence of an empty object in the parameters or setting the code at the end)))
<script src="path/to/slick.slider.js"></script>
<script>
$(function(){
$('.single-item').slick();
});
</script>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question