-
AuthorPosts
-
November 10, 2014 at 9:37 am #202587
Hi,
Thanks for your attention. My site is in dev. in local environnement.
Whatever the template I use (magazine, feature-intro-1, etc.), my footers (footer-1, 2, 3, 4) disapear when my screen is > 750px. I just have the last footer (named auto footer). I would like to show them like in the parameters for extra small responsive mode; first line : footer-1 and footer-2 and second line footer-3 and footer-4, or one line for one footer.
I don’t understand why it’s not like te responsive configuration for the template, and I don’t want to have to cheat with the latest footer 🙂
Thanks for any help !Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 11, 2014 at 4:47 am #554822Hi
We add a class called hidden-xs into the footer block, which will hide the footer in extra small screen. If you want to show it, you can go to file: templatespurity_iiitplsblocksfooter.php
<!-- 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 -->
change it to:
<!-- 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 -->
1 user says Thank You to Saguaros for this useful post
November 12, 2014 at 4:00 pm #554994Hi,
It works !
Thank you very much for your response!
I prefer to use the T3 system to hide or display my modules for the “responsive” mode, in extra-small screen width.bluetrain Friendbluetrain
- Join date:
- January 2007
- Posts:
- 7
- Downloads:
- 5
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
June 12, 2015 at 7:11 pm #573861Well, it works but it creates a duplicate Footer Spotlight in other modes.
bluetrain Friendbluetrain
- Join date:
- January 2007
- Posts:
- 7
- Downloads:
- 5
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
June 12, 2015 at 7:11 pm #738875Well, it works but it creates a duplicate Footer Spotlight in other modes.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 14, 2015 at 2:49 pm #573955You can go to template manager >> your template style > Layout tab > and open the appropriate modes where you see it duplicated and hide the block you wish.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 14, 2015 at 2:49 pm #738969You can go to template manager >> your template style > Layout tab > and open the appropriate modes where you see it duplicated and hide the block you wish.
-
AuthorPosts
This topic contains 7 replies, has 3 voices, and was last updated by Saguaros 9 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum