-
AuthorPosts
-
May 17, 2014 at 12:01 am #197873
Hi All,
I wanted to know how you can break the footer-info position into 2 x 6 columns instead of the default 1 x 12 column.
Can anyone guide me in the right direction?
Dan
ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friendꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀
- Join date:
- April 2008
- Posts:
- 100
- Downloads:
- 9
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 39 times in 32 posts
May 17, 2014 at 8:27 pm #535556Hi @dansmith,
The thorough documentation can be found here
1. go to your *joomla_root*/templates/ja_sugite/tpls/blocks
2. make a copy of footer.php into something like new-footer.php
3. open new-footer.php using your favourite editor, find this piece of code
<?php if ($this->countModules('footer-info')) : ?>
<div class="footer-info <?php $this->_c('footer-info') ?>">
<div class="container">
<jdoc:include type="modules" name="<?php $this->_p('footer-info') ?>" style="raw" />
</div>
</div>
<?php endif ?>
and replace it with
<?php if ($this->checkSpotlight('footinfo', 'footinfo-1, footinfo-2, footinfo-3, footinfo-4, footinfo-5, footinfo-6')) : ?>
<!-- FOOTER INFO -->
<div class="container">
<?php $this->spotlight('footinfo', 'footinfo-1, footinfo-2, footinfo-3, footinfo-4, footinfo-5, footinfo-6') ?>
</div>
<!-- //FOOTER INFO -->
<?php endif ?>
4. save it
5. go to your go to your *joomla_root*/templates/ja_sugite/tpls/
6. open features-intro.php, find<?php $this->loadBlock('footer') ?>
and change it into<?php $this->loadBlock('new-footer') ?>
7. save it and refresh..8. now you have 6 footinfo module position
9. do tell me if this isn’t youe case..
ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friendꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀
- Join date:
- April 2008
- Posts:
- 100
- Downloads:
- 9
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 39 times in 32 posts
May 17, 2014 at 8:40 pm #535557by deploying T3 framework spotlight, you can further set the width of each module via backend.
and also make module position active or inactive.say you change your mind, and instead a 2 – 2 – 2 – 2 – 2 – 2 grid column, you want it to be a 4 – 1 – 2 – 2 – 2 – 1, or other configuration.. you can have it just by dragging the module in template admnistration….
don’t forget to watch the video here
1 user says Thank You to ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ for this useful post
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by dansmith 10 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum