1

(17 replies, posted in Juicebox-Lite Support)

Hi Steven. I just wanted to provide an update that the website I created is live now and the recommended baseURL embed code is working just the way you said it would. So thanks very much for all of your help.

2

(17 replies, posted in Juicebox-Lite Support)

Hi Steven. I changed it from True to False and it's still not working for me. I guess I'll just have to wait until the site is live and hope it works.

Just to summarize what happened:
-- On the old version of Firefox for 2011 Macbook Pro running OS Mojave, only the iframe solution works.
-- On the new version of Firefox for 2011 Macbook Pro running OS Mojave, none of the solutions work.

3

(17 replies, posted in Juicebox-Lite Support)

Thanks Steven. Looks like my computer did not have the latest version installed. I can see privacy.file_unique_origin now. I will try this solution today and let you know how it goes.

4

(17 replies, posted in Juicebox-Lite Support)

Hi Steven. I just tried your solution, but privacy.file_unique_origin does not exist.

5

(4 replies, posted in Juicebox-Pro Support)

In Juicebox Lite, "Show Thumbs Button" does not get rid of the thumbs. It just gets rid of the ability for the user to turn off thumbs. By default, thumbs are always there. I do not see an option to remove them in Juicebox Lite.

6

(17 replies, posted in Juicebox-Lite Support)

I just tried the code for embedding using iframe and it worked.

<iframe src="../gallery/index.html" width="610" height="555" frameborder="0" scrolling="no"></iframe>

Pathway is still the same. I don't understand why it won't work the other way as well. I would prefer to use the recommended way. Please help. Thanks.

7

(17 replies, posted in Juicebox-Lite Support)

Also I have more photo examples I can upload to show you, but this forum is only allowing me to upload one.
Let me know if there's an email where I can send you the rest of my examples. Thanks.

8

(17 replies, posted in Juicebox-Lite Support)

I am using Juicebox Lite.
I am testing it locally on my macOSMojave.
I am embedding it into an html file.

The index.html file does not display locally on Google Chrome or Safari.
The index.html file does display locally in Firefox.
But when I try to view my website page locally in Firefox, it displays the following error message "Config file not found."

My Juicebox folder is called "gallery" and I am storing it outside of the folder where the website page is located.
Location of website page: "../navbar/gallery.html"
Location of gallery: "../gallery"

I am using the recommended baseURL embed code but it is not working.

            <!--START JUICEBOX EMBED-->
                <script src="../gallery/jbcore/juicebox.js"></script>
                <script>
                  new juicebox({
                    baseUrl: '../gallery/',
                    containerId: 'juicebox-container',
                    galleryWidth: '610',
                    galleryHeight: '555',
                    backgroundColor: '#222222'});
                </script>
                <div id="juicebox-container"></div>
            <!--END JUICEBOX EMBED-->

Can you please advise if this is a problem with my code, or if this is a problem with the browser?
Because I have followed your instructions to a T, and I have double, triple-checked my pathing and it is correct.
So I don't understand why Firefox keeps telling me "Config file not found."
And I don't understand why the index.html file displays perfectly fine, but not the code that is embedded in my website.
The index.html file is located in the gallery folder that I'm trying to route the baseURL to.
So if Firefox can display the index.html, it should be able to find the XML file too.

Thanks in advance for your help.