I have viewed your gallery (and the demo gallery) in Chrome on an iPod Touch 4 and the gallery seems to display and function as expected. On first loading the gallery, the address bar disappears from view and the gallery takes up as much screen real estate as possible (similar to what I see in Mobile Safari).
Because your gallery is 100% x 100%, the Expand Button is not displayed (the gallery cannot be displayed any larger than it already is) and useFullscreenExpand has no effect on an iPhone (where the browser window always covers the entire screen).

Could you please explain in further detail what you mean when you say "neither of them will go/work in Full Screen Mode"?
Maybe if I understood your query better, I could help further. Thank you.

The XML file used for the http://sandbox.castarchitecture.com/pro … homes.html gallery is not the one you quoted.
The gallery uses this XML file which does not set the two configuration options from my post above: http://sandbox.castarchitecture.com/pro … config.xml

If you want your gallery to use the http://sandbox.castarchitecture.com/TEM … config.xml file, then you can point towards it in your gallery's embedding code using a configURL configuration option or, alternatively, as your 'TEMP_JUICEBOX_FOLDER' folder seems to be a complete gallery folder, you can use a baseUrl, for example:

<!--START JUICEBOX EMBED-->
<script src="/TEMP_JUICEBOX_FOLDER/jbcore/juicebox.js"></script>
<script>
    new juicebox({
        baseUrl: '/TEMP_JUICEBOX_FOLDER/jbcore/classic/theme.css',
        containerId: 'juicebox-container',
        galleryWidth: '100%',
        galleryHeight: '100%',
        backgroundColor: 'rgba(255,255,255,1)'
    });
</script>
<div id="juicebox-container">
</div>
<!--END JUICEBOX EMBED-->

If you do not specify either a configUrl or a baseUrl, Juicebox will look for a file named 'config.xml' in the same directory as the page containing the embedding code. In your case, there is such an XML file in that location but it is not the XML you want your gallery to use.
(Alternatively, you could replace the http://sandbox.castarchitecture.com/pro … /config.xm file with http://sandbox.castarchitecture.com/TEM … config.xml on your web server.)

3,778

(4 replies, posted in Juicebox-Pro Support)

There are two relatively easy solutions to your problem. Either:
(1) Use an opaque (rather than transparent) expandedBackgroundColor. For example, try setting expandedBackgroundColor="rgba(255,255,204,1)" rather than expandedBackgroundColor="rgba(255,255,204,0.2)". This will ensure that no elements from your web page are visible when the gallery is expanded.
... or:
(2) Set expandInNewPage="TRUE" (in JuiceboxBuilder-Pro's 'Customize -> General' section). When the gallery is expanded from the Splash Page, it will be displayed on a page of its own rather than on top of the embedding page.

3,779

(498 replies, posted in Juicebox-Pro Support)

@Tiphaine

On JuiceboxBuilder-Pro's 'Images' tab, you can select multiple images (using Ctrl+Click and/or Shift+Click) and then delete the selection using the 'Images -> Delete' option from the drop-down menu at the top (Ctrl+D).

Use the following configurations in your galleries:
showThumbsButton="FALSE" (in JuiceboxBuilder-Pro's 'Customize -> Lite' section)
showThumbsOnLoad="FALSE" (in JuiceboxBuilder-Pro's 'Customize -> Thumbnails' section)

3,781

(4 replies, posted in Juicebox-Pro Support)

Please see the Multiple Galleries on One HTML Page example in the Embedding Multiple Galleries support section. You can view the source of the web page in your browser and copy/modify it to suit your own needs.

Essentially, you would keep each gallery in its own separate folder (to avoid the risk of duplicate file names in the same directory), upload the complete gallery folders to your web server and embed the galleries in your web page using the baseUrl method of embedding as documented here.

If you run into any problems, please post the URL top your web page so that I can take a look and help further.

3,782

(2 replies, posted in Juicebox-Pro Support)

Please check the source of your web page in a browser to ensure that there is a div with id="viewsstyle--vista-galeria--default" on your page.
The Juicebox module for Drupal is responsible for creating the code which goes on your web page.
It should create a container for your gallery and embed the gallery into it.
It sounds like the container's id is being used in the JavaScript embedding code but that the container itself does not exist on your web page.

Please note that we did not write the Juicebox module for Drupal ourselves and as this query seems to be directly related to the module's code (rather than Juicebox itself), I would recommend that you post your query in the Drupal forum where the author of the module should be able to help you out further.

In the meantime, please post the URL to your web page. I will be happy to take a look and help further if I can but the author of the module (who is more familiar with its code than myself) is likely to be the best source of help.

3,783

(1 replies, posted in Juicebox-Lite Support)

For reference (and others reading this post), instructions for installing the Juicebox plugin for Lightroom can be found here.

It sounds like your 'juicebox.lrwebengine' folder may be in an incorrect location. (You are certainly looking in the right place in the Lightroom interface. Once installed, 'Juicebox' should be displayed as an option in the 'Web -> Layout Style' section.)
As you are using a Mac, you should be able to just double-click the 'juicebox.lrwebengine' package to install the plugin (rather than manually copying it to the correct folder). Please note that this will not work for Windows users.

There are also instructions for installing Web Engines (such as the Juicebox plugin for Lightroom) here (with instructions on how to access hidden folders if necessary to find the correct path).

Hopefully the information above will help.

3,784

(3 replies, posted in Juicebox-Pro Support)

You gallery online is a Juicebox-Pro gallery and the Juicebox branding is not present in the lower-right corner.
If you still see the branding, then please clear your browser's cache before reloading your web page. It sounds like your browser might have cached and be using the original Lite 'jbcore' folder which is no longer on your web server.

@Bchristensen

It is no longer possible to have the shared image's thumbnail displayed in the pop-up share window due to limitations imposed by Facebook on what data can be passed via their share URL. Only one thumbnail can be used per gallery. (The link will still point towards the correct image within your gallery, though.)

The image used in the Facebook sharing pop-up window can be set using an Open Graph og:image <meta> tag in the <head> section of your web page, such as the following:

<meta property="og:image" content="http://www.example.com/images/thumbnail.jpg" />

If you create a gallery with JuiceboxBuilder-Pro, an og:image tag will be automatically generated and included in the gallery's 'index.html' file. If you are embedding your gallery in an existing web page alongside other content, then you will need to add an og:image tag manually.

Twitter does not use a thumbnail image in its sharing pop-up window. Twitter shares only text (the gallery title, the image title and the image caption) and a link (to the specific image in your gallery).

3,786

(2 replies, posted in Juicebox-Pro Support)

I'm playing around experimenting with the multisize but it does NOT seem to serve any different images - in fact I'm only getting whatever is defined in imageURL.

The Multi-Size Image Support seems to work fine but perhaps not as you expect it to.
If you are adding the extra image sizes to your gallery's XML file manually, the attribute names are case-sensitive so take care to use smallImageURL and largeImageURL entries (instead of, for example, smallImageUrl or largeimageurl).
Try opening an image in a new window (with the Open Image button on the Button Bar) and you should see the largeImageURL being used.

the config itself specified THE EXACT SAME IMAGE for each size!

Each image (small, medium and large) in the Multi-Size demo gallery is unique. All three sizes for each entry have the same file name but they are stored in different folders and are different sizes (though I agree it can be hard to tell which image is being used just by viewing the gallery).

Would it not make sense to define a screen resolution threshold?

The logic used to determine which image to use can be found in the Multi-Size Image Support section.
To a certain extent, Juicebox does take into account the screen resolution. The size of images used in the gallery is partly dependent on the Screen Mode used to display the gallery and as long as screenMode="AUTO", the Screen Mode is dependent on the screen resolution (amongst other factors).
Unfortunately, it is not possible to change this logic (for example, to introduce your a custom screen resolution threshold into the mix). If you would like to suggest this for a future version of Juicebox, then please post in the Feature Requests thread. I do not know how likely it is that your suggestion will be incorporated into a future version of Juicebox but at least it will be in the right place and will not be overlooked by the developers.

An alternative to using Multi-Size Image Support would be to use a single image of high enough resolution that it would still look OK on the highest resolution screen that you expect your gallery's target audience to use. The image would still be dynamically scaled down appropriately for use on smaller screens.

I hope this helps clarify things.

3,787

(1 replies, posted in Juicebox-Lite Support)

The 'full.html' file is used to display the gallery when it is expanded in a new page, either when expandInNewPage="TRUE" or when expandInNewPage="AUTO" and Juicebox determines that the configuration option should be TRUE (such as when the gallery is displayed on iOS devices). Please see the Expand Gallery Behavior support section for more information.
Please note that expanding in a new page will work only when the gallery has been uploaded to a web server.

If your gallery does not expand correctly on your iPad (showing a blank screen), then please post the URL to your gallery so that I can take a look and help further.

3,788

(2 replies, posted in Juicebox-Lite Support)

This is possible only with Juicebox-Pro (not with Juicebox-Lite) by setting thumbsPosition="TOP". (thumbsPosition is a Pro-only configuration option).
For a list of all Pro Thumbnail Options, please see here.

3,789

(3 replies, posted in Juicebox-Pro Support)

As long as you can view your gallery in a browser using either the http:// or https:// protocol, the expand in new page functionality should work OK.

3,790

(6 replies, posted in Juicebox-Lite Support)

That's great! Thanks for letting me know.

3,791

(3 replies, posted in Juicebox-Pro Support)

If the Juicebox badge/logo is still present in the lower right corner of the gallery, then the gallery is still using the Juicebox-Lite files.

Double-check that you are using the 'jbcore' folder from the Juicebox-Pro download zip package ('juicebox_pro_1.4.0/web/jbcore/') and make sure that you are uploading it to the correct location on your web server.
If you are in any doubt as to whether or not the existing Lite 'jbcore' folder is being overwritten, try deleting it from your web server first before uploading the Pro version in its place.

If you continue to experience difficulties, please post the URL to your gallery so that I can take a look and help further.

3,792

(3 replies, posted in Juicebox-Pro Support)

When expanding a gallery on an iOS device, Juicebox will expand the gallery in a new page by default (using the 'full.html' file) as if setting expandInNewPage="TRUE". Please see the Expand Gallery Behavior support section for details.

Expanding in a new page works only when the gallery has been uploaded to a web server (and not locally on your own computer) so everything should work OK once you upload your gallery.

3,793

(6 replies, posted in Juicebox-Lite Support)

Do you think I needed to restart the computer for some reason?

It's certainly worth trying and cannot do any harm.

I do not know why JuiceboxBuilder-Lite does not save the gallery files to your chosen folder when clicking 'Save' on the 'Publish' tab (unless the folder you are trying to save the gallery file to is restricted and requires administrative rights which the current user may not have).

If rebooting your computer does not help, try uninstalling and reinstalling JuiceboxBuilder-Lite. However, between uninstalling and reinstalling the application, delete the following folders manually (if they exist) to ensure that nothing is left behind from the previous installation:

C:\Program Files (x86)\JuiceboxBuilder-Lite
C:\Users\DaveWeaver\AppData\Roaming\Adobe\AIR\ELS\JuiceboxBuilder-Lite
C:\Users\DaveWeaver\AppData\Roaming\JuiceboxBuilder-Lite
C:\Users\DaveWeaver\My Documents\JuiceboxBuilder-Lite

Also, try saving your gallery to a folder in a different location on your computer (perhaps in a folder in your root C:\ directory rather than on your desktop).

If the above suggestions do not help, then create a new Administrative User Account and try installing and using JuiceboxBuilder-Lite from there.

3,794

(5 replies, posted in Juicebox-Lite Support)

Your gallery seems to function OK on its own (www.spoken-image.com/clients/7559LL/Gallery1/) so I suspect the problems are related to the other code on your web page.

But now the 'expand' doesn't show a large image (is that a simple link gone wrong?)

When expanding your gallery and navigating between images, the main images seems to be pushed to the very right of the gallery container. This is likely to be caused by global CSS rules on your web page which the gallery has no option but to inherit and which may be interfering with the gallery's own CSS rules.
Your web page loads 12 external CSS files. Try temporarily removing them from your web page and re-introduce them, one-by-one (checking your gallery after each one), until you find the source of the conflict.

the link to the gallery doesn't work (again link gone wrong?)

I think this may be due to one of the HTML errors on your page (an unclosed <script> tag).
Change:

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"</script>

... to:

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>

Juicebox searches through the <script> tags on the web page to determine the 'jbcore' directory (in order to know the location of other files) and this broken script tag may be interfering with this process.

With regard to the Splash Page being large, all that can be done to reduce this in side is to reduce the dimensions of your gallery or scale your web page for mobile devices using the <meta> 'viewport' tag .

3,795

(21 replies, posted in Juicebox-Pro Support)

@temec987

Thank you for sharing your solution.

3,796

(6 replies, posted in Juicebox-Lite Support)

I choose to store the files locally on my hard drive

You can certainly use these images to create a gallery on your computer but you will need to upload the gallery's own images (inside the 'images' folder) to your web server in order for them to be publicly accessible.

The pics are large will juice box resize them?

Yes. As long as the 'Resize Images' checkbox is selected on the 'Images' tab, JuiceboxBuilder-Lite will resize your images.
You can click the 'Change Sizes...' button to set dimensions for the images but the default values will likely be OK.

For the index page name it gives me index.html

The gallery's index page is required only if you want to display the gallery on its own web page and you can call the page whatever you like, it does not need to be named 'index.html'.
If you want to embed a gallery in an existing web page alongside other content, then you should use the embedding code and follow the embedding instructions here.

I've taken a look at the code on your http://www.foxsdengolfcourse.com/Pictures.html web page and if you want your gallery to appear on that page, then you would need to upload the contents of your gallery folder (not the folder itself) to the root directory of your web space. (Do not upload the gallery's 'index.html' file, though. It is not required and will overwrite your own 'index.html' file.)

Alternatively, try the following (using the baseUrl method of embedding which allows you to keep all your gallery files inside the gallery folder).

(1) Create an empty folder on your desktop and name it 'gallery'.
(2) Create a gallery with JuiceboxBuilder-Lite and save the gallery in the folder you created in Step #1.
(3) Upload the entire gallery folder (not just the contents) to the root directory of your web server (directly into your 'public_html' directory) using an FTP program such as Filezilla.
(4) On your 'Pictures.html' web page, use the following embedding code:

<!--START JUICEBOX EMBED-->
<script src="/gallery/jbcore/juicebox.js"></script>
<script>
  new juicebox({
    baseUrl: '/gallery/',
    containerId: 'juicebox-container',
    galleryWidth: '100%',
    galleryHeight: '600',
    backgroundColor: 'rgba(0,0,0,0)'
  });
  </script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->

Could you perhaps post the URL to a web page which demonstrates this problem so that we can take a look for ourselves?

Also, please try viewing this web page to see if the problem occurs with it. [Web page deleted.]
It is a web page which loads the Foundation 5.2.2 CSS and JavaScript files and also contains a Juicebox-Lite v1.4.0 gallery and some sample text (to ensure that the page is long enough to require scrolling).

Thank you.

3,798

(4 replies, posted in Juicebox-Pro Support)

@wspollack

No. jAlbum has the ability to save a project's settings (very much like saving a preset in JuiceboxBuilder-Pro) which you can then apply to a future project.
However, there is no such functionality in the Juicebox plugin for Lightroom and you cannot load an existing Juicebox gallery in Lightroom to edit it (which, if it could be done, you would do to simply load the configuration options and ignore the images).

Modifying the plugin's 'config.xml' file is probably the easiest way to ensure that certain configuration options are applied to all galleries created by the plugin.

It is no longer possible to have the shared image's thumbnail displayed in the pop-up share window due to limitations imposed by Facebook on what data can be passed via their share URL. Only one thumbnail (the og:image) can be used per gallery. (The link will still point towards the correct image within your gallery.)

You should be able to use a plugin's own configuration options to set a particular image to use as the og:image on your web page. Facebook should then use this image as the gallery thumbnail in the pop-up sharing window.
However, many plugins automatically choose an image to use as the og:image (such as the featured image for the particular page or post) and may not allow you to override this.

Try the WP Facebook Open Graph protocol plugin.
Once activated, go to 'Settings -> Facebook OGP' (from the WordPress Dashboard), enter your 'Facebook User Account ID' and the URL of the image you want to use as the og:image in the 'Default Image URL to use' text field and select the 'Force Fallback Image as Default' checkbox (to ensure that this image is always used).

After doing so, you may need to clear Facebook's own cache of your web page by entering your web page's URL into Facebook's Debugger (otherwise, Facebook may continue to use an older image that was previously used for the shared thumbnail on your web page).

3,800

(5 replies, posted in Juicebox-Lite Support)

I notice that your gallery currently has a height of 100%. When using a percentage height, it is necessary to ensure that all parent container of the gallery (all divs that the gallery is nested within) have heights specified by CSS. Otherwise, Juicebox will not be able to determine what its actual height should be. It looks like this may be the case in your scenario and Juicebox may think that the gallery is simply taking up 100% of the browser window which is why the thumbnails are displayed rather than the Splash Page.

Try giving your gallery a fixed height (perhaps 600px) instead of 100%. You should then see the Splash Page on your main web page and when the Splash Page is tapped, the gallery should open on a page of its own.

For more information about the Splash Page, please see the Screen Modes section of the Gallery Tour support page.

Incidentally, your web page has a few HTML errors which should be fixed.
You can check the code on your web page with the W3C Markup Validation Service and then fix the errors reported.