This seems obvious but it's not working. I published a gallery, then decided to modify options on the Customize page, then I re-saved it. Question: what do I re-upload (ftp) to the server? Do I have to re-save the gallery with a new name and upload all the files all over again, or just certain files? I tried to upload the obvious ones - config.xml etc. - but it does not show the changes I made when I hit refresh/reload in the browser. I'd like to save time and only re-upload the files that are needed. Thanks!

2

(1 replies, posted in Juicebox-Pro Support)

I need to put the files on one server, and embed in a page on a different server. I uploaded the files to mid20th.com but I want to embed a page at hanging-mobiles.com. I tried this, and it does not work:

<!--START JUICEBOX EMBED-->
<script src="http://mid20th.com/room-scenes/jbcore/juicebox.js"></script>
<script>
new juicebox({
baseUrl : 'http://www.mid20th.com',
configUrl : '/room-scenes/config.xml',
containerId : "juicebox-container",
galleryWidth: "80%",
galleryHeight: "60%",
backgroundColor: "rgba(255,255,255,1)"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->

Please help.
Thanks,
Debbie