Hi everyone, I hope someone can help me out here.
I've just updated our old V8 (Executive theme) site into V11 (Bobcat theme) and aside from some layout issue which look easy enough to sort out it's all gone well. Apart from one issue which I can't resolve ...... the top header section has disappeared on the home page.
This is the test site showing how it should look - http://www.thetransferpress.co.uk/ac...-overview.html
This is the home page - http://www.thetransferpress.co.uk/ac...est/index.html
I've checked the code in the Design section and it looks like the code is there for the logo/top section on the home page.
It's probably something simple but I can't see it. Any help appreciated.
I've just updated our old V8 (Executive theme) site into V11 (Bobcat theme) and aside from some layout issue which look easy enough to sort out it's all gone well. Apart from one issue which I can't resolve ...... the top header section has disappeared on the home page.
This is the test site showing how it should look - http://www.thetransferpress.co.uk/ac...-overview.html
This is the home page - http://www.thetransferpress.co.uk/ac...est/index.html
I've checked the code in the Design section and it looks like the code is there for the logo/top section on the home page.
It's probably something simple but I can't see it. Any help appreciated.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title><actinic:variable name="PageTitle" /></title>
<actinic:variable name="BaseHref" />
<actinic:variable name="MetaTags" />
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsP3PPolicyUsed%22%20%2f%3e"><link rel="P3Pv1" href="<actinic:variable name="P3PFullPolicyLink" />"></actinic:block>
<link href="actinic.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="<actinic:variable name="CatalogURL" />/favicon.ico" type="image/x-icon" />
<style type="text/css">
body {
background-color: <actinic:variable name="Palette3" />;
}
</style>
<actinic:variable name="JavaScriptFunctions" />
<actinic:variable name="AccordionMenuSetup" />
</head>
<body onload="<actinic:variable name="OnLoadScript" value="PreloadImages" />">
<div id="bobcat-container">
<div id="bobcat-header-area">
<div id="bobcat-logo-area">
<actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Brochure%22">
<actinic:variable name="BrochureLogoImage" />
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Brochure%22">
<actinic:variable name="CompanyLogoImage" />
</actinic:block>
</div>
</div>
<html>
<head>
<title><actinic:variable name="PageTitle" /></title>
<actinic:variable name="BaseHref" />
<actinic:variable name="MetaTags" />
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsP3PPolicyUsed%22%20%2f%3e"><link rel="P3Pv1" href="<actinic:variable name="P3PFullPolicyLink" />"></actinic:block>
<link href="actinic.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="<actinic:variable name="CatalogURL" />/favicon.ico" type="image/x-icon" />
<style type="text/css">
body {
background-color: <actinic:variable name="Palette3" />;
}
</style>
<actinic:variable name="JavaScriptFunctions" />
<actinic:variable name="AccordionMenuSetup" />
</head>
<body onload="<actinic:variable name="OnLoadScript" value="PreloadImages" />">
<div id="bobcat-container">
<div id="bobcat-header-area">
<div id="bobcat-logo-area">
<actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Brochure%22">
<actinic:variable name="BrochureLogoImage" />
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Brochure%22">
<actinic:variable name="CompanyLogoImage" />
</actinic:block>
</div>
</div>
Comment