Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2007
    Posts
    64
    Plugin Contributions
    0

    Default Add new center box

    Hello,

    I am interested in creating a new center box for displaying on the homepage. Is is possible to clone an existing center box like possible with modules?

    When creating a new center box, what steps must I ensure to keep the override system intact?

    Thank you,

    TheMusician

  2. #2
    Join Date
    Jun 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Add new center box

    For anyone interested in doing this, I got it to work although it is not pretty and I am sure there is a better way.

    The center column boxes are added via the tpl_main_page.php, so open it up and make sure you save it in your custom folder.

    after the
    PHP Code:
    require ($body_code); ?> I added this

    <div class="centerColumn">
    <div class="centerBoxWrapper">
    <h2 class="centerBoxHeading">Headline goes here</h2>
    <div id="RSS" style="width:100%;">
    <?php (HTML or PHP goes herejust remove the php tagesetc...)
    ?>
    </div>
    </div>
    I had to make a new div and alter it's style in stylesheet.css.

    HTML Code:
    #RSS {
        background-color:#ffffff;
        margin-top:-13px;
    }
    #RSS h2 {
        padding-top:10px;
        color:#a34134;
    }
    HTH

 

 

Similar Threads

  1. Center Box overlapping Add to Cart box
    By margecc in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 19 Oct 2009, 04:03 PM
  2. add text in center box
    By JohnBoyCR in forum General Questions
    Replies: 1
    Last Post: 10 Mar 2009, 05:35 PM
  3. Can I add a center box?
    By MamaT in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 13 Nov 2008, 05:41 PM
  4. Center Box - New Products
    By Berserker in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 18 Feb 2007, 04:08 AM

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