Quote Originally Posted by Sjolie View Post
AMAZING:) works like a charm now. I believe I tried an older script a couple years ago and forgot to remove it.. didn't realize we had two instances running.


I appreciate you both for taking the time to look at the site and giving me input, I know it isn't always fun troubleshooting someone else's problems.

Much appreciation!
no problem, glad it worked.
Note, its not an old version of the plugin that was loading, its part of your theme; it uses jQuery as well so thats why it was loading already.

from your theme:
HTML Code:
<script type="text/javascript" src="includes/templates/theme438/jscript/jscript_jquery-ui.min.js"></script>
ZLB was simply loading it again since it doesnt know to check for the existence of a previously loaded jQuery (hmm, maybe I should look into that for ZLB 1.6.3)

Daniel