Hi Steven,

Thanks for your patience and your tips. I went back and reinstated the original gallery folder and used the code you initially provided but had no luck again, the gallery still isn't visible. Then I tried the sample gallery and the test html page as you suggested and that worked nicely http://ridgeback-douala.net/test_file.html

I went to the Console in Chrome to see if I can find any errors but it showed none ("No Errors" message).

Unfortunately, I'm afraid solving this probably goes beyond my skills.

Thanks again.

Hi Steven,

I've followed your instructions but unfortunately, it still doesn't work. The gallery just won't appear on the page. Any other suggestions?

Thank you.

Hi Steven,

Thank you so much for replying. I'll go try your suggestion now and will let you know how it goes.

Thanks again!

Hi there,

I've been using Simpleviewer for years but decided to move onto Juicebox due to Flash issues. So before I went and bought Juicebox Pro, I wanted to check out Lite version first.

I need to embed multiple galleries into various html pages on my website (no need for multiple galleries on single page), so I'm trying to do that by using baseURL.

Here are my steps:

1) I created a folder named shumbatestgallery, created a gallery in Juicebox Builder and uploaded the entire folder to my website's root, i.e. public_html using FileZilla.

2) When I check the gallery on the website, it's showing, please see the link below:

https://www.ridgeback-douala.net/shumbatestgallery/

3) I edited the code created by Juicebox Builder to include the baseURL (I tried to follow the guide, plus I used some of the things I used for Simpleviewer). The code is below:

<!--START JUICEBOX EMBED-->
<script src="http://www.ridgeback-douala.net/shumbatestgallery/jbcore/juicebox.js"></script>
<script>
new juicebox({
baseUrl : 'http://www.ridgeback-douala.net/shumbatestgallery/',
containerId: "juicebox-container",
galleryWidth: "100%",
galleryHeight: "100%",
backgroundColor: "rgba(34,34,34,)"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->

4) Then I pasted the above code into the html page on which I want the gallery to appear (I use KompoZer to build my pages), shumbatestgallery.html

5) I uploaded the above page to my website's root, the same folder that now contains the gallery folder.

But when I check the page in Chrome, the gallery is now showing. There's literally nothing, I can just see that the page has expanded, as if new content was added, but no sign of the gallery. When I try to open it up in IE, there's a light gray box with the following error message: Juicebox Error: Config file not found.

Please see the link to the page below:

https://www.ridgeback-douala.net/shumbatestgallery.html

I have no idea what I'm doing wrong here (granted, I'm no expert, just self-thought enthusiast that has no clue what she's doing ;-) ). Any help would be greatly appreciated.

Kind regards, Milica