Philipp helped me out and found an issue because the AJAX calls are handled in admin. He included the fix in his next update, but if someone needs a fix before then you can add the code below to your functions.php.
add_action('init', array(
'Slick_Slider_Output',
'init_slider'
));