I found out the solution in the meantime :) The subfolders were stuck in 700 chmod...
Everything is okay so far. Still doing some tests.

I may have found a solution to replace Slideshowpro !

Hi,

I just bought Juicebox and was trying to use it on y Wordpress based website, without any success for now.

My first attempt didn't work at all. SO I checked the CHMOD of the gallery folder. It wa 700, I set it to 755 and got this :
http://www.mr-eddy.com/portfolio/juiceb … index.html

As you can see, it's loading for... ever :) It says autoplay is on (as I created it in JuiceboxBuilder pro) but the thumbnails are greyed. Same thing on different browsers...

What may I have missed ? Here is my code added in a Wordpress page by the way (which shows the exact same result) :

<!--START JUICEBOX EMBED-->
<script src="portfolio/juicebox_gallery/jbcore/juicebox.js"></script>
<script>
new juicebox({
baseUrl : 'portfolio/juicebox_gallery/',
containerId : "juicebox-container",
galleryWidth: "100%",
galleryHeight: "800",
backgroundColor: "rgba(255,255,255,1)"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->

Thanks for your help !

Eddy