I have a light box currently working http://www.idgc.ca/web-design-samples.php but when I converted the whole page in a Simple XML http://www.idgc.ca/web-design-samples-testing.php it stopped working….
I have a light box currently working www.idgc.ca/web-design-samples.php but when I converted the whole
Share
In the second example there is whitespace between the
<a>and the<img>tags, lightbox might be looking for the first child of the<a>in order to get the image URL, which (in the second example) is a text node not an image tag.This is just a guess.