Results 1 to 6 of 6
  1. #1
    Join Date
    Feb 2009
    Posts
    9
    Plugin Contributions
    0

    help question How do I remove the heading from just one Sidebox?

    How do I disable the heading for just one sidebox?

    Leaving the others intact...
    Each sidebox has its own tpl_whatever_sidebox.php and its own
    whatever_sidebox_defines.php

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: How to remove the heading (not just title) form Sideboxes?

    Quote Originally Posted by bizshop1 View Post
    How do I disable the heading for just one sidebox?

    Leaving the others intact...
    Each sidebox has its own tpl_whatever_sidebox.php and its own
    whatever_sidebox_defines.php
    Biz,
    admin panel/ tools/ developers tool kit

    1. search for
    2. the heading title name you want to disable
    3. catalog
    4. search
    5. you should find this in:
    6. includes/ languages/ english.php
    7. Just delete the heading name between the two single quotes, but leave the quotes
    8. EX: define('BOX_HEADING_CATEGORIES', 'Categories');
    9. Change to: define('BOX_HEADING_CATEGORIES', '');
    10. remember to use the override system
    11. save the file to: includes/ languages/ your_template/ english.php

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

    Default Re: How to remove the heading (not just title) form Sideboxes?

    Or if you don't mind that the heading is still processed, you can completely hide it just by adding to your stylesheet

    #whatever_sideboxHeading {display: none;}

  4. #4
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: How to remove the heading (not just title) form Sideboxes?

    Moderator note: Posts moved to separate discussion
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Mar 2008
    Location
    UK
    Posts
    26
    Plugin Contributions
    0

    Default Re: How do I remove the heading from just one Sidebox?

    I'm looking for something similar to this but struggling ...

    I would like to remove the "categories" heading, not just the words but the whole heading bar.

    I have managed to do this by modifying the stylesheet as follows...

    #categoriesHeading {display: none;}

    However I am wanting to go further and only remove the heading when on the main page? I already figured out how to remove the category list itself under main page conditions by wrapping an IF statement around the code in tpl_categories thanks to previous posts. I have tried wrapping numerous lines of code in the same IF statement wherever I find reference to the heading but so far it seems to be welded onto teh site with gum!!!!

    Can anyone help me figure what I need to modify to do this, pleasssseee.

    BTW for reference I'm running on V1.3.8a

    Any help would be much appreciated!!
    Zen Newbie: www.wickedstyling.com]. Thanks All.

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

    Default Re: How do I remove the heading from just one Sidebox?

    #indexHomeBody #categoriesHeading {display: none;}

    or to hide the whole sidebox with one rule, simply

    #indexHomeBody #categories {display: none;}

 

 

Similar Threads

  1. how to remove categories heading in sidebox
    By james739 in forum General Questions
    Replies: 1
    Last Post: 20 Mar 2010, 09:36 AM
  2. How to remove the heading (not just title) form Sideboxes?
    By 0101101011 in forum Setting Up Categories, Products, Attributes
    Replies: 12
    Last Post: 19 Jul 2009, 07:22 AM
  3. how to remove category box from just one page?
    By Noneya99 in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 6 Jun 2009, 12:54 PM
  4. how to remove category box from just one page?
    By INeedLove in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 4 Jun 2009, 06:41 PM
  5. Remove Search Heading from Sidebox?
    By fancypants in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 5 Oct 2007, 09:05 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