If you have many galleries uploaded to your web server, you can have them all share a single instance of the 'jbcore' folder by following the instructions here.
When a new version of Juicebox-Pro is released, you need only replace a single folder on your web server to upgrade all your galleries at once.

If you have made any modifications within the 'jbcore' folder (for example to the 'theme.css' file), then these modifications will need to be applied to the new version of the file but since Juicebox-Pro was released, we have added many configuration options (in v1.2.0 and v1.3.0) which can now be set in the gallery's XML file (such as control over shadows and the gallery font) which were previously only achievable by modifying the 'theme.css' file.

4,627

(21 replies, posted in Juicebox-Pro Support)

Add SEO Content is not a configuration option that can be added to a gallery's XML file.
It is a feature only of JuiceboxBuilder-Pro and the SEO code is generated at the time the gallery is created (not when the gallery is displayed).
You would need to manually embed your Juicebox-Pro gallery in your WordPress post (using the baseUrl method of embedding) and copy and paste the SEO content (generated by JuiceboxBuilder-Pro) along with the embedding code into the body of your WordPress post (ensuring that the method of entry is 'Text' rather than 'Visual).

4,628

(9 replies, posted in Juicebox-Pro Support)

This bug has now been fixed in v1.3.2. Please see the Version History for a full list of changes and the Upgrading Juicebox page for details on how to get the latest version.

This bug has now been fixed in v1.3.2. Please see the Version History for a full list of changes and the Upgrading Juicebox page for details on how to get the latest version.

The issue with the semi-transparent overlay on Android devices has now been fixed in v1.3.2. Please see the Version History for a full list of changes and the Upgrading Juicebox page for details on how to get the latest version.

4,631

(4 replies, posted in Juicebox-Pro Support)

The bug I referred to in my first post in this thread has now been fixed in v1.3.2. Please see the Version History for a full list of changes and the Upgrading Juicebox page for details on how to get the latest version.

4,632

(10 replies, posted in Juicebox-Pro Support)

This bug has now been fixed in v1.3.2. Please see the Version History for a full list of changes and the Upgrading Juicebox page for details on how to get the latest version.

The expanding multiple galleries bug has now been fixed in v1.3.2. Please see the Version History for a full list of changes and the Upgrading Juicebox page for details on how to get the latest version.

4,634

(7 replies, posted in Juicebox-Pro Support)

The issue with the semi-transparent overlay on Android devices has now been fixed in v1.3.2. Please see the Version History for a full list of changes and the Upgrading Juicebox page for details on how to get the latest version.

4,635

(3 replies, posted in Juicebox-Pro Support)

This bug has now been fixed in v1.3.2. Please see the Version History for a full list of changes and the Upgrading Juicebox page for details on how to get the latest version.

4,636

(3 replies, posted in Juicebox-Pro Support)

I see the difference in height now. Thank you.
I have notified the developers of this, too.

4,637

(2 replies, posted in Juicebox-Pro Support)

In order to install a new version of JuiceboxBuilder-Pro, you must first uninstall any previous version via the Control Panel.
Also, please see the Installation Issues section of the JuiceboxBuilder User Guide which may help.
If you continue to experience difficulties, please let me know how far you get into the installation process and what errors messages (if any) are displayed.

4,638

(6 replies, posted in Juicebox-Lite Support)

There is no method to dynamically add images to a gallery after it has initially been loaded.
Each time you add more images to your gallery, you would need to reload the gallery (using the standard JavaScript embedding code). On reloading the gallery, you could use the firstImageIndex configuration option to restart your gallery at an appropriate image.

4,639

(3 replies, posted in Juicebox-Pro Support)

If you have multiple controls enabled (in my case: thumbnails, open in new window, fotomoto, twitter, google plus, facebook, tumblr, pinterest) and the new Home icon enabled, on mobile device, the controls overlap the home icon so you can't access it anymore

Thank you for reporting.
I have notified the developers.

(they're not the same height either)

Do you have a sample gallery that I can take a look at which shows this? Also, what device(s) and browser(s) do you see this in? (In my own test gallery, the icons are the same height as each other.) Thank you.

4,640

(3 replies, posted in Juicebox-Pro Support)

Can you confirm?

Yes. This is a known bug which has been addressed and will be fixed in the next version of Juicebox-Pro.
Thank you for reporting.

4,641

(15 replies, posted in Juicebox-Pro Support)

When the 'Add SEO Content' checkbox is selected (in JuiceboxBuilder-Pro's 'Customize -> Sharing' section), the SEO code generated already includes 'alt' attributes in the <img> tags, populated by the image's caption.

4,642

(2 replies, posted in Juicebox-Pro Support)

If you are simply moving your Juicebox-Pro galleries from Domain1 to Domain 2, then there is no need to do anything other than delete all your Juicebox-Pro galleries from Domain1.
A Juicebox-Pro Single-Site license is not tied to a specific domain. As long as all your Juicebox-Pro galleries are uploaded to only one domain at a time, that is fine.

If you wish to have Juicebox-Pro galleries on both Domain1 and Domain2, then please see this FAQ:
Can I upgrade from a single site license to a multi-site license at a later time?

4,643

(1 replies, posted in Juicebox-Pro Support)

This is not possible. Juicebox requires that the image data be stored in an external XML file (the location of which is determined by the configUrl embedding code option).
The only alternative to not using an XML file would be to use a Flickr account as the source of images.
You could set your Flickr configuration options in your gallery's embedding code (on the HTML page).
There would still need to be an XML file present but it could simply be a dummy file with just a <juiceboxgallery /> tag as no data would be used from it.

(1) Instead of the following:

new juicebox({
    containerId: 'juicebox-container',
    configUrl: 'ResponseGallery.aspx?id=' + id
    //baseURL: 'http://admin.svstudios.com/App_Upload/',
}).toggleExpand();

... try:

jb = new juicebox({
    containerId: 'juicebox-container',
    configUrl: 'ResponseGallery.aspx?id=' + id
    //baseURL: 'http://admin.svstudios.com/App_Upload/',
});
jb.onInitComplete = function() {
    jb.toggleExpand();
}

(2) I am not sure why you would be getting two responses but perhaps the second one is due to the call to the toggleExpand() method. Try temporarily removing this to see if it makes a difference.

(3) I see the scrolling problem in your web page (on closing a gallery) but have been unable to replicate it in a stripped back test gallery resembling yours as closely as possible (loading the same external JavaScript and CSS files as your page does and using a similar technique to display an expanded gallery from a link on the same page).
Try temporarily removing elements from your web page, one by one, until the problem no longer exists to try to determine the cause of the problem.

Also, it looks like the code:

*
{
    color: #323232;
}

... in your 'main.css' file is overriding the color of the Button Bar icons, the navigation arrow buttons and the titles and captions in your gallery (as the gallery is inheriting this wildcard CSS rule).
You can override this wildcard CSS rule by explicitly setting colors for the elements in your gallery using the available Color Options.

4,645

(7 replies, posted in Juicebox-Pro Support)

The developers are aware of the problems in Opera Mini on mobile devices and a bug report has been logged.

The issue with the semi-transparent overlay on Android devices has been resolved and will be fixed in the next version of Juicebox-Pro (though I do not know when it will be released).

4,646

(2 replies, posted in Juicebox-Pro Support)

Yes. Set enableDirectLinks="TRUE" (in the 'Customize -> General' secion of JuiceboxBuilder-Pro) and you can link directly to a specific image in your gallery using a URL such as http://www.example.com/gallery/#2
Please see the description of the enableDirectLinks configuration option in the General section of the Config Options page for more information.

4,647

(8 replies, posted in Juicebox-Lite Support)

First, your web page should use a Doctype Declaration so that the user's browser knows what set of standards your web page should conform to. Select a suitable Doctype for the code on your page and place it at the top of your page above the opening <html> tag.
Try using the HTML 5 Doctype:

<!DOCTYPE HTML>

Next, try validating the code on your web page with the W3C Markup Validation Service and fix the errors reported.
Once the code on your page validates correctly, the page should be rendered with greater predictability and consistency across different browsers. (Your 'main' and 'container' divs are unclosed.)

Also, try changing:

<div id="juicebox-container"></div>

... to:

<div id="juicebox-container" style="float: right;"></div>

4,648

(8 replies, posted in Juicebox-Lite Support)

First of all, try changing your gallery's background color so that the entire gallery can clearly be seen on your web page.
This should let you know whether the space you are seeing is within the gallery area or elsewhere on your web page.
If the space is within the gallery area, check that you have set both imagePadding and stagePadding to zero.
Also, try setting imageScaleMode="FILL" to ensure that the main image fills the available image area within the gallery. If this removes the space, then it may simply be that the aspect ratio of your main images does not match that of the image area within the gallery and changing the dimensions of the gallery, the shape of your images or the imageScaleMode should help.

4,649

(1 replies, posted in Juicebox-Pro Support)

If using JuiceboxBuilder-Pro to edit your gallery, you can change the Gallery Title in the 'Customize -> Lite' section.
Otherwise, you can manually edit your gallery's 'config.xml' file in a plain text editor and change/add the Gallery Title as an attribute to the opening <juiceboxgallery> tag, e.g.:

<juiceboxgallery galleryTitle="text">

4,650

(3 replies, posted in Juicebox-Pro Support)

I do not see a Google fonts <link> tag in your http://www.philipchudyfineart.com/line/index.html page (the page into which your gallery is embedded). You should put the following code into your page's <head> section:

<link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>

Also, your galleryFontFace configuration option in your gallery's XML file currently looks like this:

galleryFontFace="&#xD;&#x9;galleryFontFace=&quot;Raleway&quot;"

... but should look like this:

galleryFontFace="Raleway"