-
AuthorPosts
-
librandi Friend
librandi
- Join date:
- February 2012
- Posts:
- 587
- Downloads:
- 89
- Uploads:
- 163
- Thanks:
- 123
- Thanked:
- 2 times in 2 posts
April 26, 2014 at 2:40 pm #197099ciao a tutti
how to move features 4 under position 5/6 ?
can you help me please?pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 26, 2014 at 3:35 pm #532559Ciao 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 user says Thank You to pavit for this useful post
librandi Friendlibrandi
- Join date:
- February 2012
- Posts:
- 587
- Downloads:
- 89
- Uploads:
- 163
- Thanks:
- 123
- Thanked:
- 2 times in 2 posts
April 26, 2014 at 7:32 pm #532580Ciao pavit, moltissime grazie, provo subito!
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by librandi 10 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
change position
Viewing 3 posts - 1 through 3 (of 3 total)