test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • ejtnaj Friend
    #887315

    Hi, I have a few questions about the layout;

    • when you take a look on http://lier.3r.be (end of page), you see 3 times the same module on a different position. In the backend (template/layout) this positions show as the same width. On the front, the second one is shorter. How is this possible? How can i solve this?
    • When i remove positions in the layout, the still show in the front. I can’t attach a module to this position but there’s always this position space that stays. How can i remove (see screenshot) footer and footer-1 from the frontpage? Regards, JAn

    1. footer1
    2. module_spaces
    3. module_spaces1
    Saguaros Moderator
    #887987

    Hi

    It belongs the footer block of template. You can open the file: ROOT/templates/ja_nuevo/tpls/blocks/footer.php

    And the space above the copyright info you want to remove is:

    <div class="container">
    <div class="row">
    <?php if ($this->checkSpotlight('footnav', 'footer-1, footer-2, footer-3, footer-4')) : ?>
        <!-- FOOT NAVIGATION -->
        <div class="col-xs-12 col-lg-10">
            <?php $this->spotlight('footnav', 'footer-1, footer-2, footer-3, footer-4') ?>
        </div>
        <!-- //FOOT NAVIGATION -->
    <?php endif ?>
    
    <div class="footer-logo col-xs-12 col-lg-2">
        <div class="footer-logo-container">
            <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
                <?php echo strip_tags($sitename) ?>
            </a>
        </div>
    </div>
    </div>
    </div>

    You can remove this snippet of code if you want.

    ejtnaj Friend
    #888246

    Hi
    Works super. Thanks for the great and fast support.
    Regards,

    Saguaros Moderator
    #888261

    You’re welcome!

    Have a nice day!!!

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Saguaros 8 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum