Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Dec 2006
    Location
    UK
    Posts
    32
    Plugin Contributions
    0

    Default How to remove horizontal categories bar

    Is there a setting in the admin panel or some code to adjust which will remove the horizontal product category links under the header? I want to keep the bar there and insert a telephone number (or similar) instead. Any advice appreciated.

  2. #2

    Default Re: How to remove horizontal categories bar

    Look in your admin->Layout Settings for Categories-Tabs Menu ON/OFF and turn it off.

    You can edit the file includes\templates\template_default\templates\tpl_modules_categories_tabs to add your custom content.
    Last edited by Pierre; 12 Feb 2007 at 09:10 PM.
    http://www.customscripts.co.za - Custom development for open-source applications

    http://www.pcservice.co.za - Website Development, Domain Registration, Hosting

  3. #3
    Join Date
    Dec 2006
    Location
    UK
    Posts
    32
    Plugin Contributions
    0

    Default Re: How to remove horizontal categories bar

    Thanks Pierre. Thanks for the quick answer!

  4. #4

    Default Re: How to remove horizontal categories bar

    Edit the file to look like
    Code:
    <?php
     if (CATEGORIES_TABS_STATUS == '1') { ?>
    <div id="navCatTabsWrapper">
    <div id="navCatTabs">
    ENTER YOUR CONTENT HERE
    </div>
    </div>
    <?php } ?>
    To still be able to turn it on or off in the admin.
    http://www.customscripts.co.za - Custom development for open-source applications

    http://www.pcservice.co.za - Website Development, Domain Registration, Hosting

 

 

Similar Threads

  1. How do I move navigation horizontal bar?
    By apples in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 31 Mar 2009, 01:17 PM
  2. How to remove horizontal scroll
    By james739 in forum General Questions
    Replies: 2
    Last Post: 9 Jul 2008, 01:05 PM
  3. Remove Horizontal Bar
    By Kyler Schroeder in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 16 Jul 2007, 09:05 PM
  4. How to remove categories horizontal listing on top of the page
    By qm360 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 8 Jul 2007, 03:39 PM
  5. How Do I Get Rid of The Horizontal Categories Bar?
    By jaz1974 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Nov 2006, 03:48 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