I have a small problem.
When I active the wp-simpleviewer plugin for Wordpress, it ads the following code to my page:
<script type='text/javascript' src='http://localhost/norwegianfashion/wp-includes/js/jquery/jquery.js?ver=1.2.6'></script>
<script type='text/javascript' src='http://localhost/norwegianfashion/wp-includes/js/thickbox/thickbox.js?ver=3.1-20080430'></script>
The problem is that I'm already using jQuery and have added the jquery.js further up in the document.
The result, after being loaded twice, is that jQuery stops working and breaks the design of my page.
I've been looking through the following files
wp-simpleviewer.php
wp-simpleviewer-admin.php
wp-simpleviewer-mediatab.php
to see if I could comment out the line adding the javascript. But I can't find it.
suggestions anyone?