Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • ochlin_imut Friend
    #138644

    I want to make my web such as this position.

    http://img19.imageshack.us/my.php?image=zeole0.jpg

    Any help please…………………….
    Thanx

    Anonymous Moderator
    #295151

    Hi ochlin_imut,

    For this case, please open index.php file in templates/ja_zeolite folder, at about line 154, find following code:

    [PHP]<div id=”ja-contentwrapper”>

    <?php if ( !$tmpTools->isContentEdit() && ($this->countModules(‘vm-fp’) || $this->countModules(‘ja-slider’)) ) { ?>
    <div id=”ja-productwrap”><div id=”ja-product-bot”><div id=”ja-product-top” class=”clearfix”>

    <?php if ( $this->countModules(‘vm-fp’) ) { ?>
    <div id=”ja-fp”>
    <jdoc:include type=”modules” name=”vm-fp” style=”xhtml” />
    </div>
    <?php } ?>

    <?php if ( $this->countModules(‘ja-slider’) ) { ?>
    <div id=”ja-slider”>
    <jdoc:include type=”modules” name=”ja-slider” style=”xhtml” />
    </div>
    <?php } ?>

    </div></div></div>
    <?php } ?>

    <jdoc:include type=”message” />

    <!– BEGIN: CONTENT –>
    <div id=”ja-contentwrap”><div id=”ja-content”>

    <div id=”ja-current-content” class=”clearfix”>

    <jdoc:include type=”component” />

    </div>

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

    </div>
    [/PHP]

    and change to:

    [PHP]<div id=”ja-contentwrapper”>

    <!– BEGIN: CONTENT –>
    <div id=”ja-contentwrap”><div id=”ja-content”>

    <div id=”ja-current-content” class=”clearfix”>

    <jdoc:include type=”component” />

    </div>

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

    <?php if ( !$tmpTools->isContentEdit() && ($this->countModules(‘vm-fp’) || $this->countModules(‘ja-slider’)) ) { ?>
    <div id=”ja-productwrap”><div id=”ja-product-bot”><div id=”ja-product-top” class=”clearfix”>

    <?php if ( $this->countModules(‘vm-fp’) ) { ?>
    <div id=”ja-fp”>
    <jdoc:include type=”modules” name=”vm-fp” style=”xhtml” />
    </div>
    <?php } ?>

    <?php if ( $this->countModules(‘ja-slider’) ) { ?>
    <div id=”ja-slider”>
    <jdoc:include type=”modules” name=”ja-slider” style=”xhtml” />
    </div>
    <?php } ?>

    </div></div></div>
    <?php } ?>

    <jdoc:include type=”message” />

    </div>
    [/PHP]

    ochlin_imut Friend
    #295262

    Thx very much
    It’s work …..

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

This topic contains 3 replies, has 2 voices, and was last updated by  ochlin_imut 15 years, 8 months ago.

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