Ok thanks Steven but it would be great to be able. ;-)

2

(4 replies, posted in Juicebox-Pro Support)

I'm so sorry! My problem was so simple that I can't even find it!
I forgot to set the "var x" to "new juicebox()".

It was :
var x;
new juicebox()...

Now working:
var x;
x = new juicebox()...
Then I can use x.showGallery(true); or anything else.

Oups.
Thanks a lot for your help!

Hi I would like to know if its possible to hide a specific thumbnail from the config.xml file?
I would like to show the images but not all thumbnails.

Thanks.

4

(4 replies, posted in Juicebox-Pro Support)

Ok then the problem may come from the fact that I'm using other jQuery apps in the same page (ex.: FlowSlider).
Does Juicebox requiere the jquery-1.8.2.min.js or any jquery.js would be ok?

Also when using alert(juicebox) on a link to test it, it outputs the whole juicebox "config message". I was expecting to get any object type or at least "undefined"...

Any idea?

5

(4 replies, posted in Juicebox-Pro Support)

Is there any reason that when embedding juicebox in an html page and naming the juicebox object other than "juicebox", it doesn't show on the page...? I cant even use the API methods... showGallery() or showImage() does nothing.

Thanks