// Initializing the SLICK js here // $(document).ready(function(){ $('.icon-slider').slick({ setting-name: setting-value }); }); // code for icons on the homepage to autoplay // $('.autoplay').slick({ slidesToShow: 4, slidesToScroll: 1, autoplay: true, autoplaySpeed: 10000, }); -------------------------------------