Announcement

Collapse
No announcement yet.

Missing logo on front page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Missing logo on front page

    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.

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

    #2
    You have conditional code that displays BrochureLogoImage on Brochure pages and CompanyLogoImage on others.

    You've probably got nothing in the BrochureLogoImage setting. Go to Settings / Site Options / General / Site and copy what's in Company Logo Image into Settings / Site Options / General / Brochure / Brochure Logo Image.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Hi Norman

      I had already checked that - the same image is already entered in both places.
      Last edited by Julia_W; 03-Apr-2012, 11:55 AM. Reason: Spelling error!

      Comment


        #4


        That was it. No idea why it was deleted but that has resolved the issue.

        Thanks so much!

        Comment

        Working...
        X