free flash templates forum

free flash templates forum (http://forum.freenicetemplates.com/index.php)
-   Free flash templates (http://forum.freenicetemplates.com/forumdisplay.php?f=2)
-   -   Copyrighte in free web template (http://forum.freenicetemplates.com/showthread.php?t=187)

jerrydorff 12-07-2009 01:16 AM

Copyrighte in free web template
 
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

Free web template 9 issues
 
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/downl...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/downl...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 !


All times are GMT. The time now is 10:49 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.