Full-size images not displaying! Full-size images not displaying!
 

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

Full-size images not displaying!

Started by cordiafreaks, January 16, 2007, 02:09:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cordiafreaks

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/

The tester account is as follows...

Username: test
PW: test

Your help is much appreciated!


cordiafreaks

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

rphMedia

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.


Nibbler

No, that is not your template.html. It is your template.htm ;)

cordiafreaks

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