Results 1 to 4 of 4
  1. #1
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

    Default Turn off left/right column for certain pages

    Hi,

    How do I turn off the left/right column when on certain pages such as the checkout?

    Thx

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Turn off left/right column for certain pages

    Quote Originally Posted by Berserker View Post
    Hi,

    How do I turn off the left/right column when on certain pages such as the checkout?

    Thx
    Check here in the Tutorials/FAQs section

  3. #3
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

    Default Re: Turn off left/right column for certain pages

    Thanks a lot!!!

  4. #4
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

    Default Re: Turn off left/right column for certain pages

    Im using the following styles instead of the one in the tutorials/faqs.

    //add page names that you wantto disable left and right columns
    $center_column_only = array('login','account');
    // the following IF statement can be duplicated/modified as needed to set additional flags
    if (in_array($current_page_base,$center_column_only) ) {
    $flag_disable_right = true;
    $flag_disable_left = true;
    }

 

 

Similar Threads

  1. v151 How to turn off left column for one category and all of its sub categories?
    By WayneStephens in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 8 Jul 2016, 07:50 PM
  2. turn off left or right side bar on home page only [and only certain EZ pages]
    By thebigkick in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Jun 2012, 10:23 PM
  3. turn off just one or two side boxes for certain pages?
    By fredmccay in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Mar 2011, 06:30 PM
  4. Turn Right Hand column off on most pages
    By aussiesapphire in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 2 Aug 2009, 08:07 AM
  5. IF statement to turn off left/right column on category page
    By milkyway in forum General Questions
    Replies: 6
    Last Post: 1 Oct 2007, 08:26 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