Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Aratype Friend
    #720166

    I try to delete Go to up icon from my site but I can not… Any idea of the place that delete it?

    TIA

    pavit Moderator
    #720246

    Hi

    templatesja_directorytplsblocksfooter.php

    defined('_JEXEC') or die;
    ?>

    <!-- BACK TOP TOP BUTTON -->
    <div id="back-to-top" data-spy="affix" data-offset-top="300" class="back-to-top hidden-xs hidden-sm affix-top">
    <button class="btn btn-primary" title="Back to Top"><i class="fa fa-angle-up"></i></button>
    </div>

    <script type="text/javascript">
    (function($) {
    // Back to top
    $('#back-to-top').on('click', function(){
    $("html, body").animate({scrollTop: 0}, 500);
    return false;
    });
    })(jQuery);
    </script>
    <!-- BACK TO TOP BUTTON -->

    <!-- FOOTER -->
    <?php if ($this->checkSpotlight('footnav', 'footer-1, footer-2, footer-3, footer-4, footer-5, footer-6')) : ?>
    <div id="t3-footnav" class="wrap">
    <!-- FOOT NAVIGATION -->
    <div class="container">
    <?php $this->spotlight('footnav', 'footer-1, footer-2, footer-3, footer-4, footer-5, footer-6') ?>
    </div>
    <!-- //FOOT NAVIGATION -->
    </div>

    Remove the part in RED

    pavit Moderator
    #753258

    Hi

    templatesja_directorytplsblocksfooter.php

    defined('_JEXEC') or die;
    ?>

    <!-- BACK TOP TOP BUTTON -->
    <div id="back-to-top" data-spy="affix" data-offset-top="300" class="back-to-top hidden-xs hidden-sm affix-top">
    <button class="btn btn-primary" title="Back to Top"><i class="fa fa-angle-up"></i></button>
    </div>

    <script type="text/javascript">
    (function($) {
    // Back to top
    $('#back-to-top').on('click', function(){
    $("html, body").animate({scrollTop: 0}, 500);
    return false;
    });
    })(jQuery);
    </script>
    <!-- BACK TO TOP BUTTON -->

    <!-- FOOTER -->
    <?php if ($this->checkSpotlight('footnav', 'footer-1, footer-2, footer-3, footer-4, footer-5, footer-6')) : ?>
    <div id="t3-footnav" class="wrap">
    <!-- FOOT NAVIGATION -->
    <div class="container">
    <?php $this->spotlight('footnav', 'footer-1, footer-2, footer-3, footer-4, footer-5, footer-6') ?>
    </div>
    <!-- //FOOT NAVIGATION -->
    </div>

    Remove the part in RED

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

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

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