Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Martin Hagen Friend
    #152298

    Hello,
    how to to disable the mainbody only on frontpage – anybody can help?

    Saguaros Moderator
    #349186

    Hello

    Pls open the file : templatesja_pyrolayoutsblocksmain.php and try to find the following code:

    [PHP]
    <div id=”ja-contentwrap” class=”<?php echo $this->getColumnWidth(‘cls_m’); ?>”>
    [/PHP]

    and replace:
    [PHP]
    <?php if( $this->isFrontPage() ) : ?>
    <div id=”ja-contentwrap” class=”<?php echo $this->getColumnWidth(‘cls_m’); ?>”>
    [/PHP]

    and find the following code :

    [PHP]
    <?php
    $mass_bottom = $this->getPositionName (‘content-mass-bottom’);
    [/PHP]

    replace
    <?php endif;
    $mass_bottom = $this->getPositionName (‘content-mass-bottom’);

    Martin Hagen Friend
    #349424

    I tried this but it doesn’t work. Did it work for you?

    Saguaros Moderator
    #349622

    Hello

    The solution is working on my site, can you pls the snaphot, and drawn some shapes on the expectly positions, it help me know the solutions is for you , is not?

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

This topic contains 4 replies, has 2 voices, and was last updated by  Saguaros 14 years, 4 months ago.

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