1

(23 replies, posted in Juicebox-Pro Support)

@steven.

Thank you for the help!!  Making that change worked perfectly.

As a former Simpleviewer user, Juicebox Pro is a great HTML5 alternative and the SEO script is a great add-on.

2

(23 replies, posted in Juicebox-Pro Support)

I am working on a site with multiple Juicebox galleries and have set up each gallery as a separate folder within the file structure.  The main file for each gallery sits one level outside of the folder.  The link below shows a screenshot of the folder structure.

http://www.harvardstudio.com/site/galle … icebox.jpg

The juicebox-seo.php file is reading the xml file correctly:

http://www.harvardstudio.com/site/galle … ox-seo.php

However the gallery page is not pulling in the seo information on the page I am testing:

<!--START JUICEBOX EMBED-->

<script src="gallery_arch/jbcore/juicebox.js"></script>
<script>
  new juicebox({
      containerId : 'juicebox-container',
      baseUrl : 'gallery_arch/',
  });
  </script>
<div id="juicebox-container"><div id="jbseo"><h1></h1><ul></ul><p style="font-size: 10px;">&copy; 2010 &middot; <a href="http://www.mkwebdesign.ca/tutorials/making-simpleviewer-seo-friendly/" target="_blank">Powered by SimpleViewer SEO Gallery Plugin</a></p></div>

</div>
<!--END JUICEBOX EMBED-->

The url for the page above is http://www.harvardstudio.com/site/gallery_arch.php.  I know I am pulling in the file thru the include statement because I am seeing the copyright info in the output code. 

If I copy gallery_arch.php into the same folder as the seo and config file everything works.  Is there a way this SEO will work with the main gallery page not in the same folder as the juicebox-seo.php, config.xml, and image files?

Hope this makes sense.

Appreciate the help!