My website has a little javascript featured posts animation on the top of the site (betterretailing.com) and when I turn PhotoSmash on, it stops that working. I'm wondering if the way that MY site calls in jquery is at fault, and not actually the plugin. I call jquery in as so, and it looks a little messy to me...
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/jquery.cycle.all.min.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/script.js"></script>
<?php
wp_enqueue_script('jquery');
wp_enqueue_script('jquery-ui-core');
wp_enqueue_script('jquery-ui-tabs');
wp_head();
?>
not resolved