Topic: Juicebox .xml file not found, except locally.
Hello everyone, I'm hoping to find a bit of help.
I'm still editing my website, www.cal500.com, in iWeb, but I publish everything to a local folder and upload to my server via FTP. My problem doesn't seem evident on my end until I try to view my website on other computers, although my laptop continues to see a working gallery (even after clearing the cache trying to replicate the problem).
I've checked the file paths and everything checks out fine. Even when I reload and rebuild and recheck everything, the result is the same. The snippet within the iweb builder also works fine.
Here is the embed code I am using, which you can see is the BaseURL method:
<html><head><title></title></head><body><!--START JUICEBOX EMBED-->
<script src="http://www.cal500.com/juiceboxhomepage/jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId : 'juicebox-container',
galleryWidth: "550",
galleryHeight: "475",
backgroundColor: "rgba(0,0,0,0)",
baseUrl : 'http://www.cal500.com/juiceboxhomepage/',
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED--></body></html>
Perhaps there is something within my page that is conflicting with the code? Some direction would be greatly appreciated!
Best regards,
-Marc