Topic: Juicebox BUG!!! Pro version 1.5.0
I am in the process of changing web hosts and have run into a major stumbling block in getting my Juicebox galleries to display.
I have deactivated all plugins. I deleted, reinstalled, and activated Juicebox Pro 1.5.0. I deleted the wp_content\uploads\juicebox folder.
I created a new post and uploaded new images. I *can* create a Wordpress gallery. However, when I try to create a Juicebox gallery using the [Add Juicebox Gallery] button, I get an error: WP-Juicebox is unable to insert a Juicebox Gallery shortcode tag.
However, the XML file is created and I can manually key in the shortcode.
Unfortunately, when I view the post, I get nothing but a big, gray box that says Juicebox Error: Config file not found.
When I view the page source, I can see find the embed code, and it looks fine:
<!--START JUICEBOX EMBED-->
<script type="text/javascript">
var jb_1 = new juicebox({
backgroundColor: "rgba(34,34,34,1)",
configUrl: "http://mywebsitename.com/wp-content/plugins/wp-juicebox/config.php?gallery_id=1",
containerId: "juicebox-container-1",
galleryHeight: "600px",
galleryWidth: "100%"
});
</script>
<div id="juicebox-container-1"></div>
<!--END JUICEBOX EMBED-->
When I paste the configURL into my browser address bar, I see valid XML, including not only the gallery options, but also including all the images.
When I open the XML file in a text editor, everything looks fine.
I have successfully migrated one of my sites, but have spent the past 15 hours trying to understand why it is working on one site, but not this.
Any help would be greatly appreciated.