When I click on the medium sized images, the full-sized image fails to open... (a Java error) shows in the bottom left corner of the screen where the page would normally say 'Done'.
http://www.cordiafreaks.com/cpg1410/ (http://www.cordiafreaks.com/cpg1410/)
The tester account is as follows...
Username: test
PW: test
Your help is much appreciated!
Not Java, javascript.
http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm#noFullsizePopup
My <head> section of template.html is:
<head>
<title>{TITLE}</title>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
{META}
<link rel="stylesheet" href="themes/hardwired/style.css" />
<script type="text/javascript" src="scripts.js"></script>
</head>
But still won't work...
http://www.cordiafreaks.com/cpg1410/index.php?theme=classic
Works with the Classic theme, so your javascript line is in fact missing from the template.html of your current theme.
No, that is not your template.html. It is your template.htm ;)
Thanks guys... I somehow had *.htm instead of *.html, so when I updated the file, it wrote to the wrong one...
Now it's working just fine! ;D