
Originally Posted by
azoomer
Im not sure about this but maybe you haven't closed the document ready function of the on page colorbox script, so this
});
on line 112 could maybe get the error to go away. Don't kill me if its wrong, it's kind of confusing counting braces.
Actually there was a closing bracket missing, but it didn't change how it looked after I fixed it. I figured out though that if I removed the code for the content slider that this fixed the spacing problem. I have no idea how this is though because this is a standard content slider that I need to use, which other people use without problems.
Here's the code for the slider that needs to be removed to fix the spacing:
Code:
<!-- sliders -->
<script src="js/jquery.nivo.slider.pack.js" type="text/javascript"></script>
<!-- initialize sliders -->
<script type="text/javascript">
$(window).load(function() {
$('#slider').nivoSlider();
});
</script>
Bookmarks