Topic: Secondary Gallery not Showing up on Separate Web Page [SOLVED]
I hate to post again so soon but I seem to keep having some issues that I'm sure are probably easy to solve but I can't seem to figure it out. I used your svBuilderPro. I had 5 separate galleries on my 1 website on 5 different pages. You just helped me resolve the one path issue I was having so I tried to repeat it for one of my other galleries and I am not receiving a config error this time, it is simply not showing up on my site. Furthermore, on my the svBuilderPro I was able to set this particular gallery up so when you click an image you can download a file from it.
Here is the link to the page: http://www.chrissyclark.com/Freebies.htm
This is what I did on that page:
<!--START JUICEBOX EMBED-->
<script src="myfreebies/jbcore/juicebox.js"></script>
<script>
new juicebox({
baseUrl: "http://www.chrissyclark.com/myfreebies/",
containerId: "juicebox-container",
galleryWidth: "600",
galleryHeight: "650",
backgroundColor: "FFFFFF"
});
</script>
<div id="juicebox-container">
I changed my src to include the path to this gallery's specific folder on the page and in the index file in the folder itself. I am not sure what I am doing wrong this time. If you could help again, I would really appreciate it.