Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2014
    Location
    Central California
    Posts
    104
    Plugin Contributions
    0

    Default removing header menu buttons

    I am trying to remove some buttons from what I think is the header menu.
    My site is http://www.sierrasweets.com/working_title/
    I am using a free Zen Cart template, and my knowledge of css and php is basic.
    I want to remove some of the buttons from this menu, one being "Brands".
    I have been using Firebug, thank you to the forum for telling me about it, it has been a
    great help.
    The template instruction says "If you want to customize the header menu you can change any of the existing text and links in includes/languages/english/extra_definitions/responsive_sheffield_blue/headermenu.php"
    Unfortunately that isn't quite enough information for me. I have inspected the file and a line
    define('HEADER_TITLE_MANUFACTURERS','Brands');
    I have tried making it a comment by enclosing the statement with
    /*define('HEADER_TITLE_MANUFACTURERS','Brands');*/ but the button still shows up.

    With the help of Firebug I found if I comment out the section below the Brands button is gone.
    <li class="manufacturers-li">
    <a class="drop" href="http://www.sierrasweets.com/working_title/">Brands</a>
    <div class="dropdown_1column">
    </li>

    Can someone tell me how where to change the code to get rid of the button.
    Thanks
    K1

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

    Default Re: removing header menu buttons

    You would be best off asking in the Sheffield Blue template support thread, or in the support thread for the navigation menu that it uses. The menu should have readme documentation which describes how to eliminate gertain top links.


    You should never eliminate a define statement to get rid of an item; all that does is make the constant undefined and cause errors. The code that displays it will still try to display something.

 

 

Similar Threads

  1. v154 removing menu items from header menu
    By Awalji in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 Jun 2015, 08:00 PM
  2. How to replace Header menu with static buttons?
    By perfumbg in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 13 Nov 2010, 06:50 PM
  3. Pure green header and top menu buttons problem
    By Hound in forum Addon Templates
    Replies: 9
    Last Post: 5 Oct 2010, 04:27 PM
  4. Header Menu-Buttons Links Change
    By Snap in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Aug 2010, 07:04 PM
  5. Easy way to edit header/top menu, footer menu, and sidebar menu?
    By templar2 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 30 Jun 2009, 11:14 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