Thanks for the feedback. Made a workaround.
Pages 1
You are not logged in. Please login or register.
Juicebox Support Forum → Posts by deepmike
Pages 1
Thanks for the feedback. Made a workaround.
Other config options used are:
galleryWidth: "220px",
galleryHeight: "290px",
useFlickr: "true",
flickrSetId: "xxxxxxx",
flickrShowTitle: "FALSE",
flickrShowDescription: "TRUE",
enableAutoPlay: "TRUE",
autoPlayOnLoad: "TRUE",
showAutoPlayStatus: "FALSE",
enableLooping: "TRUE",
imageTransitionType: "FADE",
showOpenButton: "FALSE",
displayTime: "5",
thumbWidth: "40",
thumbHeight: "40",
showThumbsButton: "FALSE",
showSmallThumbs:"FALSE",
showLargeThumbs:"FALSE",
showThumbsOnLoad: "FALSE",
showSmallThumbsOnLoad: "FALSE",
showSmallThumbsButton: "FALSE",
showImageNumber: "FALSE",
thumbNavPosition: "CENTER",
captionPosition: "BELOW_IMAGE",
backgroundColor: "rgba(0,0,0,1)",
imageShadowBlur: "0",
thumbShadowBlur: "0",
navButtonBackColor: "rgba(0,0,0,0)",
maxCaptionHeight: "140"
Found the bug - it was caused by "showImageNumber: "FALSE" --
Comment that out and it all loads properly.
There is something to fix in there if you get round to it.
Thanks
I have the latest version of JB (1.3.3)
Am using it to bring in images and captions (flickrShowDescription) from Flickr, using flickrSetId.
Everything works as it should... EXCEPT:
On the first load (before loop) the captions for images 3, 5, 7, 9 etc do not show.
Navigate back to them or allow the slideshow to loop and they are there.
Interrogating the loading I see it makes one call to get the list of photos, then I would expect it to make one extra call per photo, to get the description, but the calls apparently seem to be:
1,2,1,2,1,2 then 3,4,5,6,7
I.e. it reloads the info first two photos over and over. This appears to block it showing the captions until it is forced to do so by navigating back & forth or when the gallery loops.
Is there a bug in the code somewhere? Thanks for your attention.
Pages 1
Juicebox Support Forum → Posts by deepmike
Powered by PunBB, supported by Informer Technologies, Inc.