Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • andrea74 Friend
    #640380

    Hello, I would like to create a new layout position similar to “Our Service” block, but after feature-intro-2 position.
    Please see the attached picture to understand better.
    How can I do it?
    Thank you.

    pavit Moderator
    #645354

    Hi

    Edit this file templatesja_nuevotplsfeatures-intro.php

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

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

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

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

    <?php if($this->hasMessage()) : ?>
    <div class="container message-home">
    <jdoc:include type="message" />
    </div>
    <?php endif ?>

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

    ADD SPOTLIGHT-2 BLOCK HERE

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

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

    </div>

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

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

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

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

    <?php if($this->hasMessage()) : ?>
    <div class="container message-home">
    <jdoc:include type="message" />
    </div>
    <?php endif ?>

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

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

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

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

    pavit Moderator
    #743976

    Hi

    Edit this file templatesja_nuevotplsfeatures-intro.php

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

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

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

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

    <?php if($this->hasMessage()) : ?>
    <div class="container message-home">
    <jdoc:include type="message" />
    </div>
    <?php endif ?>

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

    ADD SPOTLIGHT-2 BLOCK HERE

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

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

    </div>

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

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

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

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

    <?php if($this->hasMessage()) : ?>
    <div class="container message-home">
    <jdoc:include type="message" />
    </div>
    <?php endif ?>

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

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

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

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

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

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

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