@kingstakh have you ffound a solution for the issue?
I have the same problem. Could the developer help us?
Thanks, I’m trying to unslick after the first slider with
// Unslick
function unSlickCarousel() {
if($('#wpsisac-slick-slider-1').hasClass('slick-initialized')){
$('.wpsisac-slick-slider').unslick();
}
}
Is it a valid option? Where could I put it?