Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2009
    Posts
    6
    Plugin Contributions
    0

    Default How do I remove the link from my logo?

    Hello everyone,

    I've just finished adding my logo to the header on my site.

    The problem is that when you hover over the logo, it has a link that will take you to the homepage.

    How do I remove this link? I'm having trouble finding where it's located.

    Any ideas?

    http://new.hydroponic-gardens.com/zencart/

    Thanks,

    Fernando

  2. #2
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: How do I remove the link from my logo?

    Having that link is pretty standard on a lot of sites but if you really want to get rid of it then you need to look at a file :

    includes/templates/youtemplate/common/tpl_header.php

    At about line 70 you will see:

    Code:
        <div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>
    You want to change this to:

    Code:
        <div id="logo"><?php echo  zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) ; ?></div>

  3. #3
    Join Date
    Dec 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: How do I remove the link from my logo?

    That worked!

    Thanks.

 

 

Similar Threads

  1. how can I remove the logo "Computer store the.." from the header and put my own.
    By fkalanda in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Jul 2013, 09:23 PM
  2. How do I remove the link from the zenlogo banner?
    By kathi247 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 15 Jul 2010, 03:47 PM
  3. How to remove Additional Images Enlarge Link from the picture
    By XxDrAg0nxX in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 30 May 2009, 08:41 PM
  4. Can I remove the link from the main header logo?
    By jaz1974 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 8 Jan 2009, 10:24 PM
  5. Replies: 2
    Last Post: 12 Sep 2007, 05:34 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