Hi there!
I need to put an image slider in Kentico, and I'm requested to do so with client-side script. So I used the nivo-slider, after testing it in visual studio 2008 successfully. Unfortunately, I'm unable to make it work in Kentico, and after several hours of tests, I found that it was the following script that didn't work :
<script type="text/javascript">
$(window).load(function() {
$('#slider').nivoSlider();
}
</script>
I verified the stylesheets, the images and the js files, and they are all accessible and correct. You can see a live example of what I've done yet by clicking
here.
Anybody as an idea of what am I doing wrong? Thanks!