1

(9 replies, posted in Juicebox-Pro Support)

alright we're all set with the correct number of photos...
NEW ISSUE:  now the gallery will not load in Firefox (which i've been using this whole time)... it says the config xml file can't be found... lmao.
it's loading fine in Safari.
i really need it to work in all platforms.

this may be too complicated an app for what I need. i have at least 20 more sets I want to put up on our site, but not if it's this tweaky.

please advise.

2

(9 replies, posted in Juicebox-Pro Support)

I cleared my cache and it's still stopping at 50. I set it for 129 - the number of images in the set

3

(9 replies, posted in Juicebox-Pro Support)

But I do have another question. There are 129 photos in that set, but only 50 are showing up. Is that the default - that's the number that was in the Flickr image count field. I changed it to 129  just now hoping it would update but it hasn't.

4

(9 replies, posted in Juicebox-Pro Support)

Wait. No. I think I was just being impatient. It showed the error in Contribute, but when I published, it showed up.

Thanks for your help.

5

(9 replies, posted in Juicebox-Pro Support)

Thanks, but I'm not clear on what exactly I'm supposed to do. I just removed the flickr ID and uname. Then I "saved"... and I still get the error. No change. Please advise.

I've searched and searched - sorry. I just started with this today. I set up juicebox to use a set in my flickr account. i grabbed the embed code and for the last few hours have been monkeying with it to see if i can stop getting this error: Juicebox Error: Config XML file not found. I'm at a loss - I can't see anywhere in the help section that says I can't embed a flickr album... but I'm suspecting this is the case. Here's the script I'm using right now that's getting the error:

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