5,651

(3 replies, posted in Juicebox-Pro Support)

the first image is not displayed anymore also when you click a thumbnail the image will not be displayed

I had noticed this also and have included it in the bug report.

5,652

(12 replies, posted in Juicebox-Pro Support)

@Eric

Yes, indeed. You can add the Google Analytics code directly to the C:\Program Files (x86)\JuiceboxBuilder-Pro\template\index.html file and the code will be included in every subsequent gallery created by JuiceboxBuilder-Pro.
Please note that if you embed the gallery in a different web page, then the Google Analytics code will still need to be added to that page.

5,653

(5 replies, posted in Juicebox-Lite Support)

Perhaps there is a conflict between WP-Juicebox and another plugin or the theme that you have installed.
Try temporaily reverting to the default WordPress theme and deactivate each of your plugins one-by-one.
After each action, clear your browser's cache and reload you gallery. If it looks OK, the last theme or plugin you disabled is the one causing the problem.
If you do find the conflicting theme/plugin, please let us know so that we can replicate the problem and fix it.
Thank you.

5,654

(12 replies, posted in Juicebox-Pro Support)

If the document was locked, it was perhaps open in (and, therefore, locked by) another program (such as a browser) at the time you tried to edit it.
Try closing all open programs first before launching your text editor and opening the 'index.html' file in it.

5,655

(12 replies, posted in Juicebox-Pro Support)

If you are using the latest asynchronous syntax, then the code should be placed immediately before the closing </head> tag of the gallery's 'index.html' page (or the page into which you are embedding your gallery).
If you are using the older style synchronous code, then the code should be placed immediately before the closing </body> tag of the same HTML document.

5,656

(6 replies, posted in Juicebox-Pro Support)

The paragraph of information below the image is actually not part of the gallery but simply part of the web page that the gallery has been embedded into.

However, you can have your captions displayed below the main image (but still within the boundaries of the gallery) by setting captionPosition="BELOW_IMAGE" in your gallery's XML file.
If using JuiceboxBuilder-Pro to create or edit your gallery, the 'Caption Position' option can be found in the 'Customize -> Caption' section.
Each image can have its own caption (entered into the 'Caption' text field on the 'Images' tab) and you can have multi-line captions by using HTML line breaks ('<br>'), e.g.:

Line 1<br>Line 2<br>Line 3

It is also possible to display captions outside the gallery in another <div> on your web page by using the Juicebox-Pro API and specifically the getImageInfo() method to retrieve the caption of the current image to be used elsewhere on your web page.

@biz

svManager is a separate purchase. Please see here for details.

5,658

(496 replies, posted in Juicebox-Pro Support)

@designshoe

If the thumbnail bar is disabled, everywhere in the window is "above the image". I would request that they also disappear, if I start browsing the images and don't move the mouse (e.g. by using the keyboard or just clicking the mouse). Thus the images will be the only thing to be displayed.

This looks like a bug. I will log a bug report. Thank you for reporting.

5,659

(496 replies, posted in Juicebox-Pro Support)

@Eric

2) Be able to add comments below each photo.

This is already possible. Comments can be added in the Title and Caption text fields in JuiceboxBuilder-Pro (on the 'Images' tab) and the captions can be positioned below the main images by setting Caption Position to 'BELOW_IMAGE' (in the 'Customize -> Caption' section).

5,660

(3 replies, posted in Juicebox-Pro Support)

Thank you for reporting. I have logged a bug report.

5,661

(1 replies, posted in Juicebox-Lite Support)

No. The options showSmallThumbs and showLargeThumbs (which are used to show or hide the thumbnails in Small Screen Mode and Large Screen Mode respectively) are Juicebox-Pro options and are not available in Juicebox-Lite.

Thank you for the additional information.
I have now been able to replicate the problem and a bug report has been logged.

I'm not sure I follow you...

Say you are initially viewing image #1.
You click 'next' (for image #2) and then click 'next' again (for image #3) before image #2 has had a chance to be displayed.
You say you see the spinner and then image #3 (as expected). (Is that correct?)
I'm not sure what happens next.
When you say 'This same image' are you referring to image #2 or image #3 and at what point is it 'RE-displayed' (does it display, disappear and then reappear again)?
Are you able to post the URL to a gallery which exhibits this behavior? Thanks.

5,664

(2 replies, posted in Juicebox-Pro Support)

First of all, upload your entire gallery folder to your web server via FTP. It does not matter where you upload it to as long as it is publicly accessible (usually in the 'public_html' folder) and you know where it is.
In this example, let's call your gallery folder 'my_gallery' and say you have uploaded it to the root of your web space (whose domain name is 'www.example.com').
You would then be able to access your gallery directly by opening the gallery's HTML index page (http://www.example.com/my_gallery/index.html) in a web browser.

To embed the gallery in a web page using an HTML snippet in iWeb, you would need to use the baseUrl method of embedding as described here.
You need to point the embedding code towards your gallery folder in two places.
In this example, you would use:

<!--START JUICEBOX EMBED-->
<script src="http://www.example.com/my_gallery/jbcore/juicebox.js"></script>
<script>
  new juicebox({
      containerId : 'juicebox-container',
      galleryWidth: "800",
      galleryHeight: "600",
      backgroundColor: "#222222",
      baseUrl : 'http://www.example.com/my_gallery/',
  });
  </script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->

Yes. This bug was also fixed in v1.1.0.

5,666

(8 replies, posted in Juicebox-Pro Support)

2) all OVERLAY buttons or even I set TOP still missing (thus I cannot go back to thumbnail screen any more)

This bug has now been fixed in v1.1.0. Please see this Juicebox Blog entry for further details.

5,667

(12 replies, posted in Juicebox-Pro Support)

This bug has now been fixed in v1.1.0. Please see this Juicebox Blog entry for further details.

@klevit

Please try upgrading your gallery to Juicebox v1.1.0 to see if it helps with the problem on your iPad.

5,668

(5 replies, posted in Juicebox-Pro Support)

This bug has now been fixed in v1.1.0. Please see this Juicebox Blog entry for further details.

Furthermore I want the second the actual first picture to show as set in the "display time" option (which is set to 5 seconds)

This bug has now been fixed in v1.1.0. Please see this Juicebox Blog entry for further details.

5,670

(3 replies, posted in Juicebox-Pro Support)

This bug has now been fixed in v1.1.0. Please see this Juicebox Blog entry for further details.

5,671

(2 replies, posted in Juicebox-Pro Support)

This bug has now been fixed in v1.1.0. Please see this Juicebox Blog entry for further details.

5,672

(2 replies, posted in Juicebox-Pro Support)

This bug has now been fixed in v1.1.0. Please see this Juicebox Blog entry for further details.

5,673

(4 replies, posted in Juicebox-Lite Support)

This bug has now been fixed in v1.1.0. Please see this Juicebox Blog entry for further details.

This bug has now been fixed in v1.1.0. Please see this Juicebox Blog entry for further details.

5,675

(3 replies, posted in Juicebox-Pro Support)

Yes.
Include your JavaScript function in your gallery's HTML index page, such as:

<!--START JUICEBOX EMBED-->
<script src="jbcore/juicebox.js"></script>
<script>
    function doSomething() {
        alert("Hello world.");
    }
    new juicebox({
        containerId : 'juicebox-container'
    });
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->

... and then in your gallery's XML file, an <image> entry might look something like this:

<image imageURL="images/wide.jpeg"
thumbURL="thumbs/wide.jpeg"
linkURL="javascript: doSomething();"
linkTarget="_self">
<title>Welcome to Juicebox!</title>
</image>

Note that the linkTarget must be set to '_self'.