Topic: Working Wordpress gallery now has error
1. I am so so frustrated with Juicebox Pro in relation to its use in Wordpress. I have already given up on your Wordpress Plug-in.
2. Your documentation in relation to Wordpress examples (that I haver found) is threadbare and really challenging to someone who is not a web developer.... I purchased JuiceboxPro to avoid all those headaches.
3. Everytime I run into a problem it takes me hours and hours of frustration to trouble shoot.
I cannot understand why you do not have a fully documented example of Juicebox embedded in a Wordpress posting.... (if you have one can you please send me a link)
My specific problem is as follows.
I had a gallery configured and working perfectly inside Wordpress. I migrated my Wordpress blog to a new domain. Everything on my blog worked correctly immediately after the domain name change except the Juicebox galleries.
Details below.
Can you please tell me what is wrong. I have wasted half a day trouble shooting already. Probably something simple... but I cannot find it.
______________________________________
Here is an example...
Actual posting url is ..... http://www.mattobrienblog.com/?p=1863
Wordpress Posting (A cut and paste of the complete posting).
<!--START JUICEBOX EMBED-->
<script src="/matt_blog/wp-content/JuiceboxGalleries/DaraghNessaWedding/jbcore/juicebox.js"></script>
<script>
new juicebox({
baseUrl : '/matt_blog/wp-content/JuiceboxGalleries/DaraghNessaWedding/',
containerId : "juicebox-container",
galleryWidth: "100%",
galleryHeight: "100%",
backgroundColor: "rgba(255,255,255,1)"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->
Ps
I would have included a screen dump of the folder structure if I could include an attachment.