3,301

(3 replies, posted in Juicebox-Lite Support)

At the moment, your web page uses the following code:

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

Therefore, the 'juicebox.js' file should be in this location on your web server: http://designcuisine.macyscatering.com/gallery/jbcore/juicebox.js
... but going directly to that location in a browser results in an error 404 (file not found).
It looks like your gallery files have not been uploaded to the correct location on your web server.

If you are trying to manually embed a gallery into a WordPress post, then I would recommend using the baseUrl method of embedding as documented here.
Essentially, you would create a Juicebox-Pro gallery on your computer with JuiceboxBuilder-Pro, upload the complete gallery folder (not just the contents) to your web server and paste the baseUrl embedding code into the body of your WordPress post making sure that the method of entry is 'Text' rather than 'Visual'.
It does not matter where on your web server you upload your gallery folder to as long as the two paths within the embedding code (the path to the 'juicebox.js' file and the baseUrl itself, pointing towards the gallery folder) are correct.

Alternatively, you could use the dedicated Juicebox plugin for WordPress, WP-Juicebox, which allows you to create and edit Juicebox galleries within the WordPress Dashboard. All the embedding code is automatically handled by the plugin and there is no need to worry about any manual coding.
WP-Juicebox can be downloaded from this web page. Instructions for use are on the same page.

Am I incorrect in thinking; by using my Flickr account, my images are already online so I do not need to upload them?

That is correct. If you want to source your Juicebox-Pro gallery with images from your Flickr account, then you can use set useFlickr="TRUE" and use the other Flickr configuration options (in the Lite and Flickr Pro sections) to point towards them.

With Juicebox, you can create as many individual galleries as you like but you would need to link them together manually (as you are currently doing) using techniques such as those in the Embedding Multiple Galleries support section.
Juicebox-Pro does not come with any automated method of linking together multiple galleries.

You could perhaps use the solution from this forum thread whereby thumbnails are turned into links to different gallery pages (so a single gallery gallery could act as an index to other galleries) but please bear in mind that Juicebox was not designed with this in mind and you may run into unforeseen problems (and it may take just as much maintenance as your current method).

An alternative solution would be to use another one of our products: Showkase.
Showkase is a PHP web application which would allow you to create a complete portfolio web site online using a web browser interface.
Showkase has full support for Juicebox-Pro and the galleries can be created within the application itself (or created with JuiceboxBuilder-Pro and then imported into Showkase).
You can create gallery index pages and have as many galleries listed on each index page as you wish.
Each gallery is represented by a thumbnail image with the gallery title displayed below and the gallery is opened when the user clicks on the image.
(Showkase also has the ability to create non-gallery pages such as 'About', 'Contact' and 'Basic' pages where you can enter information about yourself and contact details.)

All of this is done automatically within the interface without the need for any manual coding at all.
If you would like to take a look around the Showkase interface, you can log into the Live Demo Admin here.

Demo sites can be found here and a sample Gallery Index page can be found here.

Showkase can be purchased as Showkase-Standard (which comes with Juicebox-Lite and SimpleViewer-Standard, the free versions) or Showkase-Pro (which comes with Juicebox-Pro and SimpleViewer-Pro). The only difference between Showkase-Standard and Showkase-Pro is the bundled viewers.
As you already have Juicebox-Pro, you could purchase Showkase-Standard and upgrade it to use your Juicebox-Pro files by following the instructions here.

I hope you find this information useful.

I am glad that you have been able to resolve your problem. Thank you for posting back to let me know.
Just to shed some more light on the problem, there is currently a known bug whereby elements which have explicitly been assigned a CSS 'position' are not covered when the gallery is expanded either from the Splash Page or by clicking the Expand Button (they should be). This bug has already been addressed and will be fixed in the next version of Juicebox (although I do not know when it will be released).
In the meantime, the workaround is, as you have discovered, to set expandInNewPage="TRUE" so that, when the gallery is expanded, it is displayed on a page of its own rather than on top of the embedding page.

3,304

(2 replies, posted in Juicebox-Lite Support)

You can create a gallery manually (using the 'web' gallery from the download zip package as a template) by following the instructions here (with no need to use JuiceboxBuilder-Pro).
You can then embed the gallery into a web page by following the instructions here.

When creating a gallery manually, you would normally list the images to be displayed in the gallery using <image> tags in a static XML file. However, you could dynamically generate the gallery's XML file with a server-side scripting language. An example of how this could be achieved can be found in this forum post. It uses PHP to display all images in a designated folder. However, you could use a different scripting language and could pull in image URLs from a completely different source if you like. As long as your gallery's XML file uses the correct format (see the 'web/config.xml' file for an example), the images should display fine.

This will work equally well with both Juicebox-Lite (the free version) and Juicebox-Pro so you could try it out with Juicebox-Lite before purchasing Juicebox-Pro.
Juicebox-Lite can be downloaded from this web page.

I hope this helps.

3,305

(2 replies, posted in Juicebox-Pro Support)

1. The back button icon does not display. Instead you see something and the link is there, but not the icon.

Your gallery uses the Juicebox-Pro v1.4.2 'juicebox.js' file but the 'theme.css' file (set via your themeUrl) is from v1.3.3.
Both the JavaScript and CSS files should be from the same version. (I would recommend v1.4.2 over v1.3.3 due to the number of bugs fixed since v1.3.3. Please see the Version History for a full list of changes.) Once you upgrade your gallery's theme file, the Back Button should hopefully display OK.
If you have not made any customizations to the 'theme.css' file, then you can just remove the themeUrl from your embedding code and make sure that your gallery uses the complete stock 'jbcore' folder from the Juicebox-Pro v1.4.2 download zip package ('juicebox_pro_1.4.2/web/jbcore/').

2. Can I display the back button only on the expanded gallery? I have the gallery embedded on a page and the back button does not make sense there, but it is needed on the expanded gallery.

Juicebox-Pro uses only one set of configuration options for both normal and expanded modes.
Once expanded, a gallery can be closed by clicking the 'Expand' button on the Button Bar (which, in expanded mode, changes its icon and has 'Close Gallery' as rollover text).
If you want, you can change the icons used by following the Using Custom Icons instructions. You can also change the rollover text using the languageList configuration option.

Strictly speaking, it is possible to display the Back Button only in expanded move but it would require knowledge of JavaScript, CSS and use of the Juicebox-Pro API.
To see this in action, create a sample gallery using JuiceboxBuilder-Pro and use the following as the gallery's HTML index page:

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" id="jb-viewport" content="minimal-ui" />
        <style type="text/css">
            body {
                margin: 0px;
            }
        </style>
        <script type="text/javascript" src="jbcore/juicebox.js"></script>
        <script type="text/javascript">
        var jb = new juicebox({
            backButtonPosition: "TOP",
            backButtonUrl: "http://www.example.com/",
            backButtonUseIcon: "TRUE",
            containerId: "juicebox-container",
            galleryHeight: "400",
            galleryWidth: "600"
        });
        jb.onInitComplete = function() {
            setTimeout(function(){
                $('.jb-go-back').hide();
            }, 1000);
            jb.onExpand = function(expanded) {
                expanded ? $('.jb-go-back').show() : $('.jb-go-back').hide();
            };
        };
        </script>
        <title>Test</title>
    </head>
    <body>
        <div id="juicebox-container"></div>
    </body>
</html>

This may not be ideal (as the Back Button is initially visible when the gallery is first loaded and before it disappears) but please remember that Juicebox was not designed with this in mind.

In any case, it sounds like using the Expand/Close button may be what you are looking for.

3,306

(8 replies, posted in Juicebox-Pro Support)

Your gallery is embedded into your photogallery_Miami2014.html web page but there is no og:image meta tag in that web page.
Add an og:image meta tag (such as the one in my post above) to the <head> section of your photogallery_Miami2014.html web page pointing towards an image you would like to use for the sharing window (using an absolute URL) and the image should be used by Facebook.

That's great!
Thanks for posting back to let me know.

I missed the last part of your post and will try that new code now.

It looks like I was editing my first post whilst you were posting your reply.

If I do (1) the gallery looks fine full size but as you make the page smaller the space appears above and below the image.

This is normal. The shape of your gallery changes (when the browser window's dimensions change) but the shape of your image does not.

If I do (2) and use FILL it works, but as you said, the images are cropped.

If you want the image to fill the gallery's image area without cropping, then the shape of the image must match the shape of the gallery's image area. Otherwise, the image will be cropped (if you want to fill the image area) or space will be introduced (if you want the image to be scaled to fit within the image area without cropping).
The only way to ensure that the shape of the gallery's image area matches the shape of your images is to control the gallery's dimensions (either by fixing the gallery's dimensions using absolute pixel values or by assigning new dimensions to your gallery using JavaScript whenever the browser window is resized).

Is the best option to use a splash page and force users to view the gallery fullsize?

This would certainly be another option.

When the page size is reduced, it is responsive and there is no space before and after the image, but the gallery (the stage) gets much smaller than the rest of the column.

In your case (with a two column layout), you do not want the gallery's width to be a percentage of the entire window width (which you currently use) but rather it should always be 100% of its parent container's width.
Try changing:

var galleryWidth = parseInt(windowWidth * 0.425);

... to something like:

var galleryWidth = parseInt($('#article').width());

Hopefully this will help.

3,309

(8 replies, posted in Juicebox-Pro Support)

Facebook uses the data from Open Graph meta tags to populate the sharing window.

The thumbnail image displayed in the Facebook sharing window is determined by the og:image tag.

When you create a Juicebox-Pro gallery with JuiceboxBuilder-Pro, Open Graph tags are included in the gallery's 'index.html' file (and the first image in the gallery is used as the Facebook thumbnail).
The tags will looks something like this.

<!-- START OPEN GRAPH TAGS-->
<meta property="og:title" content="Gallery Title" />
<meta property="og:type" content="website" />
<meta property="og:url" content="Share Url" />
<meta property="og:image" content="Share Url/images/IMG_1116.jpg" />
<meta property="og:description" content="Gallery Description" />
<!-- END OPEN GRAPH TAGS-->

og:title uses the Gallery Title ('Customize -> Lite').
og:url uses the Share Url ('Customize -> Sharing').
og:image uses the Share Url and appends the relative path to the first image in the gallery.
og:description uses the Gallery Description ('Customize -> General').

If you manually add an og:image tag to your web page, then please make sure that the content is in the form of an absolute URL (such as http://www/example.com/images/image.jpg) and not a relative URL.

After adding an og:image tag to your web page, you may need to clear Facebook's own cache of your web page (so that the new image is used) by entering your web page's URL into Facebook's Open Graph Debugger.

Please see this FAQ which may help:
My Juicebox gallery shows too much space above or below the main image, how do I fix this?

If your gallery is responsive and its dimensions change depending on the size of the user's browser window, then you essentially have no control over the size and shape of your gallery. Juicebox will, by default, scale images to fit within the gallery's image area (no matter what its size), respecting their aspect ratios and without cropping. If the aspect ratio of the image does not match that of the gallery's image area, then there will be space to the top and bottom or to the left and right of the image.
The easiest ways to avoid this would be to:
(1) Use absolute pixel values (rather than percentages) for the gallery's dimensions and make sure that the aspect ratio of the gallery's image area matches that of the images themselves.
... or:
(2) Change the imageScaleMode (in JuiceboxBuilder-Pro's 'Customize -> Main Image' section) to a value such as 'FILL' so that Juicebox always fills the image area (although please note that cropping may occur).

A further option would be to allow your gallery's dimensions to scale (when the browser window's width changes) but for its aspect ratio to always remain the same. This would require some JavaScript code to resize the gallery, maintaining its aspect ratio when the browser window is resized. (This would not ordinarily happen. If you change the width of your browser window, a div on a web page may have its width altered but not its height.)
Try the following.
Create a sample gallery with JuiceboxBuilder-Pro and use the following code as the gallery's 'index.html' page.

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" id="jb-viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0" />
        <style type="text/css">
            body {
                margin: 0px;
            }
            #wrap {
                width: 100%;
            }
        </style>
        <script type="text/javascript" src="jbcore/juicebox.js"></script>
        <script type="text/javascript">
            var jb;
            function doLayout() {
                var windowWidth = parseInt(window.innerWidth ? window.innerWidth : $(window).width(), 10);
                var galleryWidth = parseInt(windowWidth * 0.8, 10);
                var galleryHeight = parseInt(galleryWidth / 2, 10);
                $('#wrap').width(galleryWidth);
                $('#wrap').height(galleryHeight);
                if (jb) {
                    jb.setGallerySize(galleryWidth, galleryHeight);
                }
            }
            $(document).ready(function() {
                $(window).resize(doLayout);
                jb = new juicebox({
                    containerId: "juicebox-container"
                });
                doLayout();
            });
        </script>
        <title>Test</title>
    </head>
    <body>
        <div id="wrap">
            <div id="juicebox-container"></div>
        </div>
    </body>
</html>

The '0.8' value is just an arbitrary width for the gallery (80%) for this example. You can change this to whatever you like.
The aspect ratio in the above example is 2:1 (set by the '2' in the line var galleryHeight = parseInt(galleryWidth / 2, 10);).
Again, you can change this to whatever you like.
I hope this points you in the right direction and that you are able to implement a suitable solution into your own web page.

3,311

(21 replies, posted in Juicebox-Pro Support)

Sorry. It looks like there was a problem with the original file.
Please try downloading the file again (different file, same link as before). It should work this time (and there is no need to rebuild any galleries - all you need to do is swap the 'wp-juicebox.php' file).

There are no Open Graph tags in the demo gallery you quoted but JuiceboxBuilder-Pro already supports this.

When you create a Juicebox-Pro gallery with JuiceboxBuilder-Pro, Open Graph tags are included in the gallery's 'index.html' file.
The tags will looks something like this.

<!-- START OPEN GRAPH TAGS-->
<meta property="og:title" content="Gallery Title" />
<meta property="og:type" content="website" />
<meta property="og:url" content="Share Url" />
<meta property="og:image" content="Share Url/images/IMG_1116.jpg" />
<meta property="og:description" content="Gallery Description" />
<!-- END OPEN GRAPH TAGS-->

og:title uses the Gallery Title ('Customize -> Lite').
og:url uses the Share Url ('Customize -> Sharing').
og:image uses the Share Url and appends the relative path to the first image in the gallery.
og:description uses the Gallery Description ('Customize -> General').

3,313

(21 replies, posted in Juicebox-Pro Support)

Click here [Link removed.] to download temec987's solution integrated into the 'wp-juicebox.php' file from the current version of WP-Juicebox (v1.4.2).

Just unzip the file into your 'wp-content/plugins/wp-juicebox/' directory, overwriting the existing 'wp-juicebox.php' file.

Please note that this is not an official solution, it is untested by myself, it will work only for galleries which use the Media Library as the source of images and it may not be possible to integrate the code posted above into future versions of WP-Juicebox (as the source code is subject to change).

Having said that, I hope it helps you out.

3,314

(496 replies, posted in Juicebox-Pro Support)

@marcelbuechel

I understand your request for JuiceboxBuilder to accept images with filenames that contain special characters but the image filenames become part of URLs when they are uploaded to a web server and it would be wise to use only web-safe characters in filenames for this reason. Please see section 2.3 of this document for details.

Characters that are allowed in a URI but do not have a reserved purpose are called unreserved. These include uppercase and lowercase letters, decimal digits, hyphen, period, underscore, and tilde.

JuiceboxBuilder currently handles all images whose filenames use any or all of these characters.

3,315

(1 replies, posted in Juicebox-Pro Support)

You can create thumbnail images of whatever size you like in JuiceboxBuilder-Pro by clicking the 'Change Sizes...' button in the 'Image Size' control panel on the 'Images' tab and entering thumb width and thumb height dimensions.
JuiceboxBuilder-Pro will create thumbnails at the specified dimensions and will set the thumbWidth and thumbHeight configuration options (in the gallery's XML file) to the values that you use.
You can then edit the gallery's 'config.xml' file in a plain text editor and change the thumbWidth and thumbHeight values to whatever you like (for example, to half the actual thumbnail dimensions).
Please note that, currently, thumbnail images will be dynamically scaled to the thumbWidth and thumbHeight values only if the actual thumbnail dimensions and the thumbWidth x thumbHeight dimensions are both square.
Hopefully, in a future version of Juicebox, rectangular images will also be scaled to fill the thumbWidth x thumbHeight dimensions but this is not currently possible.

3,316

(2 replies, posted in Juicebox-Lite Support)

When expanding a Juicebox-Lite gallery, the main image used in the expanded gallery is exactly the same one that is used in the normal (unexpanded) gallery - the image defined by the imageURL in the gallery's XML file.
Also, in Juicebox-Lite, the imageScaleMode configuration option is set its default value of SCALE_DOWN. This will dynamically scale down large images to fit within the gallery's image area but will not scale up smaller images.
Therefore, the images in your gallery should be large enough to fill the image area in the expanded gallery. In the normal (unexpanded) gallery, Juicebox will just shrink them down a bit to fit (your images will not be cropped).

If you were to purchase Juicebox-Pro, you would be able to change the value of imageScaleMode to SCALE_DOWN, SCALE, FILL, STRETCH or NONE. Descriptions of these values can be found in the Main Image section of the Config Options page.
Also, with Juicebox-Pro, you would be able to have a Multi-Size Image gallery whereby you would be able to have three different image sizes in your gallery and Juicebox would determine the best image size to be displayed depending on the device, browser window size and whether or not the gallery is expanded. For example, in Large Screen Mode, 'medium' images would be used in the normal (unexpanded) gallery and 'large' images would be used in the expanded gallery. (You can choose the dimensions for all three image sizes in JuiceboxBuilder-Pro.) For more information about Multi-Size Image Support, please see this blog entry.

Can you share its config.xml?

The Lite Embedded demo gallery's 'config.xml' file can be found here (although the information above may be more useful):
http://www.juicebox.net/demos/lite/full/config.xml

3,317

(2 replies, posted in Juicebox-Pro Support)

When you open an existing gallery with JuiceboxBuilder-Pro, be sure to select and highlight the gallery folder (the folder containing the 'config.xml file), not the 'config.xml' file itself. As it is a folder which should be selected, this may explain why all the files inside your gallery folder are greyed out.

3,318

(3 replies, posted in Juicebox-Pro Support)

the settings for thumbnail rows and columns doesn't seem to have any effect.

The maxThumbRows and maxThumbColumns configuration options are used only in Large Screen Mode when the thumbnails and main images are displayed on the same page. In Small Screen Mode, the number of thumbnails displayed is determined by the size of the browser window and the thumbnails themselves.

Whether you expand the original gallery when a thumbnail is clicked or use a click handler on the thumbnails to load a new gallery displaying the selected image, you will still have the problem of the original gallery changing from the thumbnail page to a main image page. (It sounds like you want the thumbnails to act as links and to always be displayed as thumbnails on your main web page). Unfortunately, Juicebox was not designed to allow thumbnails to be used as links.

It sounds like one possible solution might be to create your own thumbnail links on your web page and link directly to corresponding images in a gallery by setting enableDirectLinks="TRUE" ('Customize -> General') and using URLs such as: http://www.example.com/gallery/#2 (for example, to display the 2nd image in the gallery).

3,319

(1 replies, posted in Juicebox-Pro Support)

It sounds like your gallery may still be using Juicebox-Lite rather than Juicebox-Pro.
Please check that your gallery is using Pro (if you see the Juicebox logo in the lower-right corner of your gallery then your gallery is Lite) and if you continue to experience difficulties, please post the URL to your gallery so that I can take a look and help further.

3,320

(3 replies, posted in Juicebox-Pro Support)

By default, a Splash Page is displayed when a gallery is embedded at less than 100% x 100% and displayed in Small Screen Mode.
The Splash Page is not displayed in the iframe gallery as the gallery is actually embedded (at 100% x 100%) into the HTML page being loaded into the iframe.
If you use the standard embedding code and do not want to use a Splash Page, then you can set showSplashPage="NEVER" (in JuiceboxBuilder-Pro's 'Customize -> Splash Page' section).

(would like thumbs to be bigger?)

If using local images, you can set the dimensions of your gallery's thumbnails by clicking the 'Change Sizes...' button on the 'Images' tab. New thumbnails will be generated at the specified dimensions and the thumbWidth and thumbHeight configuration options will be set accordingly. For a Flickr gallery, just open your gallery's 'config.xml' file in a plain text editor and add entries such as thumbWidth="100" and thumbHeight="80" to the opening <juiceboxgallery> tag.

when I click on one of the thumbs the large image is restricted by the iFrame height.

A Juicebox gallery's dimensions do not change when clicking on a thumbnail image and it is not possible to treat the thumbnail page in Small Screen Mode like a Splash page (expanding the gallery on a thumbnail click).
It might be possible to achieve this (using the Juicebox-Pro API, CSS and JavaScript) but you may run into complications with the normal hide/show thumbnails and expand/close gallery functionality. You might need to use some variables to keep track of the expanded state of the gallery and the visibility of the thumbnails to avoid unnecessarily closing the gallery (via the toggleExpand() method) when a user clicks on a thumbnail whilst in expanded mode. It might become very complicated very quickly.
Perhaps the best option would be to disable the Splash Page (if you do not want to use it) and display the Expand Button (by setting showExpandButton="TRUE" in JuiceboxBuilder-Pro's 'Customize -> Lite' section) so that users can expand the gallery fullscreen by clicking the button. (Please note that the Expand Button is disabled when using an iframe. This is noted in Option #2 here.)

3,321

(1 replies, posted in Juicebox-Lite Support)

everything is great on desktop, but on iOS I get strange results like only the thumbnails are visible (iPhone)

This sounds like you are describing Small Screen Mode (whereby the user is presented with a page of thumbnails from which a main image can be selected). Juicebox displays the gallery in Small Screen Mode by default on small screen devices.
Please see here for more information on Screen Modes.
With Juicebox-Pro, you can force Juicebox to always display the gallery in Large Screen Mode (no matter what browser or device is being used) by setting screenMode="LARGE" (in JuiceboxBuilder-Pro's 'Customize -> General' section).

or the image far on the right and only half visible (iPadmini)

This sounds like it could be a problem with the gallery dimensions, the gallery's parent container size or possibly a CSS conflict.
These would certainly be things to check.
Also, do you see this problem on your iPad Mini with any of our own demo galleries here and does the problem in your own gallery happen in both Chrome and Mobile Safari (or just one of the browsers)? This might help point towards the cause of the problem.

I could not find a way to get rid of the captions, titles, thumbnails at all cause most of the time I wouldn't need them.

Hiding captions and thumbnails are Pro-only options. You would hide the captions by setting captionPosition="NONE" and the thumbnails by setting showThumbsonLoad="FALSE", showSmallTHumbsOnLoad="FALSE", showThumbsButton="FALSE" and showSmallThumbsButton="FALSE".

Now I ask myself if I would be able to customize Juicebox (remove titles, margins, thumbnails or dots...) and use it with Adobe Edge Animate.

With Juicebox-Pro, you would certainly be able to remove all text, margins, thumbnails and dots. Please see the full list of Pro configuration options here.

There are no specific embedding instructions for using Edge Animate but, instead of using an iframe, you could use the baseUrl method of embedding as documented here.
Essentially, you would upload the entire gallery folder to your web server and paste the baseUrl embedding code into your web page. It does not matter where on your web server you upload your gallery folder to as long as the two paths in the embedding code (the path to the 'juicebox.js' file and the baseUrll itself) are correct.
If there is a problem with loading the gallery immediately as soon as your web page loads, you could wrap the gallery's embedding code in a JavaScript function and run the function when required.

It sounds like many of the configuration options you might want to use would be available in Juicebox-Pro but not in Juicebox-Lite.
We do not offer a trial version of Juicebox-Pro but we do offer a money-back guarantee. Please see this FAQ for details:
Can I try a trial version of Juicebox-Pro?

3,322

(1 replies, posted in Juicebox-Pro Support)

On the 'Images' tab of JuiceboxBuilder-Pro, you can drag and drop thumbnails into a new order.
You can also use Ctrl+Click to highlight a selection of images or Shift+Click to highlight a block of images and then drag and drop the highlighted images into a new order.

You can also sort the images using the 'Images -> Sort' option from the drop-down menu at the top.
Possible values to choose from are 'By File Name', 'By File Date' and 'Reverse'.

can one solve self a discussion ?

Yes. Just edit the first post in the thread and type "[SOLVED]" at the end of the 'Topic subject'.

3,323

(496 replies, posted in Juicebox-Pro Support)

@ties

Thank you for the suggestion.

As WP-Juicebox does not currently include SEO functionality, you may be interested in this forum post.
Please note that it is not an official solution and was written for an older version of WP-Juicebox but if you are familiar with PHP and the inner workings of WordPress, you might find it useful.

3,324

(2 replies, posted in Juicebox-Pro Support)

If you want to allow a user to start and stop an automated slideshow, set showAutoPlayButton="TRUE" (in JuiceboxBuilder-Pro's 'Customize -> Button Bar' section) and the AutoPlay button will be displayed in the gallery's Button Bar.

If you want the slide show to start as soon as the gallery is loaded, set autoPlayOnLoad="TRUE" ('Customize -> AutoPlay').

If you want to have the images loop (instead of the slide show stopping at the last image), set enableLooping="TRUE" ('Customize -> General').

You can change the image transition type and image transition time using the imageTransitionType and imageTransitionTime configuration options ('Customize -> Main Image').

Other AutoPlay options (such as displayTime) can be found in the 'Customize -> AutoPlay' section.
Please see here for a list of AutoPlay options.

3,325

(5 replies, posted in Juicebox-Pro Support)

Thank you for providing the URL to your website.

Please check your email. I have sent you a message.

In the meantime, try checking the permissions of the files and folders in the 'wp-content/plugins/wp-juicebox/' directory on your web server to make sure that they are not too restrictive. Default permissions of 755 for folders and 644 for files should be fine.