Go to TOP button problem

More
12 years 10 months ago - 12 years 10 months ago #25243 by acleague
Go to TOP button function doesn't work. /templates/hot_sportal/images/top.png

Site is www.acleague.ro
Last edit: 12 years 10 months ago by acleague.

Please Log in to join the conversation.

More
12 years 10 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.

More
12 years 10 months ago #25256 by acleague
Replied by acleague on topic Go to TOP button problem

ivan.milic wrote: that link does not work


The link work now www.acleague.ro

Please Log in to join the conversation.

More
12 years 10 months ago #25259 by ivan.milic
Replied by ivan.milic on topic Go to TOP button problem
Open templates/hot_sportal/js/scrollTo.js
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.

More
12 years 10 months ago #25261 by acleague
Replied by acleague on topic Go to TOP button problem
Works. Thank you very much Ivan !

Please Log in to join the conversation.

Time to create page: 0.350 seconds
Powered by Kunena Forum