Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • defende Friend
    #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

    1. templ
    pavit Moderator
    #1044784

    Hello

    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

    defende Friend
    #1044798
    This reply has been marked as private.
    pavit Moderator
    #1044806

    Hello

    Edit these files in this folder /templates/purity_iii/tpls/blocks

    slideshow.php
    footer.php

    and 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

Viewing 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