coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: cordiafreaks on January 16, 2007, 02:09:34 PM

Title: Full-size images not displaying!
Post by: cordiafreaks on January 16, 2007, 02:09:34 PM
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!
Title: Re: Full-size images not displaying!
Post by: Nibbler on January 16, 2007, 02:34:34 PM
Not Java, javascript.

http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm#noFullsizePopup
Title: Re: Full-size images not displaying!
Post by: cordiafreaks on January 16, 2007, 03:02:21 PM
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...
Title: Re: Full-size images not displaying!
Post by: rphMedia on January 16, 2007, 03:31:33 PM
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.

Title: Re: Full-size images not displaying!
Post by: Nibbler on January 16, 2007, 04:03:30 PM
No, that is not your template.html. It is your template.htm ;)
Title: Re: Full-size images not displaying!
Post by: cordiafreaks on January 17, 2007, 03:53:08 AM
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