http://www.outofthegardendesigns.com
any thoughts?
I think it has something to do with the pathing but I'm not sure what I'm doing wrong.
http://www.outofthegardendesigns.com
any thoughts?
I think it has something to do with the pathing but I'm not sure what I'm doing wrong.
Your links to fancybox and jquery is not correct. You have :
You need to add "/" at the begining of the links like:
After removing extra jquyer link, your code should be look like this:
You are adding jQuery multiple times.
Two times from this url
js/libs/jquery-1.7.1.js
and then again with google cdn and again a fallback if google cdn is offline. I guess, this is causing conflict. Since, on your localhost you may be offline, google cdn jQuery is not loading and everything is working fine. But when you open it in server, google cdn jQuery tries to load and takes time and throws an error.