Topic: Juicebox galleries work locally but not when published online???

Hello, i have created multiple juicebox galleries for my website, each gallery is within its own folder named e.g.. 'bts', 'otherwork' etc. all of these are then within a main folder called 'galleries'.

each one of these galleries has its own corresponding webpage that has the gallery embedded on it. e.g.. behindthescenes.html, other work.html

when viewing these galleries locally they all work fine. but when published i just get the outline of the galley but no pictures. just the loading symbol.

iv read the faq and checked all the file paths making sure they are correct with no upper/lower case differences but all seems fine.

i also read on a thread that the permissions might need changing to 755 on the web host, iv done this but still nothing.

hopefully one of you guys could help me and shed some light on this?

here is the main portfolio page... http://www.moviesculptor.co.uk/v2/portfolio.html the galleries are then selected with a jump menu

and heres a index of the galleries within 'gallery' http://www.moviesculptor.co.uk/v2/gallery/


best regards,

ash

Re: Juicebox galleries work locally but not when published online???

these are the paths each config.xml are using...

  <image imageURL="images/01.jpg"
    thumbURL="thumbs/01.jpg"
    linkURL="images/01.jpg"
    linkTarget="_blank">
    <title><![CDATA[01]]></title>
    <caption><![CDATA[]]></caption>
  </image>
  <image imageURL="images/02.jpg"
    thumbURL="thumbs/02.jpg"
    linkURL="images/02.jpg"
    linkTarget="_blank">
    <title><![CDATA[02]]></title>
    <caption><![CDATA[]]></caption>
  </image>
  <image imageURL="images/03.jpg"
    thumbURL="thumbs/03.jpg"
    linkURL="images/03.jpg"
    linkTarget="_blank">
    <title><![CDATA[03]]></title>
    <caption><![CDATA[]]></caption>
  </image>

obviously each seperate gallery has the following files/folders in them:
config.xml
/images/
index.html
/jbcore/
/thumbs/

Re: Juicebox galleries work locally but not when published online???

Sorted it! It was indeed the permissions!

Re: Juicebox galleries work locally but not when published online???

I am glad that you have resolved your problem.
Thank you for posting back to let me know.