I'm having trouble displaying the current and total number of slides below the slick.js slides. Thanks for your help!
$('.recipeThumbs').slick({ dots: true, arrows: true, slidesToShow: 4, slidesToScroll: 4, infinite: true, responsive: [ { breakpoint: 768, settings: { dots: false, arrows: true, centerMode: true, centerPadding: '40px', slidesToShow: 2, slidesToScroll: 1 } }, { breakpoint: 480, settings: { dots: false, arrows: true, centerMode: true, centerPadding: '40px', slidesToShow: 1, slidesToScroll: 1 } } ] });
source share