You are not logged in. Please login or register.
Active topics Unanswered topics
Juicebox v1.5.1 Released!
Search options (Page 223 of 235)
@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.
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>
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.
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.
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.
Yes. Please see this forum thread for details, specifically, the reply to the original poster's query #3.
@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.
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.
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').
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.
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>
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.
Error: detail_panel.get_current_photo() is undefined
This bug has now been fixed in v1.1.1. (Juicebox no longer throws a JavaScript error with an empty gallery.) Please see this Juicebox Blog entry for further details.
This bug has now been fixed in v1.1.1. Please see this Juicebox Blog entry for further details.
Both of these bugs have now been fixed in v1.1.1. Please see this Juicebox Blog entry for further details.
Both of these bugs have now been fixed in v1.1.1. Please see this Juicebox Blog entry for further details.
Unfortunately, this bug was not fixed in v1.1.1 but it has been logged and will be addressed.
For a full list of bugs which have been fixed in v1.1.1, please see the Juicebox - Version History.
@KR64
Or is there a way to localize it by myself?
The tooltips and on-screen messages are embedded within the 'juicebox.js' JavaScript file which is packed and obfuscated (and Juicbeox-Pro does not come with source code) so it would not be possible to modify the file and display the text in a different language.
However, thank you for the suggestion.
If you tried the baseUrl from gallery #2 in gallery #3's embedding code and gallery #2 did not display in place of gallery#3, then it would appear that there is something wrong with the embedding code (or surrounding code, for example the parent containers or slider JavaScript) for gallery #3.
However, if this were the case, and you swapped the baseUrls for gallery #2 and gallery #3, then I would expect gallery #3 to be displayed in place of gallery #2 (though I do not know if this is what happens).
As you have uploaded your gallery folders in their entirety, you could try embedding them in your page using <iframe>s instead of the baseUrl embedding code.
The <iframe> method is documented as Option #2 here.
However, the HTML errors on the page may be masking the real cause of the problem so I would try fixing them first before trying anything else.
@jb_newb
Also, I'm having trouble w/ the 3rd gallery (Commercial).
Any advice as to how I can get this to show up?
Try swapping the baseUrl of the 3rd gallery with that of a gallery you already know displays OK to determine whether the problem is with the gallery or with your gallery-changing mechanism. Also, try using the baseUrl of the 3rd gallery in the 2nd gallery's embedding code to see if it displays there. This should at least tell you where the problem lies.
Also, a few tips:
(1) Your web page loads the 'juicebox.js' file from all three galleries. It is necessary to load only one (as they are all identical).
(2) Your galleries are Juicebox-Lite v1.0.2 galleries. You could upgrade them to the current version of Juicebox-Lite (v1.1.0) as many bugs have been fixed since v1.0.2. Please see the Juicebox - Version History for details. The current version of Juicebox-Lite can be downloaded from the link on this page.
(3) You should fix the HTML errors on your web page. You can validate the page with the W3C Markup Validation Service and then fix the errors reported. Once the code validates, your web page should be displayed with greater predictability and consistency across different browsers.
The code I posted is the complete caption which should be inserted directly into you gallery's 'config.xml' file.
If using JuiceboxBuilder-Pro to create or edit your gallery, you can simply enter the following into a 'Caption' text field (JuicbeboxBuilder-Pro automatically adds the <caption> and CDATA tags when generating the XML file).
<span style="font-size: 11px;">Charcoal on Paper "22.5" x "36"</span>
the first image in my gallery and the second image have the same length - yet the first one shows all the caption, the second bumps it to two lines
The first two images may have exactly the same width but the length of their corresponding captions differs slightly.
When using captionPosition="BELOW_IMAGE", the width of the caption area equals the width of the image so when a narrow image is being displayed, the caption may be split into more than one line.
Other than changing the captionPosition to OVERLAY, it is not possible to increase the width of the caption area.
However, you could decrease the font size of the caption (so that it all fits on a single line) by using something like:
<caption><![CDATA[<span style="font-size: 11px;">Charcoal on Paper "22.5" x "36"</span>]]></caption>
Alternatively, you could change the font-size globally for all captions by opening the 'jbcore/classic/theme.css' file in a plain text editor and changing the 'font-size' on line 201.
Open the file 'jbcore/classic/theme.css' in a plain text editor and remove lines 143-145 inclusive (which control the drop shadow around the main image):
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
Posts found: 5,551 to 5,575 of 5,851