Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • tpodgorski Friend
    #123822

    Has anyone attempted to modify Koniga into a 3-column template?

    While I adore the design, the limitations of the current 2-template format prevent me from being able to use it, as my site’s needs require a 3-column layout.

    I may go ahead and try to modify Koniga myself, but I was wondering first if anyone had successfully attempted this.

    Tracy

    rickzero Friend
    #233167

    I managed to add another column on the right of the mainbody. You will need to tweak your css but here’s something to start with.

    open your index.php and paste this between:

    <div id=”ja-container” class=”clearfix”>

    <!– BEGIN: RIGHT COLUMN –>
    <div id=”ja-col2″>
    <div class=”ja-innerpad”>
    <?php echo mosLoadModules ( ‘right’,-2 ); ?>
    </div>
    </div>
    <!– END: RIGHT COLUMN –>

    <div id=”ja-mainbody<?php echo $divid; ?>”>

    Open your the template_css.css
    and copy all the #ja-col1 (LEFT COLUMN) and paste it below that and change all the #ja-col1 to #ja-col2.

    #ja-col2 {
    float: right;
    width: 15.9%;
    overflow: hidden;
    color: #ea9c21;
    padding-left: 20px;
    }

    Increase your width to make the 3 column fit.

    #ja-wrapper {
    width: 940px;
    margin: 0 auto;
    }

    tpodgorski Friend
    #233198

    Oooh, thanks! I’d actually gotten a 3-column to work, and it’s much the same as yours, but it seems to have an issue with some components, such as Contact and Search, being too wide, not staying within the confines of the container ID and skewing the columns.

    I’ll try yours out, too, and see if that works better. Thanks again!

    Tracy

    calvencyc Friend
    #252860

    <?php echo mosLoadModules ( ‘right’,-2 ); ?>
    rthis line i got error with it … why??

    calvencyc Friend
    #253040

    version 1.0 or 1.5

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  calvencyc 15 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum