1

(3 replies, posted in Juicebox-Pro Support)

Thanks again I tried your suggestion and it works.

http://www.agphotodesign.biz/weddings.php

2

(3 replies, posted in Juicebox-Pro Support)

Thank you I'll give that a try. I have the silver edition and thought it would open up more options for me, perhaps I'll have to invest in a wix site instead. I'll put my gallery into dropbox and give this a try asap. Thank you :)

3

(3 replies, posted in Juicebox-Pro Support)

I am getting a java error when I copy & paste the gallery code into the html widget of my Yola site. When I contact Yola they said,

"From what I can see in your code, the JavaScript calls a .js file:

jbcore/juicebox.js

The code is looking for that file in order to create the gallery; however, this file is not imported into your account, and is not available at the location already referenced in the code.

I'd suggest contacting Juicebox to find out how to obtain or make reference to the .js file.  If you can import the file into your File Manager, you may be able to rewrite the code to reference the file in your Resources folder."

I took an html class a few years back, but I am lost. This is the code for my gallery:

!--START JUICEBOX EMBED-->
<script src="jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId : "juicebox-container",
galleryWidth: "100%",
galleryHeight: "100%",
backgroundColor: "rgba(255,255,255,1)"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->

I'm guessing I need to set up the doc type & everything but everything I've tried has not yet work.

Suggestions please...