- Posts: 42
- Thank you received: 0
Go to TOP button problem
-
acleague
Inactive member - Topic Author
- Member
Less
More
11 years 11 months ago - 11 years 11 months ago #25243
by acleague
Go to TOP button problem was created by acleague
Go to TOP button function doesn't work. /templates/hot_sportal/images/top.png
Site is www.acleague.ro
Site is www.acleague.ro
Last edit: 11 years 11 months ago by acleague.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #25251
by ivan.milic
Replied by ivan.milic on topic Go to TOP button problem
that link does not work
Please Log in to join the conversation.
-
acleague
Inactive member - Topic Author
- Member
Less
More
- Posts: 42
- Thank you received: 0
11 years 11 months ago #25256
by acleague
Replied by acleague on topic Go to TOP button problem
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #25259
by ivan.milic
Replied by ivan.milic on topic Go to TOP button problem
Open templates/hot_sportal/js/scrollTo.js
replace with:
Code:
jQuery('#top-link').click(function(e) {
e.preventDefault();
jQuery.scrollTo(0,300);
});
replace with:
Code:
jQuery('html, body').animate({
scrollTop: jQuery("BODY > DIV:first").offset().top
}, 1000);
The following user(s) said Thank You: acleague
Please Log in to join the conversation.
Time to create page: 0.160 seconds