free flash templates
free flash templates menu free css & photoshop templates menu free flash animation

PDA

View Full Version : Copyrighte in free web template


jerrydorff
12-07-2009, 01:16 AM
I'm having issues with pop up about copyright removal or editing on template 9. I've tried most of the fixes listed here but nothing seems to help. I had this problem when I first installed the template and that fix does not work for what is going on now. I've made sure not to purposely moved files regarding copyright. Also, the flash gallery does not load when I'm using safari browser (I have a Mac) everything works when I use firefox, seamonkey etc. My site is http://www.bigislandprivatechef.com

freenicetemplates
12-07-2009, 10:44 PM
Hi,
You've got errors in your _home.htm
Replace:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
<title>Big Island Private Chef Home</title>
</head>
<body>
<p><!-- Header_id --></p>
<p>
<script type="text/javascript"><!--
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) {
myFlashHeader('flash/header',570,400,'#000000','header_id','custom.xml' );
} else {
alert("Your version of Flash player is rather old. We suggest you to upgrade your Flash player to version "+requiredMinorVersion+" (at least).The latest version can be downloaded here : http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash.");
}
// --></script></p>


by:

<!-- Header_id -->
<div id="header_id"></div>
<script type="text/javascript">
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) {
myFlashHeader('flash/header',570,400,'#000000','header_id','custom.xml' );
} else {
alert("Your version of Flash player is rather old. We suggest you to upgrade your Flash player to version "+requiredMinorVersion+" (at least).The latest version can be downloaded here : http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash.");
}

</script>


I think you use some kind of HTML editor to edit your pages, and this kind of editors generate bad HTML. I think you've got the same problem for the protfolio. Just look at the files in the template zip archive it will help you.

FLash gallery work fine for us with safari !