1 (edited by zacken542 2015-06-24 20:27:38)

Topic: Gallery does not work in Firefox online [SOLVED]

I have a similar problem
my Gallery is created using I match (photools.com)
I have rename gallery.html to index.html

on my computer it works in Firefox
as soon as I upload all files
firefox v(38.0.5) NOT working
IE(11.0.9600.1782) is working
Opera (30.0.1835.59) is working
Chrome( 43.0.2357.130 m) is working
http://www.carlssonspc.se/katt/slidesho … index.html

why is not working on Firefox?

please fell free to move if it's not in right place
os =windows 8.1 upp to date
Edit added version numbers

Sven Åke

Re: Gallery does not work in Firefox online [SOLVED]

The problem is likely to be due to the backslashes in your gallery's imageURL and thumbURL paths (in the 'config.xml' file). As these are relative paths, use slashes instead.
For example, change:

imageURL="images\0000029709.jpg"

... to:

imageURL="images/0000029709.jpg"

A couple of other things to check/try...

In your gallery's embedding code (in the 'index.html' page), change:

useThumbDots: "0"

... to:

useThumbDots: "TRUE"

This will probably not make a difference but possible values for the useThumbDots configuration option are TRUE and FALSE (rather than 1 and 0).

Also, try removing the comment from the top of the 'config.xml' file.

Hopefully this will solve your problem.

Re: Gallery does not work in Firefox online [SOLVED]

Then I changed \ to / and it's working
I have posted this on Imatch forum http://community.photoolsweb.com/index.php?topic=4647.0

I will check useThumbDots:  later

Thanks
Sven Åke

Re: Gallery does not work in Firefox online [SOLVED]

I'm glad you've got it working.
Thank you for posting back to let me know.