We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Thomas Meyer
  2. General Discussion
  3. Saturday, 20 September 2014
  4.  Subscribe via email
Hi :)

I've designed my first page with T3/Purity III.
Everything is ok but...

I have 2 modules in "footer-1" and "footer-2". In responsive layout "extra small" they disappear.
I've tried to resize them down to 1 column but with no effect.
It works in "footer" but that's not what I want. I need them in footer-1 and footer-2.

What am I doing wrong?
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Thomas Meyer,

In the template manager back-end, please go to "Layout > Responsive Layout > select Extra Small layout, check if the footer-1 and footer-2 are disabled or not, if they are disabled, please enable them.

If this does not help, please PM me your site url, admin account, I will check and get it fixed for you.

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Go to templates/t3_bs3_blank/tpls/blocks/footer

Remove => hidden-xs <=

Original:

<?php if ($this->checkSpotlight('footnav', 'footer-1, footer-2, footer-3, footer-4, footer-5, footer-6')) : ?>
<!-- FOOT NAVIGATION -->
<div class="container hidden-xs"> <!--remove hidden-xs-->
<?php $this->spotlight('footnav', 'footer-1, footer-2, footer-3, footer-4, footer-5, footer-6') ?>
</div>
<!-- //FOOT NAVIGATION -->
<?php endif ?>

//================================================//

New:

<?php if ($this->checkSpotlight('footnav', 'footer-1, footer-2, footer-3, footer-4, footer-5, footer-6')) : ?>
<!-- FOOT NAVIGATION -->
<div class="container">
<?php $this->spotlight('footnav', 'footer-1, footer-2, footer-3, footer-4, footer-5, footer-6') ?>
</div>
<!-- //FOOT NAVIGATION -->
<?php endif ?>
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
@Igor

though it's templates/purity_iii/..., thx a lot for that hint!
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.