Jump to content
  • 0

Thanks for the continued upgrade of forum, I'd like 'back to top' widget...


El Patron

Question

23 answers to this question

Recommended Posts

  • 0

that's weird..

 

I was 'actually' hoping for one of those floating back to tops...like prestashop  back office in 1.5...that is sweet.

 

otherwise I  we have to sort of hunt for Top button...suppose I need a button botton now..jajaja

 

I  suggest this now only in that this solution needs a revisit.

Link to comment
Share on other sites

  • 0

And btw, pressing the new "Top" button sends me so hard in the roof of the page that it gets stuck there with no other option than to leave the page. I am using Chrome with ABP.

Same experience with Ipad. Everytime you push the 'top' Button this triggers a site refresh and you probably first meet a blank site flash. Behaviour in normal mode on PC is different.

Link to comment
Share on other sites

  • 0

And btw, pressing the new "Top" button sends me so hard in the roof of the page that it gets stuck there with no other option than to leave the page. I am using Chrome with ABP.

 

Same here, and that is caused by this code

                jQuery(window).scroll(function() {
                  animateGoTop();
                });

So it does not allow scrolling  as it always calls function to go to top.

 

Also think El Patron would be happy  if you could change styles to something like

#buttonscrolltop {
background-color: #23456B;
bottom: 5px;
right: 20px;
margin-bottom: 7px;
margin-left: 10px;
padding: 5px;
position: fixed;
text-align: right;
border-radius: 4px;
width: 40px;
}
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...