-
AuthorPosts
-
June 24, 2016 at 7:25 pm #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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 26, 2016 at 12:28 am #944156This reply has been marked as private.pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 26, 2016 at 5:08 pm #944237hi,
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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 26, 2016 at 5:14 pm #944238i 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
June 26, 2016 at 5:21 pm #944243I 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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 26, 2016 at 5:58 pm #944248Edit 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); </script> <!-- BACK TO TOP BUTTON --> </footer> <!-- //FOOTER -->
This add a back to top button at your template
AuthorPostsViewing 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
back to top icon
Viewing 8 posts - 1 through 8 (of 8 total)