Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2007
    Location
    Pittston, PA
    Posts
    28
    Plugin Contributions
    1

    Default HTML in Header with red X

    I am working on switching my header from an image to straight html. I am adding my code in the includes/templates/mytemplate/common/tpl_header.php and that is working out great however I am experiencing one issue. There is a red x box appearing where my header image was. I removed the logo from the templates/mytemplate/images folder and in the includes/languages/mylanguage/mytemplate/header.php I removed 'logo.gif' and replaced it with '' but still the x remains.

    Can anyone tell me what I need to do to remove the red x from my header?

    http://oldsite.lotsofgifts.net

    Thanks

  2. #2
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: HTML in Header with red X

    2 options
    1. add following code to stylesheet of your current template
    Code:
    #logo { display: none }
    OR
    2. Create a transparent image, name it logo.gif.
    Upload to folder, /includes/yourcurrenttemplate/images/
    Then in
    includes/languages/mylanguage/mytemplate/header.php I removed 'logo.gif'
    Replace code, logo.gif

  3. #3
    Join Date
    Nov 2007
    Posts
    16
    Plugin Contributions
    0

    Default Re: HTML in Header with red X

    I also have a problem with my header. Already change all header.php in my server, but still cant change the web titles..

    Did I do wrong? All directort like english or classic template already change in this header. Pls help

    Code:
    // added defines for header alt and text
    define('HEADER_ALT_TEXT', 'Powered by E-Buying :: Your Online Cheapset Electronic Shops');
    define('HEADER_SALES_TEXT', '<h1>e-buying.com.my</h1>');
    define('HEADER_LOGO_WIDTH', '200px');
    define('HEADER_LOGO_HEIGHT', '80px');
    define('HEADER_LOGO_IMAGE', 'logo.gif');

 

 

Similar Threads

  1. Lite Red HTML problem
    By redrob in forum Addon Templates
    Replies: 3
    Last Post: 9 Oct 2010, 06:10 PM
  2. Installing Header in HTML with a jpg. Logo.
    By RobertG in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 29 Nov 2009, 09:08 AM
  3. Replace ZenCart Header with html/flash
    By danielosko in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 20 Feb 2009, 04:46 PM
  4. Header - white box with red X
    By kburner in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 14 Jan 2009, 08:56 AM
  5. remove gap with red bar under header
    By neotenous in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 1 Oct 2008, 12:54 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg