Results 1 to 4 of 4

Hybrid View

  1. #1

    Default remove sideboxes from main page

    Hi, I want to remove the sideboxes from the index page only but when ever I try to comment out what I think is the correct area of code from tpl_main_page the whole page turns blank.
    Can anyone shed any light?
    thanks,
    john
    www.curvesandcorsets.com

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

    Default Re: remove sideboxes from main page

    Rather than try to comment out the right bit of code, set a flag following the instructions in the top of tpl_main_page.php, like
    PHP Code:
    if ($this_is_home_page) {
      
    $flag_disable_left true;
      
    $flag_disable_right true;


  3. #3
    Join Date
    May 2010
    Location
    Athens, Greece
    Posts
    292
    Plugin Contributions
    0

    Default Re: remove sideboxes from main page

    Hi John,

    I would create an index_home.css file containing:

    #navColumnOne{display:none;}

    If you have it in your css folder, it will be read only when the home page is loaded and will eliminate your left column, extending contents to the left edge of the page.

    If you only want to remove the Categories side box, use

    #categories{display:none;}

    If you only want to remove the Important Links side box, use

    #ezpages{display:none;}

    I hope this helps.

  4. #4

    Default Re: remove sideboxes from main page

    Thanks gjh42, every day is a school day!

 

 

Similar Threads

  1. Remove sideboxes from product page
    By willwright111 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Jul 2010, 02:03 AM
  2. Remove Sideboxes from the Main Page?
    By Dimascus in forum Basic Configuration
    Replies: 2
    Last Post: 18 Dec 2009, 01:30 AM
  3. Remove Sideboxes from home page
    By tawebworks in forum Templates, Stylesheets, Page Layout
    Replies: 20
    Last Post: 8 Apr 2008, 08:19 AM
  4. Right Sideboxes disappeared from main page only.
    By mirael in forum Basic Configuration
    Replies: 1
    Last Post: 27 Aug 2007, 08:39 AM
  5. remove sideboxes from single page
    By gossamerLL in forum Basic Configuration
    Replies: 5
    Last Post: 28 Nov 2006, 11:38 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