[solved] Full Size Image Pop-Ups Not Working... [solved] Full Size Image Pop-Ups Not Working...
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[solved] Full Size Image Pop-Ups Not Working...

Started by rhydewithdis, June 20, 2004, 03:02:36 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rhydewithdis

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

Joachim Müller

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. This has been asked quite often already, next time please make sure to have searched the board before asking.

GauGau

rhydewithdis

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. 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!