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. Cla
  2. General Discussion
  3. Friday, 20 November 2015
  4.  Subscribe via email
Hi guys!
When I view my website in smallscreen, footer positions (footer-1, footer-2 and footer-3) disappear.

In template manager - > Purity iii -> Layout seems to be everything ok.
How can i fix my problem?

Thanks in advance.
Attachments (1)
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi guys!
I've read this post

But if I go in templates/purity_iii/tpls/blocks/foother.php, code is different.

If I change <div class="container hidden-xs"> in <div class="container>, in this way

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


(new)
<?php if ($this->checkSpotlight('footer-sl', 'footer-1, footer-2, footer-3, footer-4, footer-5, footer-6')) : ?>
<!-- FOOTER SPOTLIGHT -->
<div class="container>
<?php $this->spotlight('footer-sl', 'footer-1, footer-2, footer-3, footer-4, footer-5, footer-6') ?>
</div>
<!-- //FOOTER SPOTLIGHT -->
<?php endif ?>



Footer reappers, but has not the same style, color and alignment!
Please help me, thanks in advance.
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
Hi Cla,

The small layout is for tablet, and extra small layout is for mobile, please make sure if you configure the responsive layout correctly. I think it is just about configuration as from the coding, the positions are shown in mobile.

An other note is that, please make sure the page you are viewing is the page that has layout you configured.

Regards.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
  • Page :
  • 1


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