-
AuthorPosts
-
July 30, 2015 at 7:54 am #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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 30, 2015 at 9:07 am #645354Hi
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') ?>
1 user says Thank You to pavit for this useful post
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 30, 2015 at 9:07 am #743976Hi
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') ?>
1 user says Thank You to pavit for this useful post
-
AuthorPosts
This topic contains 3 replies, has 2 voices, and was last updated by pavit 9 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum