Fancybox Gallery Lightbox Feature not working
Permalink
http://stadiumnyc.com/c5/concrete5.5.2.1/index.php?cID=127
lightbox popup doesn't work, just takes you to the image on a seperate page!
lightbox popup doesn't work, just takes you to the image on a seperate page!
Thanks for the perfect solution. It seems though this is effecting my jquery popup overlay.
It's pushing the popup itself under the exposure. Any idea how i might fix this?
I guess the simplest thing would be to turn off the exposure?
It's pushing the popup itself under the exposure. Any idea how i might fix this?
I guess the simplest thing would be to turn off the exposure?
Something with your CSS z-indexes, doesn't even do that with every browser.
You should try fixing that by debugging your elements' CSS z-indexes and see what's wrong. If some element is not applying the z-index, change its position to "relative".
You should try fixing that by debugging your elements' CSS z-indexes and see what's wrong. If some element is not applying the z-index, change its position to "relative".
Thanks for you help but the issue still persists, it seems to be directly related to the Fancybox element since on all other pages it works fine.
Tried setting relative also tried setting a lower z-index to exposeMask. Neither of which seems to make a difference! Any help would be much appreciated!
Tried setting relative also tried setting a lower z-index to exposeMask. Neither of which seems to make a difference! Any help would be much appreciated!
I just removed the expose function, seems simpler fix than anything else!
Ok.
My opinion is that usually if you use some popup-dialog library, you should stick to one and only library and not mess them together. That way you can avoid such problems quite easily.
My opinion is that usually if you use some popup-dialog library, you should stick to one and only library and not mess them together. That way you can avoid such problems quite easily.
To this:
Looks like that old one includes the jQuery library that is already loaded. This might break something but not sure though...