1

(1 replies, posted in Juicebox-Pro Support)

Hello,

First off the gallery is generally very good.  The problem I am running into is that I am currently integrating this gallery into a cms and loading the image information as a seperate xml is a bit limiting.  We we do a database call to generate the embed code, the gallery, images and lots of other meta data are all in the model being called.  We are using Yii framework for reference. 

We then had to create a separate xml service to load up the images again for the config url that is called via ajax by the script.  This in effect is doubling the response time to get the image data from 250 ms to 500ms.  It would be far more efficient to allow in page embed of the image sources.    Ontop of that, we are using caching which makes it difficult to manage two caching layers for the gallery meta data and one for the xml image service.   

Is there any way to do in page embed of the image source like this:

http://stackoverflow.com/questions/1271 … ml-in-html

Any other ideas? 

The gallery is really good, but adding a json remote and variable data source would really make this the ultimate gallery in my mind. 

Thank you so much for your hard work.

2

(3 replies, posted in Juicebox-Pro Support)

Thanks for the reply, but this doesn't solve the problem of thumbnails having the nopin attribute.  While it is great that we can pin the current photo, if another api scans the site for images, it will still show the thumbnails as pinnable.  This allows the possibility of pinning low quality pictures which I am not pleased about.  We are using addthis social networking api for the site, is it possible to add a custom button to the bar through api?  Thanks.

3

(3 replies, posted in Juicebox-Pro Support)

I added addthis widget to the gallery and I am having two issues with the pinterest portions:

https://www.addthis.com/get/

1. Only the current and next image in pinnable in the addthis modal.  Changing preloading to all does nothing.  It would be nice to have them all.  I am guess this is a some function of changing visibility etc...
2. The modal adds the thumbnails when they are enabled.  It would be helpful to add option of no pin tag to thumbnails since they are terrible quality to pin. 

<img src = "foo.jpg" nopin = "nopin" /