Results 1 to 7 of 7
  1. #1
    Join Date
    Nov 2013
    Location
    Chelmsford, Essex, United Kingdom
    Posts
    19
    Plugin Contributions
    0

    Default Editing navigation bar

    http://astromerchandise.co.uk/ this is my website. I want to edit the navigation bar, the one with 'home' 'shop' 'brands' etc. I want to edit 'brands' to something else but I have no idea how. Could someone help me out?

  2. #2
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: Editing navigation bar

    Are you using v1.52?

    The name 'brands' should be defined in a language file here:
    includes/languages/english/
    - possibly the header.php

    It depends on the template you're using.
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base8 - Obsidian - This, is what's new.

  3. #3
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Editing navigation bar

    Try asking in the "Stirling Grand" support thread as the Template designer for that template (which you appear to be useing) is extremely helpful and will answer your questions

    http://www.zen-cart.com/showthread.p...nsive-Template
    Webzings Design
    Semi retired from Web Design

  4. #4
    Join Date
    Nov 2013
    Location
    Chelmsford, Essex, United Kingdom
    Posts
    19
    Plugin Contributions
    0

    Default Re: Editing navigation bar

    My header.php file is as follows
    <?php
    /**
    * @package languageDefines
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: header.php 2940 2006-02-02 04:29:05Z drbyte $
    */

    // header text in includes/header.php
    define('HEADER_TITLE_CREATE_ACCOUNT', 'Create Account');
    define('HEADER_TITLE_MY_ACCOUNT', 'My Account');
    define('HEADER_TITLE_CART_CONTENTS', 'Shopping Cart');
    define('HEADER_TITLE_CHECKOUT', 'Checkout');
    define('HEADER_TITLE_TOP', 'Top');
    define('HEADER_TITLE_CATALOG', 'Home');
    define('HEADER_TITLE_LOGOFF', 'Log Out');
    define('HEADER_TITLE_LOGIN', 'Log In');

    // added defines for header alt and text
    define('HEADER_ALT_TEXT', 'Astro Merchandise');
    define('HEADER_SALES_TEXT', 'ALL the posters!');
    define('HEADER_LOGO_WIDTH', '192px');
    define('HEADER_LOGO_HEIGHT', '64px');
    define('HEADER_LOGO_IMAGE', 'logo.gif');

    // header Search Button/Box Search Button
    define('HEADER_SEARCH_BUTTON','Search');
    define('HEADER_SEARCH_DEFAULT_TEXT', 'Enter search keywords here');

    ?>

  5. #5
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: Editing navigation bar

    The file you seek is here:
    includes/languages/english/extra_definitions/stirling_grand/headermenu.php

    /*bof manufacturers definitions*/
    define('HEADER_TITLE_MANUFACTURERS','Brands');
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base8 - Obsidian - This, is what's new.

  6. #6
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: Editing navigation bar

    Quote Originally Posted by k1rk_hammett View Post
    http://astromerchandise.co.uk/ this is my website. I want to edit the navigation bar, the one with 'home' 'shop' 'brands' etc. I want to edit 'brands' to something else but I have no idea how. Could someone help me out?
    Btw, welcome to Zen Cart. To help in the future (probably more now than later), if there is text that you want to find/change, use the Developer's Tool Kit in the admin panel under tools. It will find usage of such things in any file that would be a part of the template system where code is expected. Ie, would have identified the file twitchtoo identified.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #7
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Editing navigation bar

    Quote Originally Posted by k1rk_hammett View Post
    http://astromerchandise.co.uk/ this is my website. I want to edit the navigation bar, the one with 'home' 'shop' 'brands' etc. I want to edit 'brands' to something else but I have no idea how. Could someone help me out?
    Please do not double post. It is best to ask template related questions to the appropriate template support thread. Search the thread (or better yet read the thread) before you ask a question since many questions are posted over and over.

    If you read the readme.html file included in the template package you will find instructions for the customization you want to make.

    Thanks,

    Anne

 

 

Similar Threads

  1. Editing the Navigation Bar
    By hunkyhorse in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Oct 2008, 05:33 PM
  2. Customize navigation bar on top and bar at footer
    By kippo in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 20 Sep 2006, 03:28 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