problem is that if you use jquery from google, you never know what you are going to get… bit like russian roulette… even the wp devs dont advocate using offline jquery… how the hell would plugin authors test with that? we test with the jquery that comes and is delivered with wp… (http://codex.wordpress.org/Function_Reference/wp_enqueue_script)
it should be fairly easy to find the code in theme hard loading this:
<script type=’text/javascript’ src=’https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js?ver=3.3.1′></script>
keep in mind that is loaded in addition to the jquery ui loaded by wp…and its minimized differently… so hence the likely conflicts… sorry, but what’s not working? the few js/jquery things I could try as guest work…
if you can find that in you theme where its included, likely in header.php or functions.php, we can help standardize it for wp…
or if you want to create us a temp account with wp admin and sp admin caps (please send via pm to me and yellow swordfish), we can take a look and see if the file is available via the theme editor…
out of curiosity, did you try a temp switch to the default wp theme and see if your issue clears up?