Thread: hyperlink box

Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2007
    Location
    Fairbanks, Alaska
    Posts
    426
    Plugin Contributions
    0

    Default hyperlink box

    on the header of the main page I removed the logo and hyperlink but now there's a box with a red x in it, anyone know how to remore it, you can't see it with firefox, but you can with IE and safari, if you want to see what I am writing about go to www.gooeee.com and use IE.

  2. #2
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: hyperlink box

    Quote Originally Posted by colemanpa View Post
    on the header of the main page I removed the logo and hyperlink but now there's a box with a red x in it, anyone know how to remore it, you can't see it with firefox, but you can with IE and safari, if you want to see what I am writing about go to www.gooeee.com and use IE.
    try checking the file
    includes/languages/english/header.php
    or
    /includes/languages/english/Your Custome template/header.php

    and look for the line

    Line #24 : define('HEADER_LOGO_IMAGE', 'logo.jpg');

    if thats not there or formatted wrong put it back in with the name of your logo file in place of where mine is called logo.jpg
    Various Zen cart sites !

  3. #3
    Join Date
    Oct 2007
    Location
    Fairbanks, Alaska
    Posts
    426
    Plugin Contributions
    0

    Default Re: hyperlink box

    no I removed those three lines from the script, the logo.jpg and two lines for size, it has to be coming from some where else.

  4. #4
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: hyperlink box

    Quote Originally Posted by colemanpa View Post
    no I removed those three lines from the script, the logo.jpg and two lines for size, it has to be coming from some where else.
    you have answered it yourself , the lines you have removed are stopping the template from working ,

    the page source looks like this , which comes from tpl_header in the templates dir.

    <div id="logoWrapper">
    <div id="logo"><a href="http://www.gooeee.com/"><img src="includes/templates/template_default/images/HEADER_LOGO_IMAGE" alt="" /></a></div>


    because there is nothing in the language file to tell it what to load ,put the language file back to how it was , and edit the tpl_header file instead if you want to play with the logo.

    Good luck.
    Various Zen cart sites !

  5. #5
    Join Date
    Oct 2007
    Location
    Fairbanks, Alaska
    Posts
    426
    Plugin Contributions
    0

    Default Re: hyperlink box

    Thanks but I have looked and I can not find a tpl_header anywhere, not in the templates dir nowhere.

    pete

  6. #6
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: hyperlink box

    If you are editing the template_default , which is not a good idea , and you should be using an overide . but it will be located in

    includes/templates/template_default/common/ tpl_header.php
    if you were to edit this , you should place it in your template directory :-


    includes/templates/CUSTOM-TEMPLATE-HERE/common/ tpl_header.php

    hope that points you in the right direction . Learning about using the overides is very important , as you never really want to mess with core code as when an upgrade comes out as the frequently do , all your hard work will be undone.
    Various Zen cart sites !

 

 

Similar Threads

  1. v139h Hyperlink in footer
    By Omninomninous in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 17 Jul 2012, 12:34 AM
  2. Page 2 hyperlink
    By Minu in forum General Questions
    Replies: 19
    Last Post: 10 Mar 2011, 12:11 PM
  3. How to Hyperlink?
    By layoyo in forum Templates, Stylesheets, Page Layout
    Replies: 20
    Last Post: 18 Jan 2009, 05:57 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