Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
tehribo Friend
tehribo
- Join date:
- March 2010
- Posts:
- 27
- Downloads:
- 20
- Uploads:
- 12
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
June 27, 2017 at 6:17 am #1044380Hello,
I am using a plugin called ScriptsDown: https://extensions.joomla.org/extension/scriptsdown/
After enabling it, the "Back to top" button stopped working.
The Plugin has an option called "Exclusive list", maybe I should use it somehow?
Thank you in advance!
Best regards
- This topic was modified 7 years, 6 months ago by tehribo.
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 28, 2017 at 4:09 am #1044623Hi,
You can add this script for back to top button into that exclusive field:
(function($) { // Back to top $('#back-to-top').on('click', function(){ $("html, body").animate({scrollTop: 0}, 500); return false; }); $(window).load(function(){ // hide button to top if the document height not greater than window height*2;using window load for more accurate calculate. if ((parseInt($(window).height())*2)>(parseInt($(document).height()))) { $('#back-to-top').hide(); } }); })(jQuery);
tehribo Friendtehribo
- Join date:
- March 2010
- Posts:
- 27
- Downloads:
- 20
- Uploads:
- 12
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
June 28, 2017 at 7:11 am #1044659Thank you for the answer and your kind support, but this did not fix it.
Attached you will find the error
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 28, 2017 at 8:01 am #1044674Share me the admin login info so I will take a look.
tehribo Friendtehribo
- Join date:
- March 2010
- Posts:
- 27
- Downloads:
- 20
- Uploads:
- 12
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
June 28, 2017 at 10:35 am #1044724Thank you!
I added the admin login details
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 5 replies, has 2 voices, and was last updated by Saguaros 7 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum