I\'m working on a news article page that also has a gallery of images. I\'m using slick slider for the thumbnails on the gallery. Every image in the gallery has it\'s own url f
Its is working. code: $('.firstDiv').slickGoTo(4);
$('.firstDiv').slickGoTo(4)
Please see below example
http://jsfiddle.net/9fnmegqb/
And as of version 1.4+ : $('.firstDiv').slick('slickGoTo', 4)
$('.firstDiv').slick('slickGoTo', 4)