5,501

(6 replies, posted in Juicebox-Pro Support)

Plus for the wordpress plugin, it's not clear which options to use inside of the WP plugin.

Having each option on it's own line you can have multiple options is not mentioned.

It looks like you may have missed this section at the bottom of the WP-Juicebox page: http://www.juicebox.net/support/wp-juicebox/#pro
... where it states:

You can now enter Pro config options into the 'Pro Options' text area. Pro options are added one per line in the following format:

optionName = "optionValue"

There is also a link to the Configuration Options page where Pro Options are marked as such in the side menu and in the header of each section.

5,502

(496 replies, posted in Juicebox-Pro Support)

@threadpiece

Neither of your requests/questions can currently be achieved via the available configuration options so we shall note them as feature requests.

Can the colour of the circle be changed?

Perhaps the easiest way to achieve this would be to modify the 'jbcore/classic/img/assets.png' file in an image manipulation program such as Photoshop.

Can the position of these buttons be changed?

It should be possible to change the position of the main image navigation buttons by changing the CSS margins of the .jb-navigation .jbn-right-button and .jb-navigation .jbn-right-button classes in the 'jbcore/classic/theme.css' file.

5,503

(6 replies, posted in Juicebox-Pro Support)

Apologies if things were not as clear as they should have been.

Instructions on how to set Embed Code Options can be found here: http://www.juicebox.net/support/embeddi … -html-page
Instructions on how to set other Configuration Options can be found in the first subheading ('Embed Code Options') in this section: http://www.juicebox.net/support/embeddi … -html-page

I have changed the links on the Configuration Options page to point to the correct support sections.

5,504

(4 replies, posted in Juicebox-Pro Support)

OK, I gather this is a bug, but in the meantime is there any workaround via CSS?

Not that I am aware of. However, we are currently investigating this issue. Thank you for reporting it.

5,505

(1 replies, posted in Juicebox-Pro Support)

The 'Set Defaults' button in WP-Juicebox allows the user to set default values for the options which are then used to populate the input fields in the pop-up settings window when a new gallery is being created.
If you tend to use similar settings for all your galleries, this will prevent you from having to change the same settings each time you create a new gallery.
It will not apply these settings to any galleries which have already been created. These galleries will need to be edited individually to have their settings changed.

5,506

(1 replies, posted in Juicebox-Lite Support)

If you have uploaded your entire gallery folder to your web server as a self-contained entity, then you can use the baseURL option to point Juicebox towards it.
This method of embedding is documented as Option #1 in the Using an External Gallery Folder section of the 'Juicebox Embedding Guide'.

If your gallery folder is named 'xmasparty' and you have uploaded it to your 'styled-11/code/' directory (and the embedding code is in an HTML page which is also in the 'styled-11/code/' directory), then you should use the following embedding code:

<!--START JUICEBOX EMBED-->
<script src="xmasparty/jbcore/juicebox.js"></script>
<script>
  new juicebox({
      containerId : 'juicebox-container',
      baseUrl : 'xmasparty/',
  });
  </script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->

5,507

(1 replies, posted in Juicebox-Pro Support)

After sorting images by dragging-and-dropping them in the NextGEN interface, you will need to rebuild your Juicebox gallery's XML file to re-list the <image> tags in the new order. This can be done by either one of the following two methods.
(1) 'Edit' the post containing the gallery and click 'Update'.
... or:
(2) Go to the WP-Juicebox 'Manage Galleries' page, 'Edit' the gallery itself and click 'Save' (without changing any parameters).

5,508

(1 replies, posted in Juicebox-Lite Support)

1. On an iPad the thumbs are not completely visible and are cut off  at the bottom.

This is due to your gallery being positioned below your page's header.
If you wish to have your header and gallery both fit in a browser window without any cropping (or the need for scroll bars), please see the support section entitled Using a Resizable Gallery with a Header.

2. On an iPhone the large image won't show. Once you click on a thumb the thumbs move to the bottom, leaving an empty black space where the large image should have been. This is reported back by some users, while it works fine on my iPhone 4.

I notice that your gallery uses Juicebox-Lite v1.1.0.
Please try upgrading your gallery to Juicebox-Lite v1.1.1 by following the instructions here.
Many bugs have been fixed since v1.1.0 (please see the Version History for details) and upgrading your gallery may fix the problem.

5,509

(2 replies, posted in Juicebox-Pro Support)

Is it possible to set different variable for stagePadding - for example 30px for bottom padding only?

No. The stagePadding option affects all edges of the gallery equally.
I do not know if this is possible by altering anything in the 'theme.css' file but I expect that there may well be unwanted knock-on issues if modifications were made in this regard.
What you could perhaps do is set captionPosition="BOTTOM" and set a maxCaptionHeight.
This would give space below the thumbnails (though it would also position the captions there, too).

I am using Wordpress plugin, with gallery in a post

Please note that these two configuration options (captionPosition and maxCaptionHeight) are Juicebox-Pro only.
If you are a Juicebox-Pro user, WP-Juicebox can be upgraded from Juicebox-Lite (which it comes bundled with) to Juicebox-Pro by following the instructions on this page.

As far as I am aware, there is no user-controllable way to set the actual dimensions of the thumbnails in the Lightroom plugin.
However, as an addition to the bug report I previously logged, I have suggested that the thumbnails be resized so that the smallest dimension (width or height) is 85px (though I do not know if this is actually possible).

5,511

(1 replies, posted in Juicebox-Lite Support)

Try setting forceTouchMode="TRUE" in your gallery's XML file.
If using JuiceboxBuilder-Pro to create or edit your gallery, this option can be found in the 'Customize -> General' section.

5,512

(2 replies, posted in Juicebox-Pro Support)

I have just created a test gallery with Juicebox-Pro v1.1.1 using the following settings:

enableAutoPlay="TRUE"
autoPlayOnLoad="TRUE"
showAutoPlayStatus="FALSE"

... and I do not see an 'AutoPlay ON' message when the gallery is initially displayed.

If you are not using the current version of Juicebox-Pro (v1.1.1), try upgrading.
Please see the Upgrading Juicebox section of the support pages for details.

If this does not help, please post the URL to your gallery so that I can take a look.

5,513

(17 replies, posted in Juicebox-Pro Support)

Just a quick update to say that I have not forgotten about this one but as of yet, I have been unable to make it work in Chrome also.
A web search with terms such as 'Chrome border radius' brings up many pages to sift through but no suggestions I have tried have worked.
We may just have to wait for this to be implemented officially into a future version of Juicebox.

5,514

(1 replies, posted in Juicebox-Lite Support)

Your gallery's code look OK and you gallery displays OK in desktop browsers on my PC and on my iPod Touch 4 iOS 5.1.1.

For a gallery that does not display, I would normally recommend ensuring that JavaScript is enabled in your browser and that you have cleared your browser's cache. However, if you have been able to previously view galleries, then JavaScript must have been enabled (at least whilst viewing the galleries) and if a browser was hanging onto and using an older version of your gallery's XML file, you may see an empty gallery (with a perpetual spinner and no images) but not a completely white screen.

Make sure that you view the gallery over a wi-fi connection and not 3G as some 3G providers use content modification which is known to break web sites which make extensive use of JavaScript (such as Juicebox galleries).
Please see this FAQ for details:
Why can't I view my gallery on a 3G mobile connection?

5,515

(5 replies, posted in Juicebox-Pro Support)

As Felix said:

You can add galleries to the new website domain once you have deleted all galleries from the original domain.

You do not  need to assign a license to a domain.
As long as you have Juicebox-Pro galleries on only one domain at any one time, you will not be in breach of the license agreement.

5,516

(17 replies, posted in Juicebox-Pro Support)

I tested the code before I posted it and it works in Firefox 14.0.1, IE9, Safari 5.1.7, Chrome 21 and Opera 12 on my PC.
I just inserted the code at the bottom of the 'jbcore/classic/theme.css' file.
The border radius is applied to both the thumbnail image and the thumbnail border.
Try again and clear your browser's cache before reloading the gallery.
If this does not help, perhaps the platform (PC vs Mac) or version of Chrome that you are using are contributing factors.

5,517

(17 replies, posted in Juicebox-Pro Support)

Sorry for the misunderstanding. This is also on the roadmap.

In the meantime, try adding the following to your gallery's CSS:

.jb-idx-thb-frame, .jb-idx-thumb img {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

5,518

(17 replies, posted in Juicebox-Pro Support)

It is currently not possible to change the thumbnail border width. This value is set in the 'juicebox.js' JavaScript file which is packed and obfuscated and cannot be modified.
However, the ability to set this parameter via a configuration option (rather than via modification of CSS or JavaScript) is on the roadmap and will hopefully be included in a future version (though I do not know exactly when this might be).

I would recommend reducing the filesize of your images. The dimensions are OK (approximately 1024 x 768) but you could reduce the quality setting ('Output Settings -> JPG Quality') to bring the filesize down to somewhere between 100KB and 200KB.
As an example of a reasonable compromise between size and quality, the default settings of JuiceboxBuilder-Pro resize my original 4416 x 3312 10MB files into 1024 x 768 files of approximately 85KB each which are suitable for web gallery use.
Juicebox will then be able to load your images significantly quicker.

You may also like to change the imagePreloading option which determines how images are preloaded. Possible values for this options are PAGE, NEXT, ALL and NONE.

5,520

(1 replies, posted in Juicebox-Pro Support)

JuiceboxBuilder-Pro can open local galleries only (i.e. those on your hard drive).
The application is not able to open galleries which reside on a web server.

Can you help me understand the workflow please?

The following workflow would work:
(1) Create a Juicebox gallery using the Lightroom plugin by clicking the 'Export' button to save the gallery to your hard drive.
(2) Open the gallery in JuiceboxBuilder-Pro and edit as necessary, re-saving the gallery on the 'Publish' tab when finished.
(3) Upload the gallery folder to your web server via FTP.

If you do wish to edit a gallery which has been uploaded to a web server, you could use svManager.
This is a PHP web application which allows you to create, import and edit galleries online via a web browser interface.
All Juicebox-Pro configuration options are customizable via svManager's interface.
If you are interested, you can try out the online demo version of svManager here.

5,521

(1 replies, posted in Juicebox-Lite Support)

Change:

<script src="gameart/jbcore/js/juicebox.js"></script>

... to:

<script src="gameart/jbcore/juicebox.js"></script>

The 'juicebox'js' file is not located in a folder named 'js' within the 'jbcore' folder.
This was an error in the code provided in the Juicebox - Embedding Guide which I have now fixed. Sorry for the inconvenience.

If you wish to embed multiple galleries on the same HTML page, you will need to embed each gallery into a <div> with a unique 'id'.
For example:

<script src="gameart/jbcore/juicebox.js"></script>

<script>
    new juicebox({
        containerId : "juicebox-container1",
        baseUrl : 'gameart/',
        galleryWidth: "800",
        galleryHeight: "600",
        backgroundColor: "#222222"
    });
</script>
<div id="juicebox-container1"></div>

<script>
    new juicebox({
        containerId : "juicebox-container2",
        baseUrl : 'gameenv/',
        galleryWidth: "800",
        galleryHeight: "600",
        backgroundColor: "#222222"
    });
</script>
<div id="juicebox-container2"></div>

(It is necessary to load the 'juicebox.js' file only once on your page.)

Also, your current http://koheiart.com/index.html page contains only the embedding code for a single gallery (with a closing </html> tag at the end) and is not a complete web page. It should contain a Doctype Declaration at the top and should have <html>, <head> and <body> tags. Please see the example here for details. (The embedding code should go between the <body> </body> tags.)

5,522

(496 replies, posted in Juicebox-Pro Support)

I am really missing a 'gallery of galleries' function. I have seen the embed examples but without showing images for the individual galleries it is without any visual effect and is a uninspired solution.

Currently, the only way to have an index page of multiple galleries automatically generated with a corresponding thumbnail image for each one is to use svManager to create or import your galleries. The resulting index page would look like this demo page.

Plus I do not seem to be able to change the text 'Open ....in new Window'.

This, also, is not currently possible.

Thank you for the suggestions.

5,523

(496 replies, posted in Juicebox-Pro Support)

Thank you. I found out that even though I had selected "captionPosition: OVERLAY_IMAGE," it wasn't updating in my xml file when I hit "publish" (quirk or bug?).

It seems to be working OK for me.
I have just created a test gallery with JuiceboxBuilder-Pro. I then closed the application and reopened it, loading the test gallery. I changed the captionPosition to 'OVERLAY_IMAGE', clicked 'Save' on the 'Publish' tab and the entry was written to the XML file correctly. Perhaps a program (a text editor or browser perhaps?) had a lock on the file when you were trying to re-save it.

With regard to your other query, further thumbnail layout options are currently being considered (though dots in conjunction with pop-up thumbnails may be unlikely) and will hopefully be implemented in a future version.

I have just tried creating a Juicebox gallery with the Lightroom plugin (v1.1.1).
I used a 7300 x 3100 image. The generated thumbnail size was 127 x 54.
The thumbnail does look truncated in the Live Preview Window (black area to the right-hand side of the image) but looks OK when the gallery is viewed in desktop browsers.
With a 5000 x 1000 image, the generated thumbnail is 128 x 26 and is completely blank in the Live Preview Window but, again, looks OK when the gallery is viewed in desktop browsers.
I have now logged a bug report. Thank you for reporting.

5,525

(496 replies, posted in Juicebox-Pro Support)

@pmbphoto

Allow option to set caption bar width to width of photo

This was made possible in v1.1.0 with the introduction of the OVERLAY_IMAGE and BELOW_IMAGE values for the captionPostion option. (Setting the caption width to a specific value is not supported.)

Allow user to set the default for captions to be displayed initially or not (viewer can then turn on/off with "show info" button).

The captions can initially be forced to be displayed (if positioned OVERLAY or OVERLAY_IMAGE) by setting showImageOverlay="ALWAYS" in your gallery's XML file. Likewise, you can set showImageOverlay="NEVER" to initially hide the captions. Both of these can be used in conjunction with showInfoButton="TRUE" to allow the user to toggle the overlay (including the captions) on or off.

- On an iPhone (not sure about iPad or other devices) the Show Thumbs Button appears as an array of squares and allows the viewer to see a pop-out array of the thumbnails. On a standard monitor, the button shows/hides the row of thumbnails. Would like the option to have thumbnail index pop-out on a standard monitor as well (like a soundslides gallery).

You can replicate the Small Screen Mode behavior of Juicebox in desktop browsers by setting screenMode="SMALL".