Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • seaneo Friend
    #748772

    Hi Pavit,

    Many thanks for this, are you saying you created new positions into the template?
    I appreciate it, I am studying the situation, will advise.

    Again, thanks very much.

    pavit Moderator
    #684933

    Hi

    <blockquote>Many thanks for this, are you saying you created new positions into the template?</blockquote>

    Not really ! i used an already installed block “spotlight-1” and added it to the features-intro layout

    This is the original layout

    <div class="main-container">
    <?php $this->loadBlock('header') ?>

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

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

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

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

    This is the new layout :

    <div class="main-container">
    <?php $this->loadBlock('header') ?>

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

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

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

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

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

    Spotlight-1 block has inside 4 positions – from position-1 to position-4

    Best regards

    pavit Moderator
    #748786

    Hi

    <blockquote>Many thanks for this, are you saying you created new positions into the template?</blockquote>

    Not really ! i used an already installed block “spotlight-1” and added it to the features-intro layout

    This is the original layout

    <div class="main-container">
    <?php $this->loadBlock('header') ?>

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

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

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

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

    This is the new layout :

    <div class="main-container">
    <?php $this->loadBlock('header') ?>

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

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

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

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

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

    Spotlight-1 block has inside 4 positions – from position-1 to position-4

    Best regards

Viewing 3 posts - 16 through 18 (of 18 total)

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

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