Topic: I can't see the Lite [SOLVED]

I can see my client's Gallery here

http://www.annabrahms.com/juicebox_gallery/index.html

but not here

http://www.annabrahms.com/new616.html


Something to do with config.xml style info?

Re: I can't see the Lite [SOLVED]

The problem is that your gallery files are not in the correct location on your web server.
According to the embedding code on your 'new616.html' page, your gallery's 'juicebox.js' file should be located here: http://www.annabrahms.com/jbcore/juicebox.js
However, going directly to that location in a browser results in an error 404 (file not found).

If you are following the regular embedding instructions here, then you'll need to copy the contents of your gallery folder into the same directory as the web page containing the embedding code (in your case, your root directory, alongside the 'new616.html' page).

If you have already uploaded the complete gallery folder to your web server somewhere, then you can use the baseUrl method of embedding as documented here.

If you continue to experience difficulties, please let me know where on your web server your gallery files are and I should be able to help with what embedding code to use.

Re: I can't see the Lite [SOLVED]

Thanks very much. The baseURL suggestion has worked ( as soon as I got code done correctly ).

Re: I can't see the Lite [SOLVED]

You're welcome.
I'm glad you've got it working.