Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • imurillo Friend
    #1090672

    Please someone Knows how to remove this thing…I tried everything posted in this forum and does not work

    • This topic was modified 6 years, 2 months ago by  imurillo.

    1. image
    imurillo Friend
    #1090671

    Please 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 Friend
    #1090679

    I 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; ?>

    • This reply was modified 6 years, 2 months ago by  imurillo.
    • This reply was modified 6 years, 2 months ago by  imurillo.
    imurillo Friend
    #1090682

    Finalmente 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 Moderator
    #1090708

    Hi,

    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

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

This topic contains 4 replies, has 2 voices, and was last updated by  Saguaros 6 years, 2 months ago.

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