1

(2 replies, posted in Juicebox-Lite Support)

Thank you, Steven!!

I appreciate the help. I went ahead and purchased the Pro Version, and I look forward to testing this further, implementing it on the site, and helping other users on here.

2

(2 replies, posted in Juicebox-Lite Support)

Hello all-

First of all, great product and forum. I have been reading the articles for the past few hours and cannot seem to wrap my head around this config.xml file with my specific situation.

I have a site built in a web platform called NationBuilder. It is built for politicians and government sites, but it is limited on how much file access we have. I cannot ftp files into the site.

I'm trying to get this juicebox gallery to display a group of photos from my Flickr account, but I'm unable to get past that dreaded config.xml error screen.

I tried to upload the files to my dummy third-party site, just so the files are hosted somewhere since I cannot directly post them on the main 11thdistrict .com site. Is there any type of work around for this because I need to try and implement a photo gallery asap and this seems like the best solution.

What I did..
1. Tested the flickr/juicebox local gallery on my MacBook -- works perfectly
2. Inserted this code on the main 11thdistrict site and uploaded all files to cromarin site--
<!--START JUICEBOX EMBED-->
      <script src="http://cromarin.com/web/jbcore/juicebox.js"></script>
<script>
new juicebox({
  containerId : "juicebox-container",
galleryWidth: "100%",
galleryHeight: "100%",
backgroundColor: "#222222"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->

I know it was probably dumb to upload the files to a completely different site, but I was trying to see what is the best approach given that I cannot FTP to 11thdistrict .com given the permissions the web platform - NationBuilder allows or doesn't allow for.

My goal is to have a photo gallery on the site, connected to our Flickr account. Please help, and I'll gladly help share more information to resolve this. Thank you.