Unfortunately this is getting to be more complicated than I thought (not being a technical person).
Here are all the lines that have the word jquery in my source code.. those any of these raise a red flag?
(This was in the header.php of the theme)
<link rel=”stylesheet” href=”https://www.XXXXXX.com/wp-content/themes/THEME-NAME/css/jquery.lightbox-0.5.css” media=”screen” />
(This was in the header.php of the theme)
<script language=”JavaScript” type=”text/javascript” src=”https://www.XXXXXX.com/wp-content/themes/THEME-NAME/js/jquery-1.3.2.min.js”></script>
(This was in the header.php of the theme)
<script language=”JavaScript” type=”text/javascript” src=”https://www.XXXXXX.com/wp-content/themes/THEME-NAME/js/jquery.form.js”></script>
(This was in the header.php of the theme)
<script language=”JavaScript” type=”text/javascript” src=”https://www.XXXXXX.com/wp-content/themes/THEME-NAME/js/jquery.lightbox-0.5.min.js”></script>
(This was NOT in the header.php, but figured out that it gets loaded with <?php wp_head(); ?> )
<script type=’text/javascript’ src=’https://www.XXXXXX.com/wp-includes/js/jquery/jquery.js?ver=1.4.2′></script>
(I commented out <?php wp_head(); ?> but that still didn’t work.. it actually didn’t even show the broken slideshow pro at all)
(This is from the Easing Slider plugin I’m using. There’s a setting where I can set it to NOT load jquery, and I’ve done that as well)
<script type=’text/javascript’ src=’https://www.XXXXXX.com/wp-content/plugins/easing-slider/js/jquery.easing.js?ver=1.3′></script>
(Here’s also a line in this plugin that mentions jquery NO CONFLICT)
<script type=”text/javascript”>
jQuery.noConflict();
The plugins I’m using are (active):
– Please let me know if you want a list of all active plugins on my site.
For this post…
I’ve replaced my domain name with XXXXXX.com
I’ve replaced the theme name with THEME-NAME
ANY INSIGHT?