5,501

(2 replies, posted in Juicebox-Lite Support)

Please post feature requests in this thread. It keeps them all together and ensures that they are not overlooked.
Thank you.

5,502

(496 replies, posted in Juicebox-Pro Support)

@daniel silveira

For an automated solution to multiple-gallery support, you might like to take a look at either:

(1) svManager
This is a separate product (a PHP web application) which allows you to create and manage galleries online through a web browser interface.
You can create Juicebox galleries with svManager itself or you can create Juicebox galleries by another method (such as JuiceboxBuilder-Pro), upload them to your web server and import them into your svManager installation.
svManager creates an index page of all listed galleries comprising thumbnails which link to the individual galleries.
Here is a sample svManager index page.
You can try svManager via the online demo here.

... or:

(2) Juicebox Skin for jAlbum
jAlbum is a desktop application which allows you to create a multiple-gallery album in a single action.
When using the Juicebox skin, you can drag and drop a complete folder structure into jAlbum's main window and click 'Make Album'.
The resulting album will have a separate Juicebox gallery for each and every folder/subfolder in your input structure and all the galleries will be linked together via a JavaScript navigation tree.
Here is a sample album created by jAlbum and the Juicebox Skin.

For a manual solution to multiple-gallery support, please see the Embedding Multiple Galleries section of the 'Juicbebox - Embedding Guide' which covers 'Multiple Galleries on Separate HTML Pages' and 'Multiple Galleries on One HTML Page'.

5,503

(5 replies, posted in Juicebox-Pro Support)

hmm what if I'm not embedding the galleries?  or is this embedding code inside an xml file?

All galleries must be embedded in an HTML page in order to be displayed.
If you create a gallery with JuiceboxBuilder-Pro, the gallery is automatically embedded in the HTML index page (whose default name is 'index.html' but can be changed on the 'Publish' tab).
If you open the gallery's HTML index page in a plain text editor, you will see the embedding code there.
For reference, the Juicebox Embedding Guide can be found here.

5,504

(5 replies, posted in Juicebox-Pro Support)

Initial testing by Steven Spiers from the Simpleviewer forum indicated that Juicebox galleries would show any changes with a simple click of the Refresh button.

This still seems to hold true with Chrome 20 on my PC but different browsers will cache files differently. Hitting F5 is enough to reload the page afresh (from the web server rather than the browser's cache) in Chrome 20 (on my PC) whereas CTRL + F5 is required in Firefox 14.0.1 and a complete clearing of the browser cache may be required in other browsers.

Try defining your gallery's XML file with a unique identifier (e.g. the current time which will be different each time the browser loads the page) using the configUrl option in your gallery's embedding code.

<!--START JUICEBOX EMBED-->
<script src="jbcore/juicebox.js"></script>
<script>
    new juicebox({
        containerId : 'juicebox-container',
        configUrl : 'config.xml?nocache=' + new Date().getTime()
    });
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->

5,505

(2 replies, posted in Juicebox-Pro Support)

Increase the 'z-index' values of your menu elements in your 'style.css' file.
Open the file in a plain text editor, search for 'z-index' (there are four instances) and change the three '200' values to '2000' and the single '500' value to '5000'. That should ensure that the drop-down menu is stacked above the Juicebox gallery and does not disappear when hovering over the gallery.

5,506

(1 replies, posted in Juicebox-Pro Support)

Your gallery displays OK on my iPod Touch (iOS 5.1.1) over wi-fi.
Try clearing your browser's cache before reloading the gallery and ensure that JavaScript is enabled.

5,507

(2 replies, posted in Juicebox-Lite Support)

If you have recently made any changes to your gallery, you may have to clear your browser's cache before reloading the gallery in order to see the changes. Otherwise, your browser may be hanging onto and using an older version of your gallery's XML file resulting in a gallery layout that you do not expect.
If you continue to experience difficulties, please post the URL to your gallery so that I can take a look.

5,508

(2 replies, posted in Juicebox-Pro Support)

It is not possible to set different background colors for normal and expanded modes.
Juicebox-Pro uses the same backgroundColor parameter (in the embedding code) for both.

5,509

(7 replies, posted in Juicebox-Lite Support)

The color of the link can be set as in the line of code I posted above.
If you continue to experience difficulties, please post the URL to your gallery so that I can can a look.

5,510

(7 replies, posted in Juicebox-Lite Support)

You can remove the underline from a link by using text-decoration: none; e.g.

<a href="mailto:email@address.com?subject=test" style="text-decoration: none; font-size: 20px; color: #ff0000;">Click here to email</a>

Apologies for the lack of response so far. Unfortunately, I have no access to the support email inbox and do not have the ability to generate new download links, otherwise I would happily do so for you.
I understand that you would like a new download link as soon as possible but please be patient as it is currently the weekend and there may be no-one available to process you request until Monday.
However, I will email the correct department with a reminder on your behalf and you should hopefully hear from them soon.

and here the form link goes to http://www.juicebox.net/support/link_request which is a 404 page not found. You may want to update that to what I'm guessing is the new page: http://www.juicebox.net/admin/download_request/

Thank you for pointing this out. I will ensure that this is updated as soon as possible.

5,512

(496 replies, posted in Juicebox-Pro Support)

@ErikGr

I mostly use the Turtle skin in Jalbum. Here I have the option to search within the album. Is that possible with Juicebox?

Juicebox-Pro does not feature search functionality for local images.
However, you could use a Flickr account as a source of images and tag your images with keywords.
You could then allow the user to enter keywords and have your gallery display the corresponding tagged images.
Take a look at the Lite Flickr demo gallery on the Juicebox - Demos page to see this in action.
You can view the source of the page in your browser and modify it to suit your needs.

Please see the Upgrading Juicebox section of the 'Juicebox - Support Home' page for details and fill in the Juicebox-Pro Download Link Request Form to ensure that the relevant information is passed along to the correct department who will be able to process your request.

5,514

(7 replies, posted in Juicebox-Lite Support)

When using the <font> 'size' attribute, SimpleViewer's Flash Player took the number to be an absolute pixel size but Juicebox (being HTML rather than Flash) takes the number to be on a scale from 1 to 7 (7 being the largest size possible).
Please see this web page for details.
As an alternative to using:

<font size="3">Text Goes Here</font>

... you could use the following:

<span style="font-size: 20px;">Text Goes Here</span>

Are there SV options that work in Juicebox?

There are certain options that have direct equivalents and some (such as frameWidth) even use the same name. The full set of Juicebox-Pro options can be found here and the full set of SimpleViewer-Pro options can be found here.

The font color doesn't work.

The caption text color can be changed by setting the textColor Pro Option (not available in Juicebox-Lite). However, this can be overridden in the caption itself (in both Juicebox-Pro and Juicebox-Lite) by using a caption such as:

<span style="color: #ff0000;">Text Goes Here</span>

5,515

(4 replies, posted in Juicebox-Pro Support)

As you have discovered, after making any changes to a gallery, you may need to clear your browser's cache before reloading the gallery in order to see the changes. This ensures that your browser does not hang onto and use an older version of your gallery's XML file (resulting in an older version of your gallery being displayed). This is true of all browsers, not just Safari.

Which is the most efficient Juicebox product to use to generate galleries from Lightroom 4 with the captions metadata?

In answer to this question, the Lightroom plugin would be most suitable (and is the only method of creating a gallery within Lightroom 4). You can select metadata such as the IPTC Caption or Title to be used as the Juicebox caption or title from the drop-down menus in the 'Image Info' section.

You would then have to upload your gallery folder to your web server and embed it in a WordPress post using one of the two methods documented here.

However, you could create a Juicebox gallery using a NextGEN gallery as a source of images from with the WordPress Dashboard by using WP-Juicebox (the dedicated Juicebox plugin for WordPress). Create a new post, click the Juicebox icon, select 'NextGEN Gallery' as the 'Image Source' in the settings window that pops up and type in the numerical NextGEN Gallery Id that you would like to use.

5,517

(15 replies, posted in Juicebox-Lite Support)

1) I think the problem may be caused by the encoded characters in the baseUrl defined in your query string. Try using only unencoded characters.

2) There should be no space in $_GET["album"]. That was simply a typo on my part. Sorry. I have now edited my original post to reflect the correction.

Regarding the document type - I was able to keep my previous index page as html while passing the variable before (see http://www.nicholasbreslow.com/photography.html).  Anyway I tried http://nicholasbreslow.com/test/portfolio.php and that didn't work either.  Maybe I need a certain doctype?

It should not make any difference whether your page is HTML or PHP, though of course it will need to be PHP if there is any PHP code within it.

PS - I am actually a Pro license owner.  I just posted in this forum as a follow up to the Director post.  Hope that is OK.

That's OK. Thank you for pointing it out.

5,518

(1 replies, posted in Juicebox-Pro Support)

Yes. Please see this forum thread for details, specifically, the reply to the original poster's query #3.

5,519

(15 replies, posted in Juicebox-Lite Support)

@nbreslow

1) Please post the URL to your non-functioning gallery so that I can take a look.
I might be able to figure out why you see only the spinner.

2) Try:

configUrl : 'config.php?album=<?php echo $_GET["album"]; ?>&w=800&h=600&s=0&q=80&sh=1&tw=100&th=100&ts=0&tlw=50&tlh=50&tq=60&tsh=1&pw=54&ph=40&aps=0&baseURL=http%3A%2F%2Fdomain.name%2Fssp_director'

You will also need to rename your 'index.html' page to 'index.php'.

3) I am not familiar with SlideShowPro so you may need to either wait for UrsusMaritimus to reply or do some further research within SlideShowPro's own support pages to try to figure out what all the parameters are.

You can introduce captions into the script by adding the following code before the line: $r->appendChild( $b );

$caption = $dom->createElement('caption');
$cdata = $dom->createCDATASection('caption_goes_here');
$caption->appendChild($cdata);
$b->appendChild($caption);

... replacing 'caption_goes_here' with the code for your caption, whether it be plain text, the image's filename or some other parameter pulled in from SlideShowPro.

5,520

(2 replies, posted in Juicebox-Pro Support)

When I delete slides from the media gallery that are attached to the gallery, I just get blank thumbnails and the image still shows in the main section.

After making changes in the Media Library, you will need to 'Edit' the post and 'Update' it in order to rebuild the gallery's XML file (which will remove any entries corresponding to images which are no longer attached to the post).

Also, I finally was able to get to see the media library in batches of 120 per page, but haven't been able to find the path back to there again, and now am just seeing ten per page.

Click on the 'Screen Options' tab at the top-right of your WordPress Dashboard and you will then be able to enter the number of media items to be displayed per page.

There is a sort field on the NextGEN galleries,but I can't find anything similar with JB pro galleries.

The latest version of WP-Juicebox (v1.1.1) supports using NextGEN galleries as a source of images.
When creating a new gallery, select 'NextGEN Gallery' from the drop-down 'Image Source' menu and type in the numeric NextGEN Gallery Id in the text field that pops up.
The latest version of WP-Juicebox can be downloaded from this page.

5,521

(1 replies, posted in Juicebox-Pro Support)

There is no limit to the number of Juicebox galleries you can embed on a single HTML page.

Juicebox Error: Cannot find div with id: "juicebox-container3"

Check that you actually have a <div> with id="juicebox-container3" on your page.
If you do, then please post the URL to your web page so that I can take a look and help further.

I would ideally like the click/tap command to open the gallery where the gallery is embedded.

The functionality of the Splash Page cannot be changed but you can display your galleries where they are embedded in mobile devices by setting screenMode="LARGE" in your gallery's XML file:
If using JuiceboxBuilder-Pro to create or edit your galleries, the screenMode option can be found in the 'Customize -> General' section.

I notice that your gallery uses Juicebox-Pro v1.1.0. The bug you have reported has been fixed in v1.1.1. Please see this Juicebox Blog entry for further details.

Please upgrade your gallery to Juicebox-Pro v1.1.1 (by following the instructions here) and the Button Bar buttons should no longer disappear on closing the expanded gallery.

I am also not sure why this value indexPageName="kitchens-jcb.html" is in your config.xml, maybe remove that as well.

The indexPageName entry is written to the 'config.xml' file by JuiceboxBuilder-Pro so that when an existing gallery is opened and edited in JuiceboxBuilder-Pro, the application can populate the 'Index Page Name' field on the 'Publish' tab correctly (and then update the file on clicking 'Save').

5,523

(2 replies, posted in Juicebox-Pro Support)

Did I do something wrong or is the LR plugin still running on 1.1.0?!

Yes. The jAlbum, Photoshop, Picasa and WordPress plugins have all been updated to Juicebox v1.1.1 but the Lightroom plugin has not yet been updated. It will folow shortly.
However, if you have replaced the 'jbcore' folder from the current Lightroom plugin with the 'jbcore' folder from the Juicebox-Pro v1.1.1 download package, then your galleries will be Juicebox-Pro v1.1.1 galleries and you can safely ignore the 'v1.1.0' label in the interface.

5,524

(7 replies, posted in Juicebox-Lite Support)

A caption such as the following should work fine:

<caption><![CDATA[<a href="mailto:email@address.com?subject=test">Click here to email</a>]]></caption>

If using JuiceboxBuilder-Lite to create or edit your gallery, you can simply enter the following into a caption text field (JuiceboxBuilder-Lite will add the necessary <caption> and CDATA tags for you).

<a href="mailto:email@address.com?subject=test">Click here to email</a>

5,525

(1 replies, posted in Juicebox-Pro Support)

Thumbnails should always be created and displayed with WP-Juicebox. (There is no setting in the interface to prevent this from happening.)
However, the thumbURL entries in your gallery's XML file (http://wwwsevenarrows.zippykid.it/wp-co … box/10.xml) are empty.
Try editing the post containing the gallery and 'Update' the post which should regenerate the XML file.