Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Nov 2010
    Posts
    5
    Plugin Contributions
    0

    application error How to edit Top Navigation bar?




    You see, buttons of top navigation bar in the picture have error.

    TOP_MENU_HOME seems abnormal...

    Which file I should edit to rename those buttons?

    This problem happen in both English and Chinese language.

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,879
    Plugin Contributions
    96

    Default Re: How to edit Top Navigation bar?

    Use you admin's Tools->Developers Toolkit, and ask it to search for TOP_MENU_ in all 'catalog' files. That will tell you which files are using that define. It sounds like you might not have copied a language file for a header menu add-on.

  3. #3
    Join Date
    Nov 2009
    Location
    UK
    Posts
    1,090
    Plugin Contributions
    0

    Default Re: How to edit Top Navigation bar?

    You need things like this....

    // top navigation menu text
    define('TOP_MENU_NEW_PRODUCTS', 'New Products');
    define('TOP_MENU_SPECIALS', 'Specials');
    define('TOP_MENU_VIEW_CART', 'View Cart');
    define('TOP_MENU_MY_ACCOUNT', 'My Account');


    In your english.php file, for your template you are using.

 

 

Similar Threads

  1. v151 How do I add navigation bar on the most top of my page?
    By dijah in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Apr 2014, 03:32 PM
  2. How to edit links above the navigation bar?
    By Wayne328 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 8 Nov 2010, 10:25 AM
  3. How to create New Link in Top Navigation Bar
    By layoyo in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Oct 2008, 08:56 PM
  4. How change color of top navigation bar
    By lieven23 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Aug 2008, 01:27 AM
  5. 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