I recently uploaded a couple new photos to my flickr. They are in the same set and tagged the same as the others, yet they have not populated in the gallery on my website yet. Should I just give it more time, or is there another step I need to take?

Steven,

So far as I can tell, I have done everything you mentioned above. both the gadesign and clientproject galleries are located within the gallery folder. I have added the trailing slash, though it hasn't had an affect on the iPhone issue.

The gallery page is http://www.southerncinema.com/gallery/index.html

I appreciate your help!

Here is an example of the code I am using for the multiple galleries.

<div id="juicebox-container2">
<!--START JUICEBOX EMBED-->
<script src="jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId : "juicebox-container2",
galleryWidth: "600px",
galleryHeight: "500px",
backgroundColor: "#222222",
baseURL: "gadesign"

});
</script>


</div>

<!--END JUICEBOX EMBED-->

And, also:

<div id="juicebox-container1">
       

<!--START JUICEBOX EMBED-->
<script src="jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId : "juicebox-container1",
galleryWidth: "600px",
galleryHeight: "500px",
backgroundColor: "#222222",
baseUrl: "clientproject"
});
</script>

Just kidding. I've tried embedding multiple galleries now, after the test page was up and running with just the one. Now, I am receiving this same 404 error only on iPhones.

I tried putting the updated jbcore file into the individual file folders, and into the gallery folder, without any luck. When I attempt to access the http://www.southerncinema.com/gallery/jbcore/full.html, I gain access and it states "config XML file not found," which was what it stated when I had it working earlier.

Thoughts?

Thanks for all of your help, Steven! It works great now, on all OSs, and we'll be upgrading to pro for the website.

Steven, unfortunately that didn't do the trick. The iPhone is attempting to access a new web address (the jbcore file), and it is resulting in an error, even though I've put the file to our server.

Hello,

I've uploaded a test page for our photo gallery, and I can view it on my Android, Mac, and PC - however, it returns a 404 error on two iPhones.

the URL is http://www.southerncinema.com/gallery/test.html

Thanks!