1

(4 replies, posted in Juicebox-Pro Support)

Thanks Felix for the update.  Is there a timeline on this new version? It seems a lot of our feature requests are being bundled into it.

2

(4 replies, posted in Juicebox-Pro Support)

In the iPad, if you go to full screen, the URL changes to use full.html.  If a user decides they want to share the gallery and emails this link, users who open the URL from a desktop browser will get the message:

Juicebox Error: Config XML file not found.

How can we prevent this bad user experience?

Steven, you mentioned the possibility of reversing the image numbering.  How exactly would you do this?  It seems #1 is always assigned to the first image, so even if I put the most recent image first, it would be given #1.  Any help would be great!

4

(1 replies, posted in Juicebox-Pro Support)

Is there an event or a way to detect when the gallery goes to fullscreen?  Also when it goes back to normal size too?

5

(495 replies, posted in Juicebox-Pro Support)

I think adding a <meta> node to each <image> in the config.xml would be great.  This allows us to pass additional meta data we might need on the front end.  If you could even expand it and allow custom nodes within the <meta> node, that would be even better!

Steven, my point is that it would be great for you guys to implement some way of allowing us to pass additional data in the config.xml. 

Basically, you guys could create allow for a <meta> node and we can pass anything we need in there.  We could serialize an array in there if we need to pass more than one thing and on the javascript side, we'd be able to unserialize and use the information.

I think that would be an extremely helpful update.

Thanks Steven! We did end up with a solution as specified by my colleague here (http://juicebox.net/forum/viewtopic.php?id=285).

One thing that would be extremely helpful is if we can add our own custom nodes to the config.xml and have those accessible from the juicebox code.  That way we could pass in additional meta data.

I need each image in the gallery to have a specific URL (so that we can use it for Facebook Like and Twitter), and I know I can use this config:

enableDirectLinks

However, I want to be able to customize the image ID.  The reason is that new images will be inserted into the gallery constantly and I want to put newer images in the beginning.  This means using "index" as the ID will be a problem because everything will shift when new images are added.

Can you help me out here?  We plan on purchasing the Pro version if we can get this to work.