Slick Carousel disables links inside the slideBy ariz14/04/201603/05/2016Troubleshooting, JavascriptIf you have links inside your slide and you want to be clickable then you have to disable the swipe option in slick configuration. eg:$slideshow.slick({ swipe: false, arrows: false, slide: '.slide-item' });