5,751

(495 replies, posted in Juicebox-Pro Support)

@MyWorldMyEyes.

2. Also you'll see in my original site I also have Videos...
Can we "inplant" videos as well? Perhaps using a static image as a thumb?

Juicebox does not support videos. Please see this FAQ for details:
Will Juicebox load things other than images?

With regard to your other queries, there are no preconfigured options to change the values you would like to modify.
However, you could achieve your goals by editing the 'jbcore/classic/theme.css' file.
Please see the Juicebox Theming Guide for details.

5,752

(495 replies, posted in Juicebox-Pro Support)

@simonjacobs

Set showSplashPage="ALWAYS" in your gallery's XML file.
If using JuiceboxBuilder-Pro to build your gallery, this options can be found in the 'Customize -> Splash Page' section.

I'm glad you have found a solution to your problem.
Thank you for posting back to let me know.

Cannot find div with id: "juicebox-container"

Make sure that you have the following line of code in the HTML document into which your gallery is embedded:

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

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

Make your gallery's background transparent by setting the 'Background Color Opacity' to 0.
In JuiceboxBuilder-Pro, this setting can be found in the 'Customize -> Lite' section.
To make the change manually, set the 4th parameter in the backgroundColor embed code setting to 0, e.g.:

backgroundColor : 'rgba(34, 34, 34, 0)'

I see that you have already done this and your drop-down menu is no longer hidden by the gallery in IE9, Firefox 12, Chrome 19 and Safari 5.1.7 on my PC.
If you continue to see the drop-down menu being hidden by the gallery, try clearing your browser's cache before reloading the gallery.

5,756

(2 replies, posted in Juicebox-Pro Support)

I'm using juicebox 1.0.2 pro and it's only loading 20 images from my flickr photo set.

am i doing something wrong?

Make sure all the images in your Flickr set have been made public.
I have just created a test gallery using JuiceboxBuilder-Pro loading images from a Flickr set and it displays them all (more than 20) so it should work fine.
If you continue to experience difficulties, please post the URL to your gallery so that I can take a look.

Also, is there a way to set it up so that I don't have to republish the juicebox when i add new photos to the flickr set?  I'd like to just add photos to flickr and have them show up immediately on the juicebox gallery.

When using Flickr as a source of images, you do not need to modify any gallery files after adding images to your Flickr account.
They will automatically be displayed next time you view your gallery (though you may need to clear your browser's cache to see the changes).

5,757

(9 replies, posted in Juicebox-Pro Support)

The path to the configUrl should include the full XML filename.
If your gallery's XML file is named 'Italy.xml' and is located in a folder named 'DataJB' then your second code sample should work.
Bear in mind that your web server is likely to be case sensitive so check the case (uppercase vs lowercase) of your folder and file names (e.g. 'italy.xml' is not the same as 'Italy.xml').
Also, all your gallery files should be hosted on the same domain so for your second code sample to work, your gallery folder should be uploaded to http://devmedia.steve-snell.me.uk
If you continue to experience difficulties, please post the URL to your gallery so that I can take a look.

5,758

(6 replies, posted in Juicebox-Lite Support)

The Juicebox Lightroom plugin bug manifesting itself in Lightroom 3 (whereby the live preview window does not work) cannot be resolved.
The Juicebox Lightroom plugin officially requires Lightroom 4. Please see this page for details.
However, you should still be able to create a Juicebox gallery using the plugin and Lightroom 3. Only the live preview window should be affected.

5,759

(12 replies, posted in Juicebox-Pro Support)

Thank you for posting the link to your gallery.
However, I do not see the images flash and disappear as you describe.
Could you please confirm whether you use a Mac or PC and which browser(s) you see the problem in? Thank you.

5,760

(7 replies, posted in Juicebox-Pro Support)

I do not know why your gallery created with JuiceboxBuilder does not work. I have not encountered this scenario before.
It would certainly help if I were to see the gallery and examine the files.
Would it be possible for you to either upload the gallery and post the URL or zip the gallery folder and upload that instead?
Thank you.

5,761

(495 replies, posted in Juicebox-Pro Support)

@simonjacobs

(still can't get border widths in jablbum tho')

Entering something like:

frameWidth=20

... into the skin's 'Pro Options' text area should be enough to give the main images a border.
If you continue to experience difficulties, please post a new thread in this jAlbum forum (with the word 'Juicebox' somewhere in the thread's title) and I'll try to help you over there.

5,762

(495 replies, posted in Juicebox-Pro Support)

@wspollack

(with the possible exception of some really thin borders that seem to have appeared around the thumbnails, but I'm ignoring that for now)

Add the word 'closeups' to your filters to ensure that the drop-shadows are applied only to your main images and not the thumbnails.

filter1 class=XBorderFilter shWidth=23 shTrans=10 shDrop=soft shCol=black bgCol=#E6D4BA shDir=SE closeups
filter2 class=XBorderFilter shWidth=23 shCol=#E6D4BA bgCol=#E6D4BA shDir=NW closeups

5,763

(2 replies, posted in Juicebox-Pro Support)

Yes. Instructions are in the 'readme.txt' file in the skin's folder.

To integrate the Pro version of Juicebox into the skin, replace the Lite version 'jbcore' folder in the skin's folder ('Juicebox/res/juicebox/jbcore/') with the Pro version 'jbcore' folder from the Juicebox-Pro download package ('juicebox_pro_1.0.2/web/jbcore/').

To find the skin's folder, select the skin and then go to 'Tools -> Open Directories -> Skin directory' from jAlbum's drop-down menu at the top.

5,764

(11 replies, posted in Juicebox-Pro Support)

Only the Juicebox-Lite options are included in the Lightroom plugin's interface.
In order to incorporate Pro Options, you can either open and edit your gallery using JuiceboxBuilder-Pro or edit your gallery's 'config.xml' file directly (to add the Pro Options as attributes to the opening <juiceboxgallery> tag).

5,765

(3 replies, posted in Juicebox-Pro Support)

Thank you simonjacobs.

5,766

(495 replies, posted in Juicebox-Pro Support)

@wspollack

As a result of reading this forum, I just upgraded from 1.0.0 to 1.0.2.

I understand your request for an automated update system but in the absence of this, perhaps the next best thing would be to follow us on Twitter @juiceboxgallery. We Tweeted about the update a few days ago.

What I especially like about JB, vs. SV:

- You can set the preload to one image.
- Non-flash - remote device vs. large screen based on browser size.
- You can embed URLs in comments (which Flash doesn't allow).

You can actually do all three in SimpleViewer-Pro.
(1) Set imagePreloading="NEXT" to preload only the next (one) image.
(2) SimpleViewer-Pro supports Universal Playback (thought the Mobile Player has less features than Juicebox). A gallery will always be displayed whether Adobe Flash Player is detected or not.
(3) You can insert links in your captions by adding HTML formatting to your captions. As an example, the first image in this sample gallery includes a link in its caption.

What I especially like about SV, vs. JB:

- You can put thumbs on the left.
- You can create drop shadows.
- You can link to Hi-Res (i.e., full-size) images, for separate-page viewing.

You can use the linkURL entries in the gallery's XML file to point to larger images if you wish (which will be used when the user clicks on the 'Open Image in New Window' button).
If you are referring to the 'hi-res' folder that jAlbum generates whilst using the SimpleViewer Skin, try the new Juicebox Skin which also has this functionality. Just select 'Link to hi-res via scaled images' on jAlbum's 'Pages' settings tab.

5,767

(11 replies, posted in Juicebox-Pro Support)

@TonyHall

Thank you for pointing that out. I'll try to ensure that this is fixed as soon as possible.
In the meantime, if you need a new download link, please contact support@juicebox.net with your Transaction ID, Date of Purchase, Email Address used for purchase and your current email address to which you'd like the new download link sent.

5,768

(11 replies, posted in Juicebox-Pro Support)

@simonjacobs

Yes. This is normal. The plugin does not detect for the presence of a Pro version and change the message accordingly.

5,769

(6 replies, posted in Juicebox-Lite Support)

Thank you for reporting. This is a known bug and a bug report has already been logged so hopefully it will be fixed in the next version.
However, it affects only the live preview window and does not affect the ability to actually create a Juicebox gallery (by changing the required options and then clicking the 'Export...' button).

5,770

(11 replies, posted in Juicebox-Pro Support)

I see that you have now found out how to download the new version of Juicebox-Pro but for others who may not know, please see the Upgrading Juicebox section of the 'Juicebox Support Home' page for details.

[Topic split to new thread.]

5,771

(1 replies, posted in Juicebox-Pro Support)

(Starting a new topic to avoid polluting the original thread.)

Thank you. I've just split that thread into two to keep the topics separate.

I just upgraded to v1.0.2 - thank you.

You hid that well! No announcement on this forum, no email (I'm subscribed), however I now know to check here.

We Tweeted a couple of days ago.
Follow us @juiceboxgallery.

I assume that in the future, if I want to upgrade existing galleries, all I have to do is replace each 'jbcore' folder in each uploaded gallery and the galleries will continue to work but with the newer, faster, shinier version of Juicebox-Pro?

That is correct. Please see the Upgrading Juicebox section of the 'Juicebox Support Home' page for details.

5,772

(11 replies, posted in Juicebox-Pro Support)

The squashed thumbnails should have been fixed in Juicebox v1.0.2 and I am not seeing squashed thumbnails when generating a gallery using the current Lightroom plugin.

Thank you for reporting the bugs you have found in the Lightroom plugin. I will log appropriate bug reports.

5,773

(7 replies, posted in Juicebox-Pro Support)

Add to that a jb Manager and i think you would steal lots of customers away from Slideshow Pro.

Support for Juicebox galleries was added to svManager in v1.8.0.
For those interested, svManager can be purchased from this page.

5,774

(7 replies, posted in Juicebox-Pro Support)

Hence 2 url's.

You can use the 'gillrays/gallery.html' URL for both (Flash and Mobile).
The 'index.html' page generated by the SimpleViewer skin is required only when your album uses a menu, header or footer.

I am sure a Lightroom plugin will follow.

The Juicebox Lightroom Plugin is now available from this page.

Thanks for the support it really is appreciated and I really am just trying to be helpful and objective..... :)

Thank you for your feedback. We appreciate it!

5,775

(7 replies, posted in Juicebox-Pro Support)

Although I still need to provide 2 URL's with this solution. One for desktop, one for mobile non Flash.

A SimpleViewer v2.3.0 gallery requires only one URL. The gallery will be displayed with the Flash Player if Adobe Flash Player is detected, otherwise, the gallery will be displayed by the Mobile Player (on mobile devices and in browsers which do not have Adobe Flash Player installed and enabled).
Are you perhaps using a jAlbum skin which uses a version of SimpleViewer prior to v2.1.0 when Universal Playback was introduced? If so, try the SimpleViewer Skin which is up-to-date and incorporates SimpleViewer-Standard v2.3.0.

If you have the time, can you briefly explain in layman's terms why pulling in the IPTC is not possible in SV or JBBuilder, both your products, yet it is possible with Photo Mechanic, (which uses and ancient version of SV with no mobile fallback)  the jAlbum skin and Lightroom SV plugins?

This is simply because svBuilder and JuiceboxBuilder were not designed to do so.
This functionality may be included in a future version. Please post feature requests in this thread so that they are not overlooked. Thank you.