test
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • domko Friend
    #943977

    hi,
    is there a possibility to put into the tempelate a "back to top" icon for desktop & mobile version? we tried it with a code but the tempelate doesn´t accept it.

    Regards

    pavit Moderator
    #944045

    Hi

    You can try to follow documentation HERE

    Regards

    domko Friend
    #944156
    This reply has been marked as private.
    pavit Moderator
    #944236

    is there a another possibility?

    Hi

    You can try to use an external extension. try to take a look HERE

    Regards

    domko Friend
    #944237

    hi,
    sorry but that´s your tempelate. why should we install a external integration? i paid for the tempelate and i expect a service of your side!

    i can´t tolerate something like that!

    pavit Moderator
    #944238

    i paid for the tempelate and i expect a service of your side!

    You paid for template released as is now so without back to top button.

    If you want to add it you can use an external extension as proposed or you can edit files to add it as new feature, this means a custom work and we do not provide custom works for released templates , you indeed can ask for paid custom work service HERE and joomlart developers will be happy to add a back to top icon to your template.

    Best regards

    domko Friend
    #944243

    I don´t know why this integration for a back to top file is so difficult for you. its just a back to top function and not a realy big customization. you know how to handle with this tempelate so it wouldn´t be a great challenge. Its unfortunate that we can´t find a common solution.

    have a nice day.

    pavit Moderator
    #944248

    Edit this file /templates/ja_social_ii/tpls/blocks/footer.php as showed below

    <?php
    /*
     * ------------------------------------------------------------------------
     * JA Social II template
     * ------------------------------------------------------------------------
     * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
     * @license - Copyrighted Commercial Software
     * Author: J.O.O.M Solutions Co., Ltd
     * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
     * This file may not be redistributed in whole or significant part.
     * ------------------------------------------------------------------------
    */
    
    defined('_JEXEC') or die;
    ?>
    
    <!-- FOOTER -->
    <footer id="t3-footer" class="wrap t3-footer">
    
        <?php if ($this->checkSpotlight('footnav', 'footer-1, footer-2, footer-3, footer-4, footer-5, footer-6')) : ?>
            <!-- FOOT NAVIGATION -->
            <div class="container">
                <?php $this->spotlight('footnav', 'footer-1, footer-2, footer-3, footer-4, footer-5, footer-6') ?>
            </div>
            <!-- //FOOT NAVIGATION -->
        <?php endif ?>
    <!-- BACK TOP TOP BUTTON -->
    <div id="back-to-top" class="back-to-top " style="float:right;">
      <button class="btn btn-primary" title="Back to Top"><i class="icon-arrow-up fa fa-angle-double-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);
    &lt;/script&gt;
    <!-- BACK TO TOP BUTTON -->
    </footer>
    
    <!-- //FOOTER -->

    This add a back to top button at your template


    1. Screenshot_1-3
Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 7 replies, has 2 voices, and was last updated by  pavit 8 years, 6 months ago.

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