Quote Originally Posted by davewest View Post
Oh... colorbox works on 1.5.3 too...
I need a bit of help please. I am installing the colorbox plugin, and I already have the jscript_jquery.min.php file in my template (avonlee contempo). I don't understand about merging these or if one should replace the other:

colorbox:
<script type="text/javascript">
if (typeof jQuery == 'undefined') {
document.write(unescape("%3Cscript src='//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js' type='text/javascript'%3E%3C/script%3E"));
}
</script>

avonlee:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script>
<script src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'jscript') . '/jquery.easing.1.3.js' ?>" type="text/javascript"></script>