What I don't get is why the code that the desktop gallery creates doesn't seem to work and we have to find the code elsewhere here... ?

The embedding code provided on the 'Publish' tab of JuiceboxBuilder-Lite works fine when following the embedding instructions here.

www.xtreme-remodeling.com is a subdomain of xtreme-remodeling.com and all your gallery files must be on the same domain or subdomain due to the JavaScript same origin policy. Please see this web page for further details.

Your gallery currently uses the following code:

<script src="http://www.xtreme-remodeling.com/dream-deck-gallery/jbcore/juicebox.js"></script>

... so the gallery will display only when you access it using http://www.xtreme-remodeling.com/dream-decks.htm (and not http://xtreme-remodeling.com/dream-decks.htm).

Use relative paths within your embedding code and your gallery should display at both www.xtreme-remodeling.com and xtreme-remodeling.com

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

FINALLY... I READ ANOTHER POST TALKING ABOUT THE config / XML FILE BEING RENAMED... And discovered, MY CODE HAD NEVER EVEN "CALLED" THAT FILE... SO I ADDED THE configURL to this code, PLUS renamed my file to mygallery.xml... Not clear if it should have been named the actual gallery name? - so I also tried it with the actual gallery name included in the code and the name of the xml.  SAME RESULT.  :(

If your gallery's XML file is named 'config.xml' (which it is by default when creating a gallery with JuiceboxBuilder-Lite) and is located in the same directory as the HTML page continaing the embedding code, then there is no need to use the configUrl configuration option. (You will need to specify a configUrl only if you rename or move your gallery's XML file.

5,027

(5 replies, posted in Juicebox-Pro Support)

On another note, one issue that is persistent is that when I am on the App's Start page and select "Open Gallery", the thumbnails never show up on the "Images" page.  They come up fine when I select "New Gallery" on the Start page but never with "Open Gallery".  Even when I browse for new images after using the Open Gallery dialogue, the thumbs don't show up.

Please make sure that your image filenames use only web-safe characters (uppercase and lowercase letters, decimal digits, hyphen, period, underscore, and tilde) and not other characters such as commas or apostrophes.
Also, ensure that you are using the latest version of Adobe AIR (v3.6) which can be downloaded from this web page.
If you continue to experience this issue, please let me know what operating system and versions of Adobe AIR and JuiceboxBuilder-Pro you use. A workaround may be to revert to Adobe AIR v3.3 which can be downloaded from the 'Adobe AIR 3.3 runtime downloads' link on this web page.

5,028

(23 replies, posted in Juicebox-Pro Support)

I just wanted to see if I am thinking correctly and if I modified the code correctly.  It does work and I get the title and caption of each photo when I view the page source.  I'll know in several days if Google finds the page when I seach on some of the titles.

The code can be tweaked in any number of ways. Whether or not removing the <img> tags from your code will harm your SEO results, only time will tell.

Do you have a gallery that would simply show images all as thumbnails, such as 3 across, 3 deep, for instance... and then when you click on one image it opens it larger, with option to then click thru all of them?

If you set screenMode="SMALL", Juicebox will display the gallery in Small Screen Mode on all devices and in all browsers. A grid of thumbnails will be displayed (though the number of thumbnails will depend on the space available in the user's browser window), from which the user can select a main image to be displayed.
For more information on Screen Modes, please see here.

When someone clicks "expand gallery", then closes it, they leave the site...
Is there a work around for that, so it opens a new window?

Please see the expandInNewPage configuration option in the General Options section of the Config Options page.

and if so, can I go back and edit, without re-uploading all?

Yes. You can re-upload only the 'config.xml' file (overwriting the original one), if you like.
Otherwise, you should be able to configure your FTP program to upload only modified files. You could then go through the process of uploading the entire gallery folder but only files which differ from those already on your web server will actually be uploaded.

OK well, I just changed all of the navigation to go to this new page... and getting the Juicebox Error: Config XML file not found...  what gives?   Does it take time to propagate or something?

With most web servers, uploads take effect pretty much instantly.

Please see this FAQ:
When I view my gallery I see the message 'Config XML file not found'. How do I fix this?

Your gallery at http://www.fastlanetravel.com/flt-gallery.php currently displays OK and I do not see the 'Config XML file not found' message.

5,030

(12 replies, posted in Juicebox-Lite Support)

It looks like there may be a conflict between the CSS of your current theme and the CSS of the gallery itself.
Try temporarily reverting to the default WordPress theme to see if this makes a difference.
If it does make a difference, then your current theme may use some generalized CSS rules which apply globally to certain HTML elements (rather than to specific instances of these elements through use of ids and classes) which the gallery inherits.
Check the CSS of your theme and try removing any generalized CSS that you can find.

5,031

(15 replies, posted in Juicebox-Lite Support)

Perhaps some security restriction within their office network is preventing the gallery from displaying correctly.
Also, if the internet connection within the office takes too long to fetch the gallery files from your web server, the error message may be displayed.
If you have cleared your own browser's cache and can confirm that your gallery displays OK, then there is no problem with the gallery itself.

5,032

(5 replies, posted in Juicebox-Pro Support)

Please make sure that you are using the current version of JuiceboxBuilder-Pro (v1.2.0).
If necessary, please see the Upgrading Juicebox page.

If you are already using Juicebox-Pro v1.2.0 or upgrading does not make a difference, try validating your web page with the W3C Markup Validation Service and fix any HTML errors reported.

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

5,033

(12 replies, posted in Juicebox-Pro Support)

Your code should go in the <head> section of a Juicebox gallery's 'index.html' page (the page which is being loaded into your <iframe>).

5,034

(1 replies, posted in Juicebox-Pro Support)

No. Juicebox-Pro does not support such functionality.
However, you could use the thumbHoverFrameWidth configuration option to change the width of a thumbnail's frame when a user hovers over it (to make it stand out from other thumbnails).

Is there something I have to do in order to have more than 2 galleries loaded on the page?

In theory, there is no limit to the number of Juicebox galleries you can have on a single page (and there is nothing special you need to do to embed multiple galleries on a single page).

I have them hidden with divs, and then whenever someone clicks on the gallery it displays the block and then it shows up inside the jquery dialog. Is this bad practice ? (maybe it is?).

This sounds like a valid way to hide and show specific divs but if your current method does not work cross-browser, you might like to try implementing the showGallery() Juicebox-Pro API method to hide and show multiple galleries.

I just don't understand how it works with no problems in firefox but then safari and chrome just fail to show the correct galleries (or fail to show the galleries at all!) It's a bit frustrating.

It would be great if everything worked consistently across all browsers but, unfortunately, things often do not work out this way.

It looks like you may already have solved your problem.
I have viewed your web page at http://www.fastlanetravel.com/flt-gallery.php and your gallery displays OK.

A few notes:

Set up a new html PAGE and named it flt-gallery also... "just in case"

There is no need to name your own HTML page the same as your gallery folder (though it will do no harm).

Wondering if simple viewer would be easier in this instance?

The process for embedding a SimpleViewer gallery is very similar to the process for embedding a Juicebox gallery.

moving site to WordPress

Once you have your WordPress installation up and running, rather than create galleries on your computer, upload them to your web server and embed them manually, you might like to use the dedicated Juicebox plugin for WordPress (WP-Juicebox) which would allow you to create and edit galleries directly from within the WordPress Dashboard.

Before posting my last reply, I checked that your gallery was located here: http://www.miaforino.com/3month/
... and going to that location in a browser displayed the gallery on its own page OK.
Now, this does not happen so it looks like you might have been moving files around on your web server.
All you should need to do to embed your gallery in a web page is upload a complete gallery folder (not just the contents) to your web server and follow the baseUrl embedding instructions as documented here.
It does not matter where on your web server you upload your gallery folder to as long as you know where it is and that the two paths in the embedding code (the path to the 'juicebox.js' file and the baseUrl itself) are correct.

Try updating the version of jQuery that you include in your web page. You currently use jQuery v1.5.2 and the latest version is v1.9.1.
Try also updating your version of jQuery UI from v1.8.24 to v1.10.0.

5,039

(1 replies, posted in Juicebox-Pro Support)

Juicebox-Pro does not support the Flick Photo Id parameter. Currently, to be able to input a Flickr Photo Id and have your gallery display the corresponding image, you would somehow have to map the Flickr Photo Ids to the Juicebox-Pro Direct Linking index numbers.

It looks like your gallery folder is located at: http://www.miaforino.com/3month/
... so try the following embedding code:

<!--START JUICEBOX EMBED-->
<script src="http://www.miaforino.com/3month/jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId : "juicebox-container",
baseUrl : 'http://www.miaforino.com/3month/',
galleryWidth: "800",
galleryHeight: "500",
backgroundColor: "#222222"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->

BTW ... is there any way to remove/change the background colour of the Back Button?

There is no configuration option to change the background color of the Back Button but this can be achieved by changing the background-color CSS rule for a.jb-go-back-icon on line 485 of the 'jbcore/classic/theme.css' file, e.g.:

background-color: rgba(0, 0, 0, .5);

The last parameter of the 'rgba' value (the alpha channel) is the opacity of the background (0 being transparent and 1 being opaque).
Please note that the line number refers to Juicebox-Pro v1.2.0.

5,042

(4 replies, posted in Juicebox-Pro Support)

If you have deleted the 'juicebox.lrwebengine' folder from the 'Users/username/Library/Application Support/Adobe/Lightroom/Web Galleries/' location and a Juicebox plugin still shows in the Lightroom list of web engines, try searching your hard drive for instances of 'juicebox.lrwebengine' (or even just 'juicebox') to try to find the duplicate.
Make sure that you have your search configured to show hidden files and folders.

Thank you for clarifying.
I have been able to replicate the issue you are experiencing and can confirm that it is due to the backButtonHAlign configuration option not being respected in Small Screen Mode.
I have logged a bug report and this should hopefully be fixed in the next version of Juicebox-Pro (although I do not know when this may be).
In the meantime, a suitable workaround would be to set buttonBarHAlign="RIGHT" and leave backButtonHAlign at its default value of 'LEFT'.

Your gallery includes the following code:

<script src="http://miaforino.com/miaforino/3month/jbcore/juicebox.js"></script>
baseUrl : 'http://www.miaforino.com/miaforino/3month/',

Please note that www.miaforino.com is a subdomain of miaforino.com and all gallery files must be on the same domain (or subdomain) due to the JavaScript same origin policy. Please see this web page for more information.

If you wish to access your web page using www.miaforino.com, then please use the 'www' subdomain in all absolute paths in your embedding code.

To have the gallery display when visiting both www.miaforino.com and miaforino.com, try using relative paths in your embedding code (relative to the HTML page containing the embedding code).

5,045

(3 replies, posted in Juicebox-Pro Support)

When I shift or cmd click they just stay the same, no highlight or whatever.

Highlighting selected thumbnails in the 'Images' tab of JuiceboxBuilder-Pro is on the roadmap and will hopefully be included in a future version of Juicebox-Pro (although I do not know when this may be).

I'm using AdobeAir 3.5, and MacOS 10.8.3 (near release beta).

Thank you for providing the details.

As the image filenames form part of a URL when uploaded to your web server, make sure that the filenames use only web-safe characters.
Please see section 2.3 of this document for details.

Characters that are allowed in a URI but do not have a reserved purpose are called unreserved. These include uppercase and lowercase letters, decimal digits, hyphen, period, underscore, and tilde.

JuiceboxBuilder-Pro should be able to handle all images whose filenames use any or all of these characters.

5,046

(4 replies, posted in Juicebox-Pro Support)

No, sorry. I do not know when the next version of WP-Juicebox will be released.
However, if you have already made this modification to the current version, you will not need to do it again (as it will be incorporated in the next version).

5,047

(4 replies, posted in Juicebox-Pro Support)

Lightroom plugins can be in one of two locations (usually depending on whether they were installed by the application or yourself).
Check in the following two locations:
C:\Program Files\Adobe\Adobe Photoshop Lightroom 4.3\Shared\webengines
C:\Users\username\AppData\Roaming\Adobe\Lightroom\Web Galleries

I would start from scratch and do the following:
(1) Delete all instances of 'juicebox.lrwebengine' from the above two locations.
(2) Download the Juicebox Lightroom Plugin from here.
(3) Follow the Upgrading to Juicebox-Pro instructions.

Also, cannot seem to get rid of the Juicebox logo in the pro plugin (is there a code I can insert to get rid of this?)

Once you have replaced the plugin's Juicebox-Lite 'jbcore' folder with the Pro version, the plugin will have no option but to use the Pro files and the Juicebox badge/link will no longer be present in all subsequent galleries created by the plugin.

Do I also have to insert special code to allow for more than 50 images in gallery?

No. Once you have upgraded the plugin to Juicebox-Pro, you will be able to create galleries with more than 50 images with no further action required.

5,048

(4 replies, posted in Juicebox-Pro Support)

Is there a way to hide the Thumbnails completely.

Yes. Set:

showSmallThumbs="FALSE"
showLargeThumbs="FALSE"
showThumbsButton="FALSE"

If creating or editing your gallery with JuiceboxBuilder-Pro, 'Show Small Thumbs' and 'Show Large Thumbs' can be found in the 'Customize -> Thumbnail' section and 'Show Thumbs Button' can be found in the 'Customize -> Lite' section.

5,049

(4 replies, posted in Juicebox-Pro Support)

The thumbnails do not go left.. instead they go 1/2 through the Juicebox screen, and I cannot even see the larger image. Very strange.. Any thoughts?

When using thumbsPosition="LEFT", you may need to change the default values of maxThumbColumns and maxThumbRows (which are '10' and '1' respectively, suitable for the default value of thumbsPosition which is 'BOTTOM').
Try setting:

thumbsPosition="LEFT"
maxThumbColumns="3"
maxThumbRows="3"

I will keep trying, of course unless "left" or "LEFT" makes any difference.

Configuration option values are case-insensitive so it does not matter whether you use 'left' or 'LEFT'.

When I view your gallery on an iPod Touch 4 iOS 6.1, your 'Toggle Thumbnails' button is positioned top-left and your 'Back Button' is positioned top-right.
Try clearing your browser's cache in case your browser is hanging onto and use older versions of your gallery files.