Topic: Wordpress BaseUrl Problem
I am using a wordpress site and want to use the pro tools then use the galleries through the base Url method rather than the plugin. I have been following the instructions in this post http://juicebox.net/forum/viewtopic.php?id=906but can't get anything to work. I am putting the gallery folder in the httpdocs folder on the server with a gallery folder title of jbg and using this coding in the text area not the visual. I have tried many variations to no avail. I am at a loss so here I am. Thanks for any help anyone can provide.
<!--START JUICEBOX EMBED-->
<script src="httpdocs/jbg/jbcore/juicebox.js"></script>
<script>
new juicebox({
baseUrl : "httpdocs/jbg/",
containerId : "juicebox-container",
galleryWidth: "100%",
galleryHeight: "100%",
backgroundColor: "rgba(18,18,18,1)"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->