Thread: Sidebox help

Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2011
    Posts
    226
    Plugin Contributions
    0

    Default Sidebox help

    Hello

    I know how to disable left and right side box columns for main pages (contact us, new products, etc) and for category listings, as well as EZ pages, but could someone please tell me how to disable the right sidebox columns for certain product pages?

    Your help is appreciated

    Thank you
    S

  2. #2
    Join Date
    Sep 2011
    Posts
    226
    Plugin Contributions
    0

    Default Re: Sidebox help

    I'm guessing it's not possible then

  3. #3
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Sidebox help

    Anything is possible.

    Read up on the page-specific stylesheet in the readme file in the css folder. (It'll be in the css folder in the classic template if it's not in your template's css folder.)

    You can create a page-specific or category-specific stylesheet, and hide an element you don't want by setting it to, for example...

    Code:
    #information.leftBoxContainer { visibility: hidden; }
    That code will hide an entire sidebox with an ID of "information" and a class of "leftBoxContainer".

    To hide an entire column, use...

    Code:
    #navColumnOne.columnLeft { visibility: hidden; }
    My examples are talking about left columns because I don't have the right column visible to test it. But if you use Firefox and either the web developer tools or Firebug, you can quickly and easily see what ID and class to specify to do what you want.

    Rob

 

 

Similar Threads

  1. Help on Crafty Syntax Live Help Sidebox
    By pzgoozi in forum General Questions
    Replies: 0
    Last Post: 29 Jun 2008, 07:13 PM
  2. sidebox help..
    By veasnak in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 9 Apr 2008, 03:49 PM
  3. Sidebox Help
    By HumDaddy in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Jan 2008, 08:17 PM
  4. sidebox help
    By rramirezb in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 12 Nov 2007, 10:41 AM
  5. Sidebox Help
    By Rwatson626 in forum Basic Configuration
    Replies: 2
    Last Post: 22 Jan 2007, 01:24 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