Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • librandi Friend
    #197099

    ciao a tutti
    how to move features 4 under position 5/6 ?
    can you help me please?

    pavit Moderator
    #532559

    Ciao librandi

    You can do in this way

    Edit file templatesja_decortplsblocksmainbody-features.php and remove the features-4 block

    <?php if ($this->countModules('features-4')) : ?>
    <div class="col-xs-12 t3-latest<?php $this->_c('features-4') ?>">
    <jdoc:include type="modules" name="<?php $this->_p('features-4') ?>" style="raw" />
    </div>
    <?php endif ?>

    The same block you should add in this file templatesja_decortplsblocksspotlight-2.php so the new file will be as shown below

    defined('_JEXEC') or die;
    ?>

    <?php if ($this->checkSpotlight('spotlight-2', 'position-5, position-6, position-7, position-8')) : ?>
    <!-- SPOTLIGHT 2 -->
    <div class=" t3-sl t3-sl-2">
    <?php $this->spotlight('spotlight-2', 'position-5, position-6, position-7, position-8') ?>
    </div>
    <!-- //SPOTLIGHT 2 -->
    <?php endif ?>
    <?php if ($this->countModules('features-4')) : ?>
    <div class="col-xs-12 t3-latest<?php $this->_c('features-4') ?>">
    <jdoc:include type="modules" name="<?php $this->_p('features-4') ?>" style="raw" />
    </div>
    <?php endif ?>

    Here the resulting layout

    Ciao


    1. Screenshot_5
    librandi Friend
    #532580

    Ciao pavit, moltissime grazie, provo subito!

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

This topic contains 3 replies, has 2 voices, and was last updated by  librandi 10 years ago.

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