Page 1 of 3 123 LastLast
Results 1 to 10 of 21
  1. #1
    Join Date
    Mar 2008
    Posts
    20
    Plugin Contributions
    0

    help question Remove Sideboxes from home page

    I know I'm missing something... but where can I "turn off" side boxes for just my home page?
    http://www.souvenirsofhiltonhead.com

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

    Default Re: Remove Sideboxes from home page

    Quote Originally Posted by tawebworks View Post
    I know I'm missing something... but where can I "turn off" side boxes for just my home page?
    http://www.souvenirsofhiltonhead.com
    open includes/templates/YOUR_TEMPLATE/common/tpl_main_page_php.

    at around line 45 add the following code:

    if ($this_is_home_page) {
    $flag_disable_right = true;
    $flag_disable_left = true;
    }

    save the file and upload to your server.

  3. #3
    Join Date
    Mar 2008
    Posts
    20
    Plugin Contributions
    0

    Have a Drink Re: Remove Sideboxes from home page

    Thank you, oh kind Zen Master!

  4. #4
    Join Date
    Mar 2008
    Posts
    20
    Plugin Contributions
    0

    help question Re: Remove Sideboxes from home page

    Is there an addition I can make to the code you noted to display a different header image?
    I would also like to link the home page header to the shopping cart.

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

    Default Re: Remove Sideboxes from home page

    Quote Originally Posted by tawebworks View Post
    Is there an addition I can make to the code you noted to display a different header image?
    I would also like to link the home page header to the shopping cart.
    That code just turns off the sideboxes on the main page.

    to change the header you could create an additional css file called index_home.css

    that would handle the header on the main page.

  6. #6
    Join Date
    Mar 2008
    Posts
    20
    Plugin Contributions
    0

    Default Re: Remove Sideboxes from home page

    Does it need to reside in the same "Common" folder?

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

    Default Re: Remove Sideboxes from home page

    All css files go in the /includes/templates/your_template/css/ folder.

  8. #8
    Join Date
    Mar 2008
    Posts
    20
    Plugin Contributions
    0

    Default Re: Remove Sideboxes from home page

    Here is the code of my file (includes/templates/southart/css/index-home.css):

    #logoWrapper{
    background-image:url(../images/logo-shop.gif)
    background-repeat:no-repeat;
    background-color: #ffffff;
    height:96;
    }

    Yet, this is not working.
    What am I doing wrong here?

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

    Default Re: Remove Sideboxes from home page

    It needs to be index_home.css.

  10. #10
    Join Date
    Mar 2008
    Posts
    20
    Plugin Contributions
    0

    Default Re: Remove Sideboxes from home page

    I made that change.
    Still no go.

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. remove sideboxes from main page
    By johnybravo in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 25 Sep 2011, 11:54 AM
  2. Remove sideboxes from product page
    By willwright111 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Jul 2010, 02:03 AM
  3. Remove Sideboxes from the Main Page?
    By Dimascus in forum Basic Configuration
    Replies: 2
    Last Post: 18 Dec 2009, 01:30 AM
  4. Exclude sideboxes from home page only?
    By Vood in forum General Questions
    Replies: 13
    Last Post: 14 Feb 2008, 11:08 PM
  5. remove sideboxes from single page
    By gossamerLL in forum Basic Configuration
    Replies: 5
    Last Post: 28 Nov 2006, 11:38 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR