Hello,
I need between main-content-masttop-1 and (
main-content-1 + sidebar-1) three module positions, see picture.
thanks

Best regards
Meisterix

    Hi meisterix

    Edit this file

    /templates/ja_focus/tpls/blocks/main-content-1.php and below <?php endif ?> of the main-content-masttop-1 add this code:

    <?php if ($this->checkSpotlight('spotlight-2', 'position-4, position-5, position-6')) : ?>
    <!-- SPOTLIGHT 1 -->
    <div class="container t3-sl t3-sl-1">
    <?php $this->spotlight('spotlight-2', 'position-4, position-5, position-6') ?>
    </div>
    <!-- //SPOTLIGHT 1 -->
    <?php endif ?>

    https://prnt.sc/p96tw9
    https://prnt.sc/p96u3c

    Hope it helps

    Dear Pavit,
    thanks, it works very well

    pavit locked the discussion.
    Write a Reply...
    You need to Login to view replies.