1,876

(7 replies, posted in Juicebox-Pro Support)

Yes. A Juicebox gallery's layout and functionality will not change, regardless of whether the image source is local or a Flickr account.
A Flickr-sourced Juicebox gallery will still display the thumbnail page (as long as the gallery's configuration options allow for this).

Here is an example of a Flickr-sourced Juicebox gallery displaying a thumbnail page in Small Screen Mode:
https://www.juicebox.net/demos/pro/defa … lickr=TRUE

Edit:

I'm sure it's in the forums somewhere but I can't find a "search" option.

I forgot to mention earlier that you can find the forum's search function as the 4th option from the left in the 1st blue bar near the top of the page. You can click the 'Advanced search' link (at the right side of the 2nd blue bar) if you need more search options than are initially displayed.

1,877

(3 replies, posted in Juicebox-Pro Support)

You're welcome!
I'm glad that my suggestion was useful.

The 'full.html' file is used internally by Juicebox when a gallery is expanded (via the Splash Page or the Button Bar's Expand Button) on a page of its own (i.e. when expandInNewPage="TRUE" or on iOS devices) rather than on top of the embedding page.
As such, the 'full.html' file should be left as it is and should not be modified.
(Please see the Expand Gallery Behavior support section for further information.)

1,878

(3 replies, posted in Juicebox-Pro Support)

The only way that this could happen is if:
(1) All galleries share the same 'jbcore' folder (and therefore the same 'juicebox.js' and 'pswd.php' files): https://www.juicebox.net/support/embedd … ore-folder
(2) All galleries are opened in the same browser tab during the same session.

There is no other way to have a single password work across different galleries.

Hopefully you'll be able to get this working in your site.

1,879

(7 replies, posted in Juicebox-Pro Support)

How do I set the small screen option (only) to default to thumbnails without a splash screen?

Set showSplashPage="NEVER" in JuiceboxBuilder-Pro's 'Customize -> Splash Page' section (and showSmallThumbsOnLoad="TRUE" in the 'Customize -> Thumbnails' section) and, in Small Screen Mode, Juicebox-Pro will initially display the thumbnail page instead of the Splash Page. (In Large Screen Mode, Juicebox-Pro will not display the Splash Page unless showSplashPage="ALWAYS" so setting showSplashPage="NEVER" will not make any difference to the Large Screen Mode display.)

The help by email has been fantastic up to now, thanks.

You're welcome! I'm glad we've been able to help with your queries.

1,880

(2 replies, posted in Juicebox-Pro Support)

The icons in a Juicebox gallery are characters in a custom font. The font files are stored in the 'jbcore/classic/fonts/' folder and the correct characters are assigned to the corresponding buttons in the 'jbcore/classic/theme.css' file.
You can find out a little more about Juicebox icons in the Using Custom Icons support section.

It sounds like your problem was due to your browser caching and using older font or theme files from your v1.4.0 Lite galleries.
Once you cleared your browser's cache, the v1.5.0 Pro files (with support for the Download Button) were used.

Thank you for posting back to let me know that your problem has been resolved.

1,881

(3 replies, posted in Juicebox-Pro Support)

That's great!
Thank you for letting me know.

1,882

(3 replies, posted in Juicebox-Pro Support)

When embedding multiple galleries on a single page, the 'juicebox'js file should be loaded only once per page (rather than once per gallery).
Your problem is almost certainly being caused by loading both the Juicebox-Lite and Juicebox-Pro 'juicebox.js' files on the same page.
Just remove the line of code loading the Juicebox-Lite 'juicebox.js' file (below) and your problem should be resolved (the Juicebox-Pro 'juicebox.js' file will then be used for both galleries).

<script src="juicebox_gallery/2016_09_MET-APTIC_Barbera_de_la_Conca/jbcore/juicebox.js"></script>

1,883

(1 replies, posted in Juicebox-Pro Support)

Here are a few suggestions which might help.

(1) Try completely clearing your browser's cache before reloading your gallery's web page to see if this helps.
(2) Try viewing your gallery in different browsers (Chrome, Edge, Firefox, Internet Explorer, Opera, Safari) on your desktop computer to see if the problem is unique to a certain browser.
(3) If you have any browser extensions installed (like an ad blocker for example), try temporarily disabling them to see if this makes a difference.
(4) Try upgrading your gallery to the current version of Juicebox-Pro (v1.5.0). You can download the latest version using the link from your purchase email. Just swap your gallery's 'jbcore' folder for the one inside the Juicebox-Pro v1.5.0 zip package ('juicebox_pro_1.5.0/web/jbcore/'). Full instructions for downloading the latest version and upgrading existing galleries can be found on the Upgrading Juicebox support page.
(5) If you continue to experience difficulties, please post the URL to your gallery's web page so that I can take a look at the gallery for myself. I might see something that helps to determine the cause of your problem. Thank you.

1,884

(7 replies, posted in Juicebox-Pro Support)

disabling 'link URL' helps and works perfectly now!

That's great! Thank you for letting me know.
(Thanks also for posting your suggestions in the Feature Requests forum thread.)

1,885

(21 replies, posted in Juicebox-Pro Support)

You're welcome!

1,886

(7 replies, posted in Juicebox-Pro Support)

@3dworks

Just deselect the 'Link URL' checkbox in the 'Image Info' control panel (below all the Juicebox configuration options in the 'Appearance' control panel) and the linkURL entries in your gallery's XML file will be empty and Juicebox will use the imageURL entries for the Download Button instead.

Otherwise, you could build up your own linkURL entries by selecting the 'Link URL' checkbox, clicking the text to the right of the 'Link URL' checkbox, selecting 'Edit...' from the drop-down menu and entering something like the following in the text area:

http://www.example.com/gallery/images/{Filename»}.{Filename Extension»}

{Filename»} and {Filename Extension»} can be entered by selecting 'Filename' and 'Filename Extension' respectively from the first combobox in the 'Image Name' section and clicking the 'Insert' button for each one.

1,887

(21 replies, posted in Juicebox-Pro Support)

Try this 'wp-juicebox.php' file.
It should hopefully work fine as a replacement for the 'wp-juicebox.php' file from the current version of WP-Juicebox (v1.5.0).
However, please remember that this is not an official solution and you should use the file at your own risk. The code was provided by a member of the forum community and it has not been extensively tested with v1.5.0.

... (maybe incorrectly)...

No. You're absolutely right. You're likely to have far less problems upgrading if you stick to the available configuration options and supported features.
Tweaking functionality via internal CSS classes (ie. unsupported modifications) is all well and good if you just have a single stand-alone gallery which you don't plan to upgrade frequently (or at all) but if you have multiple galleries throughout your site and CSS class names change between Juicebox versions (which is unlikely but could happen), then you might find you have quite a task on your hands getting everything back up and running again.
It's usually wise to stick to the safest (and often easiest) solutions, even if it means compromising a little.

You could try something like the following:

<!--START JUICEBOX EMBED-->
<script src="jbcore/juicebox.js"></script>
<script>
    var jb = new juicebox({
        containerId: 'juicebox-container',
        galleryWidth: '100%',
        galleryHeight: '100%',
        backgroundColor: '#222222',
        backButtonPosition: 'TOP',
        backButtonText: '',
        backButtonURL: 'http://www.example.com/index.html',
        useFullscreenExpand: 'TRUE'
    });
    jb.onInitComplete = function() {
        var filename = (window.devicePixelRatio >= 2) ? 'large.jpg' : 'small.jpg';
        $('.jb-go-back-text').html('<img src="' + filename + '" width="100" height="75" />');
    };
    jb.onExpand = function(expanded) {
        if (expanded) {
            window.setTimeout(function() {
                var filename = (window.devicePixelRatio >= 2) ? 'large.jpg' : 'small.jpg';
                $('.jb-go-back-text').html('<img src="' + filename + '" width="100" height="75" />');
            }, 500);
        }
    };
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->

The new part is the jb.onExpand code. You could restructure the code to make it more efficient and avoid duplication but I've just left it as it is (with the new code being just a separate addition to the code from my post above) so that's it's easy to follow.
Unfortunately, a short delay is required to ensure that the Back Button is present in the DOM (Document Object Model) before actions are performed on the CSS class after the gallery has been expanded.
The code is starting to get a little messy. This is one of the drawbacks of trying to do something with Juicebox that it was not designed to do. You tend to run into unforeseen problems and have to deal with them as your encounter them.

... is to return to the slightly less efficient method of loading a hi-res logo regardless.

I would probably be inclined to do this myself. For the sake of a handful of kilobytes, the code would be cleaner and it should work in all scenarios without any further tweaking.
Just use a backButtonText entry such as the following (making sure that the display width and height are both half the actual dimensions of the image).

backButtonText="&lt;img src=&quot;http://www.tonyhallphoto.com/jbresources/logo-backbutton-200x50.png&quot; style=&quot;width: 100px; height: 25px; margin-top:-5px;&quot; /&gt;"

... on non-Mac devices, which I believe isn't currently supported in Juicebox-Pro v1.5.

In a Multi-Size Image gallery, 'Large' images are not currently displayed in high pixel density Windows desktop monitors but this has been logged as a bug and should hopefully be fixed in the next version of Juicebox.

1,890

(16 replies, posted in Juicebox-Pro Support)

@bherman

Thanks for the tip.
For anyone with Adobe Photoshop, the 'Image Processor' can be found in the 'File -> Scripts' menu.
Here's Adobe's 'Process a batch of files' support page: https://helpx.adobe.com/photoshop/using … files.html

1,891

(3 replies, posted in Juicebox-Pro Support)

I download juicebox_pro_1.5.0 then I installed juiceboxbuilder-Pro.air but the new version was sent inside my Lightroom 6.0 !

Running the 'JuiceboxBuilder-Pro.air' installation file cannot (and will not) install the Lightroom plugin.
The two are completely unrelated (as far as installation code goes).
Please try again. Afterwards, you can check your version of JuiceboxBuilder-Pro from 'Help -> About JuiceboxBuilder-Pro...' from the drop-down menu at the top.

To upgrade JuiceboxBuilder-Pro, run the 'JuiceboxBuilder-Pro.air' installation file (from inside the Juicebox-Pro v1.5.0 zip package): juicebox_pro_1.5.0/JuiceboxBuilder-Pro.air
If you are having problems installing JuiceboxBuilder-Pro, try uninstalling your older version (v1.4.1) first.
For reference, the JuiceboxBuilder-Pro User Guide can be found here.

For anyone interested, instructions for installing the Lightroom plugin can be found on the plugin's support page.

It's not really a problem, but I don't know how to get the lines <!--START & END JUICEBOX EMBED--> to insert my gallery inside the page of my Website !

If using the Lightroom plugin to create a gallery that you want to embed, you can grab the necessary embedding code from the gallery's 'index.html' file (which you can open in a plain text editor to view its contents).
Otherwise, you can just use the generic embedding code found in the Embedding Guide and just change the gallery dimensions and background color as necessary.

I hope this helps.

1,892

(3 replies, posted in Juicebox-Pro Support)

The icons in a Juicebox gallery are characters in a custom font named 'juicebox'.

The 'juicebox' font that the gallery uses is being overridden by the following CSS code on your web page:

.arrondi.ombre table tr td div div {
    font-family: Verdana, Geneva, sans-serif;
}

The gallery's location in your web page matches the selectors in the CSS above and the gallery is, therefore, inheriting this code.

Maybe the easiest way to protect against this would be to open your gallery's 'jbcore/classic/theme.css' file in a plain text editor, scroll down to line 31 and change:

font-family: 'juicebox';

... to:

font-family: 'juicebox' !important;

Otherwise, you could use further CSS selectors to target only those elements on your web page which require your custom font (although the suggestion above should work and is easier to implement).

Incidentally, I notice that your gallery currently uses Juicebox-Pro v1.4.1. (the line number above refers to this version).
You might like to upgrade to the current version (v1.5.0) as many bugs have been fixed (and new features added) since v1.4.1.
Please see the Version History for a list of changes between versions.
Full details on how to download the latest version and how to upgrade existing galleries can be found on the Upgrading Juicebox support page.
To upgrade your gallery, all you would need to do is replace your gallery's 'jbcore' folder with the 'jbcore' folder from the Juicebox-Pro v1.5.0 zip package ('juicebox_pro_1.5.0/web/jbcore/').

If you want to make the adjustment above to v1.5.0, then the line to change in the 'jbcore/classic/theme.css' file is line 18.

Also, I notice that your web page contains HTML errors.
For example, your web page has two closing </head> tags and two opening <body> tags.
You can check the code on your web page with the W3C Markup Validation Service and fix the errors reported.
Once the code on your webpage validates correctly, your web page should be rendered with greater predictability and consistency across different browsers.

1,893

(7 replies, posted in Juicebox-Pro Support)

I'm not sure it would be wise to change the default image size for Picasa Web Album galleries.
If this setting was changed from 1600 to 1920, then this would affect all existing WP-Juicebox galleries using a Picasa Web Album as a source of images.
Other users may not want their existing galleries to be changed (to load larger images) by simply upgrading the WP-Juicebox plugin.

Also, Google seems to be slowing discontinuing support for the Picasa Web API. Existing galleries (created prior to Google acquiring Picasa) still display fine but new galleries (created or modified since the acquisition) can no longer be accessed via the API.

Therefore, I think it is unlikely that any new features will be added to WP-Juicebox with regard to the Picasa Web Album functionality.

However, changing the default image size is a quick and easy task (changing a single number in one file) for anyone who wants to do so.

Having said that, please feel free to post suggestions for future versions in the Feature Requests forum thread.
This keeps all ideas together and ensures that they are not overlooked by the developers.
Thank you.

1,894

(1 replies, posted in Juicebox-Pro Support)

Do I need a new licence or can I move it over...

There is no need to purchase Juicebox-Pro again. You can download a fresh copy of Juicebox-Pro and use it on your new computer.
Incidentally, you can install JuiceboxBuilder-Pro on up to 3 computers, as noted in this FAQ.

You can download the latest version of Juicebox-Pro (v1.5.0) using the link from your purchase email.
The link always points towards the latest version of Juicebox-Pro rather than the version you purchased (within the same major version number).
Please see the 'Upgrading Juicebox' support page for more information.

If you no longer have access to your purchase email (for example if your email was stored on your computer rather than a web server), then please fill in the 'Download Link Request Form' and the admin team will send you a new link.
Just fill in the form to the best of your ability (with an approximate purchase date if you cannot remember the exact date) and use the 'Additional Information' box at the foot of the form to add any notes which might help the admin team find your transaction details.
Thank you.

1,895

(8 replies, posted in Juicebox-Pro Support)

On computer, can i add an ‘home icon’ next to the link ‘return  jori’ or replace this with only icon ?

All icons in a Juicebox gallery (including the Back Button icon) are characters in a custom font (named 'juicebox'). (Please see the Using Custom Icons support section for more information.)
If you'd like to use the character that Juicebox uses for the Back Button to replace your "return jori" text, try replacing:

$('body').append('<div id="custom"><a href="../../testouille/clickautotest/clickautotest-2.html">return jori</a></div>');

... with:

$('body').append('<div id="custom"><a href="../../testouille/clickautotest/clickautotest-2.html" style="color: #ffffff; font-family: juicebox; font-size: 20px; height: 30px; width: 40px; text-decoration: none;">&#xe014;</a></div>');

You can style the icon further with more CSS rules if you want to try to exactly replicate Juicebox-Pro's own Back Button.
You can check the default styling of Juicebox buttons in the 'jbcore/classic/theme.css' file and by inspecting the Back Button element in your browser's developer tools.

1,896

(1 replies, posted in Juicebox-Pro Support)

You can download a fresh copy of Juicebox-Pro using the link from your purchase email.
The link always points towards the latest version (currently v1.5.0) rather than the version you purchased.
You'll find the JuiceboxBuilder-Pro installation file inside the Juicebox-Pro zip package ('juicebox_pro_1.5.0/JuiceboxBuilder-Pro.air').
Full instructions for downloading the latest version can be found on the Upgrading Juicebox support page.

With regard to your problem, it would certainly be worthwhile trying a complete uninstall and reinstall of both JuiceboxBuilder-Pro and Adobe AIR. There are no known incompatibilities between JuiceboxBuilder-Pro, Adobe AIR and Windows 10 and I have not encountered such a problem myself (on a Windows 10 PC) but starting afresh might help.

You can download the latest version of Adobe AIR (currently v23.0) from this web page.

Please try the following procedure:

(1) Uninstall JuiceboxBuilder-Pro using the uninstaller in the 'Control Panel -> Programs -> Uninstall a program...' list.

(2) After uninstalling JuiceboxBuilder-Pro, please check that there are no files are left behind by manually deleting the following folders from your hard drive (if they exist):
C:\Program Files (x86)\JuiceboxBuilder-Pro
C:\Users\your_username\AppData\Roaming\Adobe\AIR\ELS\JuiceboxBuilder-Pro
C:\Users\your_username\AppData\Roaming\JuiceboxBuilder-Pro
C:\Users\your_username\My Documents\JuiceboxBuilder-Pro
You may need to show hidden files to find some of the above locations in Windows Explorer: http://windows.microsoft.com/en-us/wind … dden-files

(3) Uninstall Adobe AIR using the uninstaller in the 'Control Panel -> Programs -> Uninstall a program...' list.

(4) Reinstall Adobe AIR by right clicking the 'AdobeAIRInstaller.exe' installation file and selecting 'Run as administrator'.

(5) Reinstall JuiceboxBuilder-Pro following the instructions here.

Hopefully this will help.

If you continue to experience difficulties, then see if the problem occurs when trying to open the sample 'web' gallery from the Juicebox-Pro v1.5.0 zip package ('juicebox_pro_1.5.0/web/'). If you can open the sample 'web' gallery but not your own galleries, then the problem might somehow be unique to your own galleries. If this is the case, then perhaps you could zip a gallery, upload it somewhere and provide a download link so that I can try to replicate the problem myself and investigate further.

Also, checking the system logs in the Windows Event Viewer might shed some further light on the problem as to why your system is hanging when trying to open a gallery.

1,897

(8 replies, posted in Juicebox-Pro Support)

... the only way that works is the first part your solution 3

I cannot explain why dynamically adding a link to one container on your page works fine whereas using the same technique to add exactly the same HTML link code to a different container on the same page fails.

1- the backButton / backButtonText be invisible on computers, and be visible on the iphone & tablet.
2- the link#2 be visible on computers and be invisible on tablet and iPhone.

You can use the Juicebox-Pro API method getScreenMode() to determine the Screen Mode being used (SMALL vs LARGE) and then run custom JavaScript code accordingly. This example removes the Back Button from the DOM in Large Screen Mode and adds a custom link which is overlaid on top of the gallery where the Back Button would normally be.
In Small Screen Mode, no custom JavaScript code is run and the gallery's own Back Button will display as normal.

<!DOCTYPE html>
<html lang="en">
    <head>
        <title>Juicebox-Pro Gallery</title>
        <meta charset="utf-8" />
        <meta name="viewport" id="jb-viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1, maximum-scale=1, user-scalable=0" />
        <style type="text/css">
            body {
                margin: 0px;
                position: relative;
            }
            #custom {
                position: absolute;
                top: 20px;
                left: 20px;
                z-index: 9999;
            }
            #custom a {
                color: #ffffff;
            }
        </style>
    </head>
    <body>
    <!--START JUICEBOX EMBED-->
    <script src="jbcore/juicebox.js"></script>
    <script>
        var jb = new juicebox({
            containerId: 'juicebox-container',
            galleryWidth: '100%',
            galleryHeight: '600px',
            backgroundColor: '#222222',
            galleryTitleHAlign: 'CENTER',
            backButtonPosition: 'OVERLAY',
            backButtonUrl: '../../testouille/clickautotest/clickautotest-2.html',
            backButtonUseIcon: 'TRUE',
            showSmallBackButton: 'TRUE'
        });
        jb.onInitComplete = function() {
            var mode = jb.getScreenMode();
            if (mode == 'LARGE') {
                $('.jb-go-back').remove();
                $('body').append('<div id="custom"><a href="../../testouille/clickautotest/clickautotest-2.html">return jori</a></div>');
            }
        };
    </script>
    <div id="juicebox-container"></div>
    <!--END JUICEBOX EMBED-->
</body>
</html>

If this does not work, then to do just what you have suggested in your points #1 and #2 above (no more, no less), then try the following:

<!DOCTYPE html>
<html lang="en">
    <head>
        <title>Juicebox-Pro Gallery</title>
        <meta charset="utf-8" />
        <meta name="viewport" id="jb-viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1, maximum-scale=1, user-scalable=0" />
        <style type="text/css">
            body {
                margin: 0px;
            }
        </style>
    </head>
    <body>
    <!--START JUICEBOX EMBED-->
    <script src="jbcore/juicebox.js"></script>
    <script>
        var jb = new juicebox({
            containerId: 'juicebox-container',
            galleryWidth: '100%',
            galleryHeight: '600px',
            backgroundColor: '#222222',
            galleryTitleHAlign: 'CENTER',
            backButtonPosition: 'OVERLAY',
            backButtonUrl: '../../testouille/clickautotest/clickautotest-2.html',
            backButtonUseIcon: 'TRUE',
            showSmallBackButton: 'TRUE'
        });
        jb.onInitComplete = function() {
            var mode = jb.getScreenMode();
            if (mode == 'LARGE') {
                $('.jb-go-back').remove();
                $('body').prepend('<a href="../../testouille/clickautotest/clickautotest-2.html">return jori</a>');
            }
        };
    </script>
    <div id="juicebox-container"></div>
    <!--END JUICEBOX EMBED-->
</body>
</html>

I hope this helps.

1,898

(1 replies, posted in Juicebox-Pro Support)

Juicebox-Pro (and WP-Juicebox) can display images returned by the Flickr API using these Flickr Options.

You would need to specify a Flickr User Name, Flickr User Id, Flickr Set Id or Flickr Group Id (filtering images if necessary with Flickr Tags).

I do not think that there is any way to directly fetch only shared images via the Flickr API. I do not see any mention of the term 'share' on the Flickr API overview page: https://www.flickr.com/services/api/

If all the shared images are in the same Flickr account, then you could tag your shared images with the keyword 'shared' and set flickrTags="shared" (along with your flickrUserName or flickrUserId).

1,899

(16 replies, posted in Juicebox-Pro Support)

You're welcome.
I'm glad you're able to workaround this issue and I appreciate you posting the suggestion (for JuiceboxBuilder-Pro to retain metadata when resizing images) in the Feature Requests thread. As I've said, I do not know if this is possible (and if it is, how difficult it would be to achieve), but at least it has been noted in the correct place.
Thank you.

1,900

(8 replies, posted in Juicebox-Pro Support)

Thank you for the additional information.

The problem seems to be a combination of:
(1) An Edge Animate animation
(2) Safari 10 on Mac
(3) The Back Button within Juicebox-Pro

Unfortunately, I am unable to replicate the problem so you may need to try a few things for yourself to see if they work or make a difference.

Essentially, the Back Button just opens a specified page in the user's browser and I'm really not sure how the link itself could affect the content of the page that it links to. It looks like some kind of incompatibility between Edge Animate and Safari 10 on Mac (especially as the phenomenon has not been seen in any other browser). It is a mystery why your Edge Animate page works when opened from your own manual <a> hyperlink but not from the Back Button link in your Juicebox-Pro gallery.

However, here are a few things to check and try:

(1) Try using text instead of the icon for the Back Button to see if this makes a difference.
Set backButtonUseIcon="FALSE" and backButtonText="return jori".

(2) Try using an absolute URL instead of a relative path for your backButtonURL.
Set backButtonUrl="http://www.henricanu.com/testouille/clickautotest/clickautotest-2.html".

(3) Try taking Juicebox-Pro out of the equation and see if the same problem occurs with a dynamically generated link outside of Juicebox-Pro.
Just before the closing </body> tag on your gallery's 'index.html' page, add the following code which will add a dynamic link (like Juicebox-Pro does for the Back Button).

<script type="text/javascript">
    $(document).ready(function() {
        $('body').prepend('<a href="../../testouille/clickautotest/clickautotest-2.html">Link #2</a>');
    });
</script>

In this case, the text for the link will be "Link #2" and the link will appear above your own test link. It will still link to your Edge Animate page. Please try this and see what happens.
If this works, then you could try overriding Juicebox-Pro's own handling of the Back Button.
Try something like this:

<!--START JUICEBOX EMBED-->
<script src="jbcore/juicebox.js"></script>
<script>
    var jb = new juicebox({
        containerId: 'juicebox-container',
        galleryWidth: '100%',
        galleryHeight: '600px',
        backgroundColor: '#222222',
        backButtonPosition: 'OVERLAY',
        backButtonUseIcon: 'FALSE',
    });
    jb.onInitComplete = function() {
        $('.jb-go-back').html('<a href="../../testouille/clickautotest/clickautotest-2.html">return jori</a>');
    };
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->

This uses the Juicebox-Pro API (specifically the onInitComplete event) to ensure that the Back Button is present in the DOM (Document Object Model) before any actions are performed on it. The code then replaces Juicebox-Pro's own Back Button link code with your own.
If this works, you can then style your custom Back Button with CSS if you like.

(4) You might also like to try giving your Edge Animate container focus as soon as the page is loaded.
Try adding the following code just before the closing </body> tag on your Edge Animate page:

<script type="text/javascript">
    window.onload = function() {
        document.getElementById('EdgeID').focus();
    };
</script>

If you continue to experience difficulties, then you might like to try posting in Adobe's Edge Animate forum to see if any other users have experienced similar issues (Edge Animate animation requiring a click on the page in Safari 10 on Mac when taken to an Edge Animate page via a link).

I hope that these suggestions help or at least point you in the right direction.