Results 1 to 10 of 10
  1. #1
    Join Date
    Apr 2006
    Posts
    76
    Plugin Contributions
    0

    Default Unwanted (Invisible) Header Link

    This concerns the main header that appears on each page. I've replaced the original Zen header with my own and all is good...except...The header area where my new jpeg lay is still an active link to the home page. The entire area. When you mouse-over a link is indicated and I would really like to make that go away. Any suggestions?

    If you like, you can visit http://www.beadedlily.com/shop/ to see what I mean.

    Thanks in advance for any help in removing this minor annoyance from my life.

  2. #2
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Unwanted (Invisible) Header Link

    in includes/templates/your template/common/tpl_header

    find the LOGO and remove the link.

    also your header image is huge... im on 1024 x 768 and it kicked out way to the right

  3. #3
    Join Date
    Apr 2006
    Posts
    76
    Plugin Contributions
    0

    Default Re: Unwanted (Invisible) Header Link

    Thanks, oh wise one, for the heads-up on the huge header. I had that and other page-width issues that I wasn't aware of. (Seemed OK on my screen)

    As for your suggestions:
    in includes/templates/your template/common/tpl_header

    find the LOGO and remove the link.
    Could you please expound on exactly what to remove? I feel like a real nimrod not being able to see, it even though I'm supposedly on the page but there doesn't seem to be any obvious links to remove. I've not been successful with the attempts made.

    Thanks again!

  4. #4
    Join Date
    Apr 2006
    Posts
    76
    Plugin Contributions
    0

    Default Re: Unwanted (Invisible) Header Link

    I still haven't been able to resolve this issue. There doesn't seem to be a link to remove in includes/templates/your template/common/tpl_header and I am at a loss as to where to continue the search. Any suggestions or hints would be much appreciated.

    Thanks!

  5. #5
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Unwanted (Invisible) Header Link

    In tpl_header.php find:

    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>
    and remove the portions in red

  6. #6
    Join Date
    Apr 2006
    Posts
    76
    Plugin Contributions
    0

    Default Re: Unwanted (Invisible) Header Link

    and remove the portions in red
    ##############################___
    Clyde
    Clyde, it would have taken me forever to figure that out! You've returned me to my wife and children. (At least until the next unsolvable Zen riddle, which is always just around the corner)
    Seriously - Thanks!

  7. #7
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Unwanted (Invisible) Header Link

    Not at all, glad to help

  8. #8
    Join Date
    May 2006
    Posts
    89
    Plugin Contributions
    0

    Re: Unwanted (Invisible) Header Link

    Hi,
    I read this post, but I still can't remove the blue lines around my logo.
    Instead of the lines above, I have the lines below because I want to use part of the image to link other pages.

    I would like to know where can I set the blue line to not show up.

    Thanks!
    Norma

    <?php echo '<img src="http://www.scrapbooksgonedigital.com/admin/images/Logo.jpg" alt= "Scrapbooks gone Digital " usemap="#Map" /> <map name="Map" id="Map"> <area shape="rect" coords="513,162,640,196" href="http://www.scrapbooksgonedigital.com/community/sendmessage.php" target="_self" alt="Contact us" /> <area shape="rect" coords="462,170,545,209" href="http://www.scrapbooksgonedigital.com/NEWSLETTER/index.html" target="_blank" alt="Newsletter"/> <area shape="rect" coords="332,169,427,208" href="http://www.scrapbooksgonedigital.com/community/" target="_self" alt="Forums" /> <area shape="rect" coords="231,170,320,206" href="http://www.scrapbooksgonedigital.com/GALLERY/index.php" target="_blank" alt="Gallery" /> <area shape="rect" coords="136,172,220,206" href="http://www.scrapbooksgonedigital.com" target="_self" alt="Home" /> </map>' ; ?>

  9. #9
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Unwanted (Invisible) Header Link

    In your stylesheet.css add the following:

    img {border: none;}

  10. #10
    Join Date
    May 2006
    Posts
    89
    Plugin Contributions
    0

    Default Re: Unwanted (Invisible) Header Link

    It worked !!!

    Thank you !!!

 

 

Similar Threads

  1. Removing Unwanted Link in Footer
    By ducam25z in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 11 Jun 2010, 12:40 PM
  2. Invisible border in header?
    By sartor in forum General Questions
    Replies: 5
    Last Post: 16 Jan 2009, 12:50 AM
  3. please help me remove an unwanted link
    By totorox in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 5 Jul 2006, 04:17 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