Results 1 to 6 of 6
  1. #1
    Join Date
    Jan 2007
    Posts
    103
    Plugin Contributions
    0

    Default Turn Off All Products in Category Sidebox

    How do you turn off the all products and new products links inside the category sidebox just below the horizontal line? Can this be done from Admin?

    Also, where can you change the placement, the colour and width of the horizontal line?

    Thanks for any help. I have tried searching but the search results pick up on words and threads which have nothing to do with what I amn looking for.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Turn Off All Products in Category Sidebox

    admin > config > layout settings > Categories Box - Show Products All Link > set to "false"
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Sep 2004
    Location
    Western Massachusetts
    Posts
    2,945
    Plugin Contributions
    5

    Default Re: Turn Off All Products in Category Sidebox

    How do you turn off the all products and new products links inside the category sidebox just below the horizontal line? Can this be done from Admin?
    Admin > Configuration > Layout Setings
    Also, where can you change the placement, the colour and width of the horizontal line?
    You can turn it on/off from the Layout Settings configuration page. To modify it, you'll need to make an override copy of includes/templates/template_default/sideboxes/tpl_categories.php - this section of code is what displays it:
    Code:
        if (SHOW_CATEGORIES_SEPARATOR_LINK == '1') {
          $content .= '<hr id="catBoxDivider" />' . "\n";
        }
    Neville
    An assumption is what you arrive at when you get tired of thinking...

  4. #4
    Join Date
    Jan 2007
    Posts
    103
    Plugin Contributions
    0

    Default Re: Turn Off All Products in Category Sidebox

    Thanks to you both

  5. #5
    Join Date
    Jan 2007
    Location
    California
    Posts
    345
    Plugin Contributions
    0

    Default Re: Turn Off All Products in Category Sidebox

    Oops, sorry about this
    Last edited by rush_woman; 1 Feb 2007 at 07:18 PM. Reason: erroneously hit reply
    Cheryl

  6. #6
    Join Date
    Feb 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: Turn Off All Products in Category Sidebox

    Quote Originally Posted by bunyip View Post
    Admin > Configuration > Layout Setings

    You can turn it on/off from the Layout Settings configuration page. To modify it, you'll need to make an override copy of includes/templates/template_default/sideboxes/tpl_categories.php - this section of code is what displays it:
    Code:
        if (SHOW_CATEGORIES_SEPARATOR_LINK == '1') {
          $content .= '<hr id="catBoxDivider" />' . "\n";
        }
    Any idea where in the CSS I can find the code to remove the space it leaves?

 

 

Similar Threads

  1. Turn off left sidebox in all but categories page
    By Matthew Kin in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 5 Mar 2015, 01:53 PM
  2. Replies: 1
    Last Post: 16 Nov 2012, 10:31 PM
  3. Replies: 24
    Last Post: 16 Nov 2009, 04:20 PM
  4. Turn off New and All Products....
    By confused_aswell in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 27 Jul 2009, 04:07 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