Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • dhanikris Friend
    #1008269

    need help remove thats all in bottom web anda remove boostrap footer

    Bottom Web](http://prnt.sc/e4umdb)

    pavit Moderator
    #1008271

    Hello

    To remove that’s all ( infinitive pagination) edit your menu item and disable it in layout tab

    To remove the bootstrap copyright edit this file /templates/ja_oslo/tpls/blocks/footer.php and remove/comment the bootstrap section.

    
    <section class="t3-copyright">
            <div class="container">
                <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') ?>" />
              <small>
                <a href="http://twitter.github.io/bootstrap/" target="_blank">Bootstrap</a> is a front-end framework of Twitter, Inc. Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>.
              </small>
              <small>
                <a href="http://fortawesome.github.io/Font-Awesome/" target="_blank">Font Awesome</a> font licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>.
              </small>
                    </div>
                    <?php if ($this->getParam('t3-rmvlogo', 1)): ?>
                        <div class="col-md-4 poweredby text-hide">
                            <a class="t3-logo t3-logo-dark" href="http://t3-framework.org" title="<?php echo JText::_('T3_POWER_BY_TEXT') ?>"
                               target="_blank" <?php echo method_exists('T3', 'isHome') && T3::isHome() ? '' : 'rel="nofollow"' ?>><?php echo JText::_('T3_POWER_BY_HTML') ?></a>
                        </div>
                    <?php endif; ?>
                </div>
            </div>
        </section>

    Regards


    1. Screenshot-at-feb-05-19-21-06
Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  pavit 7 years, 3 months ago.

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