1

(495 replies, posted in Juicebox-Pro Support)

On a nature photography site, I think that having the title of an image appear as a tooltip when the thumbnail for the image is moused-over would be highly-desirable.

If a viewer of the site is looking for something in particular, the only way to currently see the title is to go through all the large images one-by-one.

An interesting update for your consideration. I updated to 1.1.2, rebuilt my gallery and the result was the same as with 1.1.1.

However I then modified the gallery to change "Show Splash Page" to "NEVER".

When that was viewed on the iPhone, the rows of thumbnails (3 in my case for 17 images) was displayed correctly on the page. Selecting a thumbnail then correctly displayed the selected image. I could also drag the image right/left to show the preceding/following image.

I can also get back to the thumbnail page by selecting the thumbnail nav button on the top of the gallery.  Attempting to use fullscreen expand, however, gets me the same "Juicebox Error: Config XML file not found" error.

So it would appear that (at least on my iPhone) the transition from the splash page to the thumbnails is the location of this problem.

Hope this gets you a little further...

Well, I have tried all 3 items in your previous post to no avail. I would certainly like to know if anyone has successfully used an iPhone with a gallery.

I am currently on 1.1.1, so I am going to update to 1.1.2 and hope for the best...

Sorry, I have been away but just tried your suggestion. I cleared all Safari data and cookies from my iPhone, but the result was the same. Tapping on the splash page got me the same "XML file not found".

I am baffeled...

I am using the latest version, and I tried uploading the whole folder again with the same result. I am not sure what you really mean by "absolute URLs", since I tried various things but they made it not work even on a PC browser.

Here is a link to the test website gallery that I am trying to build:

http://www.capturingnaturesimages.com/CNI2012/node/5

Please note that this works fine with IE9 on a PC, but has the problem noted on an iPhone Safari browser. I don't have an iPad, so I have no idea what it would do on that...

I am working on a new website with Drupal as the CMS. I created a page which simply contains the following embedding code:

<!--START JUICEBOX EMBED--><script src="/CNI2012/gallery/songbirds/jbcore/juicebox.js"></script><script>
new juicebox({
containerId : "juicebox-container",
baseUrl : "/CNI2012/gallery/songbirds/",
galleryWidth: "870",
galleryHeight: "600",
backgroundColor: "#222222"
});
</script>
<div id="juicebox-container">
    &nbsp;</div>
<!--END JUICEBOX EMBED-->

When the page is viewed on a PC (IE9), everything is fine. However, if I view the page in Safari on my iPhone, I see the splash screen correctly, but slelecting "view gallery" gets me:

    Juicebox Error: Config XML file not found

Why should this be happening since the songbirds directory contains the config.xml file and the images, jbcore, and thumbs directories.