Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
February 20, 2016 at 12:06 pm #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
- Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 22, 2016 at 2:35 am #887987Hi
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.
February 22, 2016 at 9:05 am #888246Hi
Works super. Thanks for the great and fast support.
Regards,AuthorPostsViewing 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
Jump to forum