OK I still don't get it
when I use this code I get a message on the site Juicebox Error: Config XML file not found.
<!--START JUICEBOX EMBED-->
<script src="/public_html/wp/wp-content/gallery13/130225_AIME/jbcore/juicebox.js"></script>
<script>
new juicebox({
baseUrl : '/public_html/wp/wp-content/gallery13/130225_AIME/',
containerId : 'juicebox-container',
galleryWidth : '800',
galleryHeight : '600',
backgroundColor: '#222222'
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->
and if I use this code I get the same message
<!--START JUICEBOX EMBED-->
<script src="/http://specialevents.com.au/wp/wp-content/gallery13/130225_AIME/jbcore/juicebox.js"></script>
<script>
new juicebox({
baseUrl : '/http://specialevents.com.au/wp/wp-content/gallery13/130225_AIME/',
containerId : 'juicebox-container',
galleryWidth : '800',
galleryHeight : '600',
backgroundColor: '#222222'
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->
here is the URL to the gallery folder http://specialevents.com.au/wp/wp-conte … 0225_AIME/ and config.xml is in that folder
the post is here http://wp.me/p1KYoe-2hA