-
AuthorPosts
-
June 28, 2017 at 2:00 pm #1044766
I can’t understand how to activate and make visible some position in the "responsive mode" of this template.
You can see an example in the image attached, the slideshow and the footer disappears (also masthead dissapeares but it’s not in this image).
In the template manager I can’t activate/deactivate the positions in the responsive section.
How can I make visible this position also in responsive?Best reguards
- Defende
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 28, 2017 at 3:05 pm #1044784Hello
Some positions are hidden as default . for example in corporate layout footer has
<div class="container hidden-xs">
So if you share your website url i can tell you where you have to remove the hidden value .
Regards
June 28, 2017 at 3:41 pm #1044798This reply has been marked as private.pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 28, 2017 at 4:10 pm #1044806Hello
Edit these files in this folder /templates/purity_iii/tpls/blocks
slideshow.php
footer.phpand where you see
<div class="slideshow hidden-xs <?php $this->_c('slideshow') ?>">
change to
<div class="slideshow <?php $this->_c('slideshow') ?>">
<!-- 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 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 -->
Regarding masthead it is showing correctly on mobile devices ( quickstart version demo site ) , it has no restrictions as the other positions. so something is wrong in your website if it is not showed on mobile devices.
Regards
1 user says Thank You to pavit for this useful post
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 3 replies, has 2 voices, and was last updated by pavit 7 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Some position are not visible
Viewing 4 posts - 1 through 4 (of 4 total)