ronj wrote:

Has this been resolved?  I am having the same issue with Facebook.  Works fine with Pintrest/Google+ but is a big issue for us re:Facebook.
EG..  http://www.mpibcchapter.com/content/201 … r-schmooze

I notice your example URL is working now, what was you fix? Did you re-export images to strip out EXIF info or was there another solution. I'm having the same issue and am curious what others are doing or have done.

Just a quick shout out to see if any JuiceBox users are using Hype (http://tumult.com/hype/) to create interactive galleries of their JuiceBox slideshows? When time permits I plan to try this, if anyone is interested lets share ideas.

3

(1 replies, posted in Juicebox-Pro Support)

Is there a way to get the thumb dots to overlay the image just under my captions coming from Flickr? View the test page at: http://uas.alaska.edu/sandbox/sitka_new/index2.html

Thanks for any help, I'm not finding it as an option, perhaps it is not.

I'm starting to think that tabs on a page with multiple slideshows is not the way to go. In our CMS it would introduce too many potential errors. Instead I have created a folder for slideshows that would only require out users to edit the embed block with the flickrSetId while the xml file that is hidden from view containing persistent items such as background color, sharing, splash image...etc.

Is there a list on your site that includes items that must be in the embed? I noticed that when I only had galleryHeight in the .xml file that it wasn't included in the published page.

If the above is true why would my page with one slideshow work at: http://uas.alaska.edu/sandbox/alumni/events-test.html that does not contain either the JBP created index file or full.html files?

Looking at the embed code you have at: http://www.juicebox.net/demos/support/m … _one_page/ is see that each has it's own baseURL, in this case gallery1/ and gallery2/

When looking at the index for gallery1 what is to be placed here? Is it the index.html file at the root of the gallery folder or the full.html file in the jbcore folder?

Am I correct that for each slideshow I would need a baseURL for each tab, in my case gingerbread.html and art.html? So for gingerbread.html (created by JBP):

<!DOCTYPE html>
<html lang="en">

<head>
    <title>Full screen gallery</title>
    <meta id="sv-meta" name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <script type="text/javascript" src="juicebox.js"></script>

    <style type="text/css" media="screen">
        body
        {
            padding: 0;
            margin: 0;
        }
        #juicebox-gingerbread
        {
            padding: 0;
            margin: 0;
        }
    </style>
</head>

<body>
    <!--START Juicebox.-->
    <script type="text/javascript">
        var expanded_jb_gallery = true;
        new juicebox({
            containerid:'juicebox-gingerbread',
            galleryHeight:'100%',
            galleryWidth:'100%'
        });
    </script>
   
    <div id="juicebox-gingerbread"></div>
    <!-- END Juicebox -->
</body>

</html>

There, silly mistake. The jbcore folder was published live with the rest of the page being in our sandbox. Now both are in the sandbox with the .js in the header. Should this be repeated for each of the embeds or is once in the header sufficient?

Page published to the same location at: http://uas.alaska.edu/sandbox/alumni/ev … 2sets.html

First I want to thank you for your assistance, much appreciated. I tried doing as you suggested and I must be missing something. The test page is published to: http://www.uas.alaska.edu/sandbox/alumn … 2sets.html

The first tab is purposely blank (no content) but the other two should be bringing into two different slideshow, both fed by different Flickr sets. My intent is that pages with tabs are to share the same jbcore and config.xml file found in a juicebox folder at the root. The config.xml is to have those things that are common across slideshows with each slideshow's embed having the differences (flickrSetId, containerId...etc). Am I missing something obvious, although not to myself? Thanks again for any assistance you might give.

Tab2 contains:
<!--START JUICEBOX EMBED-->
<script type="text/javascript">
new juicebox({
containerId : 'juicebox-gingerbread'
baseUrl: 'juicebox/',
flickrSetId: "72157633272537687",
useFlickr: "true",
galleryWidth: "100%",
galleryHeight: "450px",
backgroundColor: "rgba(0,99,160,1)"
});
</script>
<div id="juicebox-gingerbread"></div>
<!--END JUICEBOX EMBED-->

Tab3contains:
<!--START JUICEBOX EMBED-->
<script type="text/javascript">
new juicebox({
containerId : 'juicebox-art'
baseUrl: 'juicebox/',
flickrSetId: "72157632985665552",
useFlickr: "true",
galleryWidth: "100%",
galleryHeight: "450px",
backgroundColor: "rgba(0,99,160,1)"
});
</script>
<div id="juicebox-art"></div>
<!--END JUICEBOX EMBED-->

The common config.xml file they both share is:
<?xml version="1.0" encoding="UTF-8"?>

<juiceboxgallery

    useFlickr="true"
    flickrUserName=""
    flickrSort="DATE-TAKEN-DESC"
    galleryHeight="460px"
    backgroundColor="rgba(0,99,160,1)"
    showThumbsButton="false"
    showExpandButton="true"
    showOpenButton="false"
    expandInNewPage="FALSE"
    stagePadding="0"
    changeImageOnHover="false"
    showLargeThumbs="true"
    showSmallThumbs="false"
    thumbPadding="2"
    thumbNavPosition="CENTER"
    maxCaptionHeight="100"
    captionPosition="OVERLAY_IMAGE"
    captionHAlign="LEFT"
    showImageOverlay="AUTO"
    imageNavPosition="IMAGE"
    flickrShowPageLink="false"
    flickrShowDescription="true"
    splashDescription="Select for UAS Slideshow"
    backButtonPosition="NONE"
    backButtonUseIcon="false"
    showImageNav="true"
    backgroundUrl=""
    backgroundScale="NONE"
    imageShadowBlur="0"
    useFullscreenExpand="true"
    enableKeyboardControls="true"
    splashImageUrl="http://www.uas.alaska.edu/gallery/images/auke-lake-mobile.jpg"
    imageScaleMode="FILL"
    shareFacebook="true"
    sharePinterest="true"
    enableAutoPlay="true"
    autoPlayOnLoad="true"
    showImageNumber="false"/>

We are using a CMS for publishing our site so therefore have many users. I would like to consolidate things as much as possible. Currently I have a juicebox fodler that houses the jbcore folder along with a config.xml file at it's root.

When creating additional tabs with slideshows would it be possible to a create new config.xml files and keep with the same jbcore folder as these items do not change between slideshows? Or for each embed can I override the one config.xml file if it only contained basic info. So, each embed perhaps pointing to a different flickerSetId? I tried this and it did not overide the .xml file's flickrId so I'm guessing not.

<!--START JUICEBOX EMBED-->
<script type="text/javascript">// <![CDATA[
new juicebox({
baseUrl : 'juicebox/',
containerId : "juicebox-container",
flickrSetId: "72157633272537687",
galleryWidth: "100%",
galleryHeight: "450px",
backgroundColor: "rgba(0,99,160,1)"
});
// ]]></script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->

10

(4 replies, posted in Juicebox-Pro Support)

AlaskaDave wrote:

As I read more in Flickr it's appearing that group photos can not be rearranged, regardless of changing the photo's metadata in Flickr, bummer. I was hoping there was a workaround.

Having learned this, is there a way to combine two Flickr Sets from two Flickr Group Id's?

Let me rephrase that, using JuiceBox Pro can I pull in the photos from two Flickr Sets? I tried by adding two Flickr Sets and it would only recognize the first set, I'm guessing not.

If I had photos being pulled from the complete stream and set it to pull a certain keyword, how long does it take for photos to show up when new photos are added using that keyword?

11

(4 replies, posted in Juicebox-Pro Support)

As I read more in Flickr it's appearing that group photos can not be rearranged, regardless of changing the photo's metadata in Flickr, bummer. I was hoping there was a workaround.

Having learned this, is there a way to combine two Flickr Sets from two Flickr Group Id's?

12

(4 replies, posted in Juicebox-Pro Support)

I've noticed that regardless of Flickr Sort order chosen in JuiceboxBuilder-Pro (ver. 1.3.0) for a Flickr Group ID that my photos always show up in the same order. I've choosen DATE-POSTED-DESC and when I change the Date posted to Flickr they do not resort in Flickr either. I am Admin. for the Flickr group. After changing the Flickr Short I'm choosing "Load Images" in JBP.

Ideally I would like to pull in photos from a Flickr group (public/invitation only) so that myself and another person can include photos and have them show up in my slideshow, while being able to determine their order. When changing the photos metadata in Flickr and nothing happening in Flickr I'm starting to think order by Date Posted to Flickr is not working on Flickr's end.

13

(6 replies, posted in Juicebox-Pro Support)

I downloaded the update and updated my gallery and all is working well with Flickr links in the description when viewed on a desktop browser.

I noticed when viewed on a mobile device they do not come through. Was this ever an option or is it prevented when viewing photos with links in the captions when viewed on a mobile device? I was using an iPhone.

14

(6 replies, posted in Juicebox-Pro Support)

I noticed that in Flickr when I place a link, as you suggested and save the page then go back in and view it's formated as:

Visit the UAS <a href="http://www.uas.alaska.edu/gallery" rel="nofollow">Photo Gallery.</a>

I removed all css rules (bootstrap.css) from the page and republished to: http://uas.alaska.edu/sandbox/juneau_ca … o-css.html and still the link is not coming through. Any other ideas?

I noticed that when viewed on a tablet (iPad) that when I rotated from vert/horiz that I was loosing the ability to come out of full-screen mode. After adding: <meta content="yes" name="apple-mobile-web-app-capable"/> to the header this was resolved.

Getting Flickr links to work would be great and would wrap up all the issues I was once having. Could it be some setting in JuiceboxBuilder Pro that I'm missing?

15

(6 replies, posted in Juicebox-Pro Support)

I noticed that on my DRAFT page (3 photos, 3rd photo: Word is Photo Gallery) at: http://www.uas.alaska.edu/sandbox/junea … ex-jb.html that sometimes/sometimes not the link is navigational while more reliable in full-screen. When creating links in Flickr description areas is there something I can do to make them more reliable?

Also, can I change the Juicebox display so that captions will show only if provided while navigation will only show upon rollover?

Thanks for any help one might give.