This is strange, but for some reason, my full-image pop-ups don't work! The thumbnails get displayed fine as do the 'intermediate' pictures.
I was hoping someone could provide a suggestion to help me solve this problem...
My gallery is located here :: http://www.vivrant.com/gallery
Thanks
The problem lies in your custom theme. You have removed the line<script type="text/javascript" src="scripts.js"></script>
from themes/yourtheme/template.html. Re-insert it and your full-size pop-up (that needs the JavaScript) will be there, as suggested in the documentation that comes with coppermine (http://coppermine.sourceforge.net/manual.php#creating). This has been asked quite often already, next time please make sure to have searched the board before asking.
GauGau
Quote from: GauGau on June 20, 2004, 10:19:14 AM
The problem lies in your custom theme. You have removed the line<script type="text/javascript" src="scripts.js"></script>
from themes/yourtheme/template.html. Re-insert it and your full-size pop-up (that needs the JavaScript) will be there, as suggested in the documentation that comes with coppermine (http://coppermine.sourceforge.net/manual.php#creating). This has been asked quite often already, next time please make sure to have searched the board before asking.
GauGau
Gau Gau, thanks - that worked! Believe it or not, I did try searching with for this problem alreaedy discussed, but search results didnt yield anything of significant. You can mark this issue as being resolved!