Thank you for sharing. Hopefully others will be able to benefit from your work.

5,752

(3 replies, posted in Juicebox-Pro Support)

It is not possible to change the default values in JuiceboxBuilder-Lite/JuiceboxBuilder-Pro (such as the selected 'Resize Images' checkbox).
It is also not possible to automatically load a Preset on launching the application.

5,753

(4 replies, posted in Juicebox-Pro Support)

1. I've replaced the gallery name with my logo using <img src= 'logo.png'> with position as TOP.  But it displays on the left, how do I center it?

There is currently no configuration option to horizontally center the gallery title.
However, this could be achieved by modifying the 'jbcore/classic/theme.css/' file.
Please see the Juicebox - Theming Guide for further details.

2. Can I add text centered below the logo?

Yes. Use an HTML line break and then add your text, e.g.:

<img src= 'logo.png'><br>Text goes here

5,754

(5 replies, posted in Juicebox-Lite Support)

@pscalabro

As Weaver II Pro is not free, I cannot test WP-Juicebox with this theme.
However, I have installed Weaver II (Standard) and WP-Juicebox seems to work fine with this theme installed.

Try temporarily reverting to the default WordPress theme to see is this makes a difference for you.

If not, please explain further as to what you mean by your theme failing to see the plugin folder.
Have you changed your plugins folder from the default WordPress location ('wp-content/plugins/')?
Do any of your other plugins (if you have any others installed) show up in your 'Plugins' list?

This is by design. Small Screen Mode does not support color options.

5,756

(5 replies, posted in Juicebox-Lite Support)

For reference, an alternative to the above method would be to use the dedicated Juicebox Plugin for WordPress: WP-Juicebox, which would allow the user to create and embed Juicebox galleries in WordPress posts directly from within the WordPress Dashboard.

5,757

(6 replies, posted in Juicebox-Lite Support)

So I'm happy but I would prefer using an embedded page in expanded view if that was possible?

It would not be possible to link to a page into which a gallery is embedded and have the gallery on that page initially displayed fullscreen.
However, you could simply link to the gallery's HTML index page (default name 'index.html') directly, which would display the gallery on its own page (filling the browser window).

5,758

(6 replies, posted in Juicebox-Lite Support)

If you simply want to link to a gallery (which would then open on its own page), you should upload the entire gallery folder and link to the gallery's HTML index page (default name 'index.html') within the gallery folder.

For example, if your domain name is 'www.example.com', your gallery folder is named 'gallery' and you upload your gallery folder to the root of your domain, then the link you should use to open the gallery in a new page would look like this:

<a href="http://www.example.com/gallery/index.html">Click to view gallery</a>

5,759

(3 replies, posted in Juicebox-Lite Support)

Please see the section entitled Using a Resizable Gallery with a Header in the 'Juicebox - Embedding Guide'.
You can use the 'View Resizable Gallery with Top Menu Example' as a template (open the example and 'View Source' in your browser) and modify it to suit your needs.
The example has a footer that you would not need to incorporate but notice how the gallery is always displayed in its entirety (along with the header) no matter what the size of the browser window is.

5,760

(6 replies, posted in Juicebox-Lite Support)

The 'Expand Button' is automatically disabled when a Jucebox gallery is embedded in an <iframe>.
Ensure that showExpandButton="TRUE" is set in your gallery's XML file and follow the Embedding in a Drupal Site instructions in the 'Juicebox - Embedding Guide' (using the baseUrl method of embedding instead of using an <iframe>).

5,761

(1 replies, posted in Juicebox-Pro Support)

is it possible to have more than one gallery ?

Please see the section entitled Embedding Multiple Galleries in the 'Juicebox - Embedding Guide'.

Is-it possible to access to those gallery with navigation menu ?

You could build a multiple-gallery website manually using the examples in the link above as a template.
You could also use the Juicebox Skin for jAlbum to create a multiple-gallery album in a single pass.
Once you have installed both jAlbum and the Juicebox Skin, you would be able to drag and drop an entire folder structure into jAlbum's main window. After clicking the 'Make album' button, jAlbum would create a Juicebox gallery for every folder/subfolder in your input structure and all the galleries would be linked together and accessible through a JavaScript navigation tree. Here is a sample album (comprising one folder with one subfolder) created with jAlbum and the Juicebox Skin.

5,762

(1 replies, posted in Juicebox-Pro Support)

These options are not used in the display of the gallery but are used internally by JuiceboxBuilder (to know which options were selected) when a user opens an existing gallery to edit it.

5,763

(12 replies, posted in Juicebox-Pro Support)

Yes. This bug affects only Firefox v12 (whether thumbnails are used or not).
This issue is being addressed and should hopefully be fixed in the next version of Juicebox.

5,764

(9 replies, posted in Juicebox-Pro Support)

I have already logged a bug report. I do agree with you.

5,765

(5 replies, posted in Juicebox-Pro Support)

It is not possible within Juicebox to hide the main image and display only the thumbnails. It is also not possible to associate links with thumbnails, although you could use the Juicebox-Pro API onImageChange ( index ) method to listen for an image being changed (i.e. a thumbnail being clicked) to fire a function to then open a new web page depending on which image was selected.

Currently, the only automated method of creating a multi-gallery album in a single pass is to use the Juicebox Skin with jAlbum. However, it uses a JavaScript navigation tree (with text nodes, not thumbnails) to select the gallery to be displayed.

An alternative would be to use svManager. You would be able to create individual Juicebox galleries which would be listed (with thumbnails) on an index page like this sample svManager installation.
Please note that the current version of svManager does support Juicebox but the demo page has not yet been updated.

5,766

(9 replies, posted in Juicebox-Pro Support)

As far as I am aware, there is no way to remove this empty caption bar using the available preconfigured options.
There may be a way by modifying the 'jbcore/classic/theme.css' file but I have not found one as yet.
However, I will investigate further into the possibility of a future version of Juicebox not displaying a caption bar when there is no title, caption or image number to be displayed.

5,767

(1 replies, posted in Juicebox-Lite Support)

The 'Expand Button' will be displayed only if the gallery's dimensions are less than 100% x 100% or are expressed as absolute pixel values or if the gallery is embedded in a page alongside other content.
When the gallery's dimensions are 100% x 100% and the gallery is on its own page alongside no other content (as your gallery is), it is already displayed as large as possible in the browser window and the 'Expand Button' would be redundant so it is automatically disabled.
Please note that the 'Expand Button' will also be disabled if the gallery is embedded in an <iframe>.

Thank you. I will suggest these changes for the next site update.

5,769

(5 replies, posted in Juicebox-Pro Support)

The 'Expand Button' will not be displayed in JuiceboxBuilder-Pro's live preview window when the gallery's dimensions are set to 100% x 100%. Think of the live preview window as being like a browser. The gallery is completely filling the window and cannot be made any larger so the 'Expand Button' is disabled. However, if you go on to embed this gallery in an existing web page alongside other content using the embedding code rather than and <iframe>, the 'Expand Button' will be displayed in the gallery in your web page.

The 'Expand Button' will be displayed in JuiceboxBuilder-Pro's live preview window when the gallery's dimensions are set to percentages of less than 100% x 100% or to absolute pixel values.

5,770

(9 replies, posted in Juicebox-Pro Support)

This is a known issue of JuiceboxBuilder-Pro. Please see the 'Known Issues' section of the JuiceboxBuilder User Guide for details.

Audio playback does not work in JuiceboxBuilder. To test audio playback, preview the gallery in a browser.

5,771

(12 replies, posted in Juicebox-Pro Support)

Thank you both for reporting.
I have been able to replicate this problem and a bug report has been logged.

5,772

(8 replies, posted in Juicebox-Pro Support)

I've just tried this:

1) in flickr, add the tag 'jbtest1' (without quotes) to 2 of my images in my photostream
2) go into JuiceboxBuilder-Pro & create a new gallery (load from flickr)
3) enter my flickr user name
4) specify the above tag (without quote), click 'Load images'

Both thumbnails are immediately displayed.
We both use the same version of Windows, Adobe AIR and JuiceboxBuilder-Pro. A known variable in the equation is the internet connection so I cannot help thinking that this is a contributing factor.

The first 2 images are fine, the latter 2 images are smaller as indicated (even though the original size is 1024 pixels along longest side).

Selecting images #3 and #4 from your test gallery, clicking 'Open Image in New Window', clicking on the image in the Flickr page and selecting 'View all sizes' reveals that there is no 'Large' size associated with these images in Flickr. The largest size available for images #3 and #4 is 'Medium 640 (427 x 640)'.

5,774

(9 replies, posted in Juicebox-Pro Support)

Is your problem that there is no audio in Firefox?
If so, you must enter the path to an .ogg file in the 'Audio Url Ogg' text field (in JuiceboxBuilder-Pro's 'Customize -> Audio' section).
Please see the Adding Audio section of the 'Juicebox - Creating Galleries' page for details.

5,775

(8 replies, posted in Juicebox-Pro Support)

I'm on Windows 7 64-bit & using 1.0.02 of JuiceboxBuilder-Pro.

I too, am using Windows 7 x64 and JuiceboxBuilder-Pro v1.0.2 and cannot replicate this problem.
Another variable in the equation when fetching images from Flickr's servers (which will differ between my experience and yours) is your internet connection. Is your connection usually relatively fast and stable?

If you specify

image source: flickr
flickr tags: some-tag
flickr user id: some-userid

and click 'Load images' button, only the first image is shown in the thumb viewer pane on the right.

Is this consistent? Does this happen every time or does the number of thumbnails that are initially displayed differ each time?