Topic: v1.3.2 thumbnail and android 4.1.2 bugs
A few weeks ago, I did some testing on various mobile devices and found that my juicebox galleries were no longer working on the newest Apple mobile devices or Android 4.1.2. No images were showing at all. I proceeded to download the newest version of juicebox (v1.3.2) and upload the jbcore folder to my website overwriting the contents of the previous one. I had upgraded this way in the past, and it worked like a charm. This time, phantom thumbnails kept showing up, meaning thumbnail frames but no image. I have all the thumbnail options turned off in my config files, but the new jbcore seems to be overwriting them.
I assumed some changes were made to the config file. This annoyed me a bit, but I figured if I ran the image files through the juicebox desktop app, it would generate new config files with all the thumbnail options sorted out. Well, the files that the v1.3.2 app generated do not work at all in android 4.1.2 on my Samsung Galaxy S II, although the pro demo on juicebox.net works. So I took the embed code from that page and tried to rework the options to not show thumbs:
http://www.rebelclients.com//rebel2012/test/index.html
Embed code:
<!--START JUICEBOX-PRO EMBED.-->
<script src="../jbcore/juicebox.js"></script>
<script>
new juicebox({
themeUrl: '../jbcore/classic/theme.css',
showOpenButton: "false",
showThumbsButton: "false",
enableKeyboardControls: "true",
galleryTitlePosition: "NONE",
showOverlayOnLoad: "true",
showImageNav: "true",
showThumbsOnLoad:"false",
showSmallThumbsOnLoad: "false",
showSmallThumbsButton: "false",
showImageNumber: "false",
captionPosition: "NONE"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX-PRO EMBED.-->
?xml version="1.0" encoding="UTF-8"?>
First part of config file:
<juiceboxgallery
maxImageWidth="1000"
maxImageHeight="667"
imageQuality="85"
useWatermark="true"
watermarkPath="C:\Users\Christina\Desktop\juicebox_pro_1.1.0\rebel overlay logo 2013.png"
showExpandButton="false"
showOpenButton="false"
showThumbsButton="false"
enableKeyboardControls="true"
galleryTitlePosition="NONE"
showOverlayOnLoad="true"
showImageNav="true"
showThumbsOnLoad="true"
showSmallThumbsOnLoad="false"
showSmallThumbsButton="false"
showImageNumber="false"
captionPosition="NONE"
>
Phantom thumbs are still showing up. What am I missing? I am getting a bit frustrated because I cannot upgrade to the newest version of juicebox until I can turn off thumbs. Anyone viewing my website on a new Apple or android device cannot see my galleries and definitely won't be contacting me about a gig. Please advise!
Thanks!
-Christina