add this to the header of your website to initiate the Flick Slider
<script>
$(document).ready(function(){
$('.flicker-example').flicker({
auto_flick: true,
auto_flick_delay: 5,
theme: 'light',
// flick_animation: "transform-slide"
// flick_animation: "transition-slide"
// flick_animation: "jquery-slide"
flick_animation: "transition-fade"
// flick_animation: "jquery-fade"
});
});
</script>