- Posts: 32
- Thank you received: 0
Activate button top.
-
sergofoto
Inactive member - Topic Author
- Member
Less
More
11 years 3 months ago #32769
by sergofoto
Replied by sergofoto on topic Activate button top.
Thanks for the help, I see not only find the optimal solution.
I put back the old file (templates/hot_hotel/js/scrollTo.js)
I think breaking the brains only because of the browser Chrome not worth it.
Then I think there will be other questions on other topics.
Thank you again.
I put back the old file (templates/hot_hotel/js/scrollTo.js)
I think breaking the brains only because of the browser Chrome not worth it.
Then I think there will be other questions on other topics.
Thank you again.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 months ago #32773
by ivan.milic
Replied by ivan.milic on topic Activate button top.
Ok open that file again and after this line:
jQuery.fn.scrollTo = function( target, duration, settings ){
insert this two lines:
jQuery('html,body').animate({scrollTop:0}, 500);
return;
this must work.
jQuery.fn.scrollTo = function( target, duration, settings ){
insert this two lines:
jQuery('html,body').animate({scrollTop:0}, 500);
return;
this must work.
The following user(s) said Thank You: sergofoto
Please Log in to join the conversation.
-
sergofoto
Inactive member - Topic Author
- Member
Less
More
- Posts: 32
- Thank you received: 0
11 years 3 months ago #32776
by sergofoto
Replied by sergofoto on topic Activate button top.
On chrome does not work anyway.
Thank.
Thank.
Please Log in to join the conversation.
-
sergofoto
Inactive member - Topic Author
- Member
Less
More
- Posts: 32
- Thank you received: 0
11 years 3 months ago #32777
by sergofoto
Replied by sergofoto on topic Activate button top.
Takin my words back!
After cleaning all the cookies and update button in Chrome and running.
Many thanks for your work! :woohoo:
After cleaning all the cookies and update button in Chrome and running.
Many thanks for your work! :woohoo:
Please Log in to join the conversation.
Time to create page: 0.079 seconds