
Originally Posted by
timhersh
Not sure it's related, one issue is I noted is that you have three different versions of jQuery loading on your site..
Code:
<script type="text/javascript" src="includes/templates/modern_blue/jscript/jscript_jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="includes/templates/modern_blue/jscript/jscript_jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="includes/templates/modern_blue/jscript/jscript_jquery.js"></script>
You don't need all three, and should only have ONE jQuery script running on your site.. (use the most recent one..)
Bookmarks