Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Anonymous Moderator
    #140101

    For this idea, please try with my guide:

    + Open templates/ja_pariiti/index.php file, at about line 216, find following code:

    [PHP]
    <!– BEGIN: CONTENT –>
    <div id=”ja-content”>
    <div class=”innerpad”>

    <div id=”ja-current-content”>
    <?php if ($tmpTools->isFrontPage()) {?>
    <div id=”ja-pathway”>
    <jdoc:include type=”module” name=”breadcrumbs” />
    </div><div class=”clr”></div>
    <?php } ?>
    <jdoc:include type=”message” />
    <jdoc:include type=”component” />
    <?php if ( $this->countModules(‘banner’) ) { ?>
    <br />
    <div class=”ja-banner”>
    <jdoc:include type=”modules” name=”banner” style=”raw” />
    </div>
    <?php } ?>
    </div>

    </div>
    </div>
    <!– END: CONTENT –>

    <?php if ($ja_left || $ja_right ) { ?>
    <!– BEGIN: COLUMNS –>
    <div id=”ja-colwrap”>

    <?php if ($ja_left) { ?>
    <div id=”ja-col1″>
    <div><div class=”clearfix”>
    <jdoc:include type=”modules” name=”left” style=”xhtml” />
    </div></div>
    </div>
    <?php } ?>

    <?php if ($ja_right) { ?>
    <div id=”ja-col2″>
    <jdoc:include type=”modules” name=”right” style=”xhtml” />
    </div>
    <?php } ?>

    </div><br />
    <!– END: COLUMNS –>
    <?php } ?>
    [/PHP]

    and change to:

    [PHP]<?php if ($ja_left) { ?>
    <div id=”ja-col1″>
    <div><div class=”clearfix”>
    <jdoc:include type=”modules” name=”left” style=”xhtml” />
    </div></div>
    </div>
    <?php } ?>
    <!– BEGIN: CONTENT –>
    <div id=”ja-content”>
    <div class=”innerpad”>

    <div id=”ja-current-content”>
    <?php if ($tmpTools->isFrontPage()) {?>
    <div id=”ja-pathway”>
    <jdoc:include type=”module” name=”breadcrumbs” />
    </div><div class=”clr”></div>
    <?php } ?>
    <jdoc:include type=”message” />
    <jdoc:include type=”component” />
    <?php if ( $this->countModules(‘banner’) ) { ?>
    <br />
    <div class=”ja-banner”>
    <jdoc:include type=”modules” name=”banner” style=”raw” />
    </div>
    <?php } ?>
    </div>

    </div>
    </div>
    <!– END: CONTENT –>

    <?php if ($ja_right) { ?>
    <div id=”ja-col2″>
    <jdoc:include type=”modules” name=”right” style=”xhtml” />
    </div>
    <?php } ?>

    <br />
    [/PHP]

    + Open templates/ja_pariiti/css/template_css.css file, find following lines to change:

    – At about line 794, find following code:

    #ja-col1 {
    background:transparent url(../images/col1-top.gif) no-repeat scroll center top;
    float:left;
    padding-top:10px;
    width:50%;
    }

    and change to:

    #ja-col1 {
    background:transparent url(../images/col1-top.gif) no-repeat scroll center top;
    float:left;
    padding-top:10px;
    width:20%;
    }

    – At about line 828, find following code;

    #ja-col2 {
    float:right;
    overflow:hidden;
    padding-bottom:10px;
    width:49.9%;
    }

    and change to:

    #ja-col2 {
    float:right;
    overflow:hidden;
    padding-bottom:10px;
    width:19.9%;
    }

    bolero1 Friend
    #300762

    This did not work. See attached tro see what it did


    1. leftcolumnNOTfixed
    bolero1 Friend
    #300849

    Are you going to take three days to respond again?

    Anonymous Moderator
    #300880

    Hi bolero1,

    You have not changed it template.css file.

    timmiller Friend
    #302406

    Hi There,

    Worked great- thanks so much.

    tm

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

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

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