-
AuthorPosts
-
imurillo Friend
imurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
February 7, 2018 at 10:00 pm #1090672Please someone Knows how to remove this thing…I tried everything posted in this forum and does not work
- This topic was modified 6 years, 9 months ago by imurillo.
imurillo Friendimurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
February 7, 2018 at 10:00 pm #1090671Please Tellme How to remove Logo footer image … where is this option
upload footer logo to the template options. I´m tried remove it since a year ago..imurillo Friendimurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
February 7, 2018 at 10:34 pm #1090679I found not good solution but it works fine ..I remove all the logo code from footer.ph file Im sure Joomlart moderator knows whats is the better way to do it,,,……
<div class="logo"> <div class="logo-<?php echo $logotype, ('' ? ' logo-control' : '') ?>"> <a href="<?php echo $logourl ?>" title="<?php echo strip_tags($sitename) ?>"> <?php if($logotype == 'image'): ?> <img class="logo-img" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" /> <?php endif ?> <span><?php echo $sitename ?></span> </a> <small class="site-slogan"><?php echo $slogan ?></small> </div> </div> <!-- //LOGO -->
Also in footer file remove the copyright Section and put my own copyright in the module called footer banner ..it works as in my image…
Also I remove this seccion
<section class="t3-copyright">
<div class="row">
<div class="<?php echo $this->getParam(‘t3-rmvlogo’, 1) ? ‘col-md-8’ : ‘col-md-12’ ?> copyright <?php $this->_c(‘footer’) ?>">
<jdoc:include type="modules" name="<?php $this->p(‘footer’) ?>" />
….
……
……<?php if ($this->getParam(‘t3-rmvlogo’, 1)): ?>
<div class="col-md-4 poweredby text-hide">
<a class="t3-logo t3-logo-light" href="http://t3-framework.org" title="<?php echo JText::(‘T3_POWER_BY_TEXT’) ?>"
target="_blank" <?php echo methodexists(‘T3’, ‘isHome’) && T3::isHome() ? ” : ‘rel="nofollow"’ ?>><?php echo JText::(‘T3_POWER_BY_HTML’) ?><?php endif; ?>
imurillo Friendimurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
February 7, 2018 at 10:53 pm #1090682Finalmente el footer queda asi:
<footer id="t3-footer" class="wrap t3-footer">
<div class="container"><section class="t3-footer-links">
<div class="row"><div class="col-md-4"> <!-- LOGO --> <!-- //LOGO --> <!-- NEWSLETTER --> <div class="acy-email-footer"> <jdoc:include type="modules" name="acy-email-footer" /> </div> <!-- //NEWSLETTER --> </div> <div class="col-md-12"> <?php if ($this->checkSpotlight('footnav', 'footer-1, footer-2, footer-3, footer-4')) : ?> <!-- FOOT NAVIGATION --> <?php $this->spotlight('footnav', 'footer-1, footer-2, footer-3, footer-4') ?> <!-- //FOOT NAVIGATION --> <?php endif ?> <div class="footer-banner"> <jdoc:include type="modules" name="<?php $this->_p('footer-banner') ?>" /> </div> </div> </div>
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 8, 2018 at 3:18 am #1090708Hi,
It seems that you figured it out.
That footer logo belongs to the footer block: root/templates/ja_teline_v/tpls/blocks/footer.php
And remove/comment this block of code:
<!-- LOGO --> <div class="logo"> <div class="logo-<?php echo $logotype, ('' ? ' logo-control' : '') ?>"> <a href="<?php echo $logourl ?>" title="<?php echo strip_tags($sitename) ?>"> <?php if($logotype == 'image'): ?> <img class="logo-img" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" /> <?php endif ?> <span><?php echo $sitename ?></span> </a> <small class="site-slogan"><?php echo $slogan ?></small> </div> </div> <!-- //LOGO -->
Regards
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 4 replies, has 2 voices, and was last updated by Saguaros 6 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Remove image in footer
Viewing 5 posts - 1 through 5 (of 5 total)