Topic: Gallery not displaying on embed

Hi, I have the same issue, if i have a simple html page all seems right:

http://www.comingsoon.it/imgdb/primopia … index.html

If i put it in my site the gallery dosen't load, only the black background appers:

http://www.comingsoon.it/News/?source=m … ;key=32311

I have also put the script in my script folder that has the execute permisson but nothing, what can be the problem?

Re: Gallery not displaying on embed

It looks like you might have already solved your problem.
When I go to your web page, your gallery displays and functions correctly.
If you do not see the gallery in your web page, then try clearing your browser's cache before reloading your web page to see if this makes a difference.

Try using relative paths for your baseURL and configURL (rather than absolute paths which hardcode your 'www' subdomain) so that your web site displays correctly on both http://comingsoon.it and http://www.comingsoon.it.
Also, when using a baseURL, as long as your gallery's XML file is named 'config.xml' and is located in your gallery folder, then you do not need to use a configURL to point to the XML file.

Try changing:

baseUrl : 'http://www.comingsoon.it/testArea/anteprime/emma/',
configUrl : 'http://www.comingsoon.it/testArea/anteprime/emma/config.xml',

... to either:

baseUrl : '/testArea/anteprime/emma/',

... or:

baseUrl : '/imgdb/primopiano/impaginate/emma/',

... as you seem to have uploaded your gallery folder to two different locations on your web server.