Results 1 to 10 of 11

Hybrid View

  1. #1
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Remove Home Link in Header

    Have you tested any other browsers? You need to make sure your site displays in at least the most common browsers (at this point IE(9,8), Firefox, Chrome, not in order).

    There is nothing in your HTML source (which is browser-independent) which has a question mark or a home link in that part of the output. There is an empty tagline element, which might be rendered by Safari as a ? symbol; I've never used Safari so have no comment on its behavior.
    HTML Code:
    <!--bof-branding display-->
    <div id="logoWrapper">
        <div id="logo"><a href="http://www.daviscomposites.com/store/"><img src="includes/templates/custom/images/" alt="" /></a></div>
        <div id="taglineWrapper">
          <div id="tagline"><h1></h1></div>
        </div>
    </div>
    <br class="clearBoth" />
    <!--eof-branding display-->

  2. #2
    Join Date
    Feb 2009
    Posts
    22
    Plugin Contributions
    0

    help question Re: Remove Home Link in Header

    Where would I find that HTML code... also, the problem appears in Chrome and Safari but not FireFox....

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Remove Home Link in Header

    /includes/templates/your_template/common/tpl_header.php - you will find the output built by a bunch of PHP code. First I would suggest looking at the define:
    /includes/languages/english/header.php
    Line #21 : define('HEADER_SALES_TEXT', 'TagLine Here');

    or your template version:
    /includes/languages/english/your_template/header.php

    If that is empty (defined as '' ) then it will not be output at all by stock Zen Cart coding. A custom template could have mangled that safeguard so it prints the empty tagline.

  4. #4
    Join Date
    Feb 2009
    Posts
    22
    Plugin Contributions
    0

    red flag Re: Remove Home Link in Header

    OK... I think I found where the link is located... in the logoWrapper. Now I just need help to locate the file to make the fix... see attached html...
    Attached Images Attached Images  

  5. #5
    Join Date
    Feb 2009
    Posts
    22
    Plugin Contributions
    0

    Default Re: Remove Home Link in Header

    Screen shot might be a bit small... here is the code...

    <!--bof-branding display-->
    <div id="logoWrapper">
    <div id="logo"><a href="http://www.daviscomposites.com/store/"><img src="includes/templates/custom/images/" alt="" /></a></div>
    </div>

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Remove Home Link in Header

    The empty div/h1 is not the logo but just after it, in the tagline section.

    But before you edit template files, be sure to look for that define. Clearing that out should resolve itself if the stock functionality is intact. If not, post the whole section of the file between the "branding display" tags in tpl_header.php.

 

 

Similar Threads

  1. v139h how can remove "home" link header ezpg
    By dmagic in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 22 Feb 2014, 03:51 PM
  2. Header Link Home
    By Mickmo68 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 Sep 2011, 02:09 PM
  3. Footer Strip /Home Link Remove
    By mithaimate in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 25 Dec 2010, 01:53 AM
  4. Put home link on my header
    By Spiritus in forum General Questions
    Replies: 7
    Last Post: 15 May 2009, 12:52 PM
  5. Remove 'Home' link from navMain?
    By shadowcat in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 16 Mar 2009, 01:08 AM

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