Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • success_bus Friend
    #206228

    Hi,
    Please, how can I divide the position section-1?

    Best regards
    success_bus


    1. divide_position
    pavit Moderator
    #570026

    Hi

    <blockquote>Please, how can I divide the position section-1?</blockquote>

    Best way to obtain this is to change position section-1 with a spotlight block same as done in the Default layout

    so you should edit your home.php file inside this folder templatesja_cagotpls and change

    <div class="t3-wrapper"> <!-- Need this wrapper for off-canvas menu. Remove if you don't use of-canvas -->

    <?php $this->loadBlock('header') ?>

    <?php $this->loadBlock('slideshow') ?>

    <?php $this->loadBlock('section-1') ?>

    <?php $this->loadBlock('section-2') ?>

    <?php $this->loadBlock('section-3') ?>

    <?php $this->loadBlock('navhelper') ?>

    <?php $this->loadBlock('footer') ?>

    </div>

    To

    <div class="t3-wrapper"> <!-- Need this wrapper for off-canvas menu. Remove if you don't use of-canvas -->

    <?php $this->loadBlock('header') ?>

    <?php $this->loadBlock('slideshow') ?>

    <?php $this->loadBlock('spotlight-1') ?>

    <?php $this->loadBlock('section-2') ?>

    <?php $this->loadBlock('section-3') ?>

    <?php $this->loadBlock('navhelper') ?>

    <?php $this->loadBlock('footer') ?>

    </div>


    1. Screenshot_6
    pavit Moderator
    #735098

    Hi

    <blockquote>Please, how can I divide the position section-1?</blockquote>

    Best way to obtain this is to change position section-1 with a spotlight block same as done in the Default layout

    so you should edit your home.php file inside this folder templatesja_cagotpls and change

    <div class="t3-wrapper"> <!-- Need this wrapper for off-canvas menu. Remove if you don't use of-canvas -->

    <?php $this->loadBlock('header') ?>

    <?php $this->loadBlock('slideshow') ?>

    <?php $this->loadBlock('section-1') ?>

    <?php $this->loadBlock('section-2') ?>

    <?php $this->loadBlock('section-3') ?>

    <?php $this->loadBlock('navhelper') ?>

    <?php $this->loadBlock('footer') ?>

    </div>

    To

    <div class="t3-wrapper"> <!-- Need this wrapper for off-canvas menu. Remove if you don't use of-canvas -->

    <?php $this->loadBlock('header') ?>

    <?php $this->loadBlock('slideshow') ?>

    <?php $this->loadBlock('spotlight-1') ?>

    <?php $this->loadBlock('section-2') ?>

    <?php $this->loadBlock('section-3') ?>

    <?php $this->loadBlock('navhelper') ?>

    <?php $this->loadBlock('footer') ?>

    </div>

    success_bus Friend
    #570050

    Thanks for help,

    success_bus Friend
    #735122

    Thanks for help,

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

This topic contains 5 replies, has 2 voices, and was last updated by  success_bus 9 years ago.

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