Csaba's post
cancel
Showing results for 
Search instead for 
Did you mean: 
Level 8

Re: We need a back to the top button

@FaridTDF. Gracias por su amabilidad.

Encontré ahora el pedido original de @Csaba en el 2016

Porqué será que no han logrado a implementar esta importante funcionalidad?


Level 8

Re: We need a back to the top button

@ValeriaA_  No it would not be difficult to implement at all.  I also recommend that it should float up or down as we scrawl. 


Level 10

Re: Forum Feature Request: "Back to top" button

Hi @VBenedict, have look at this article I posted on my own website: 

http://csaba.pozsarko.hu/tortenelem/krisztogram-krisztus-monogram-sopianaebol/

 

If you scroll down enough, a button appears on the right. Its positioning is fixed (i.e. it stays always at the same position relative to the window).

 

.et_pb_scroll_top.et-pb-icon {
    display: none;
    position: fixed;
    z-index: 99999;
    right: 0;
    bottom: 125px;
    padding: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    background: rgba(0,0,0,.4);
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

Of course that's a fancy, premium theme and the button's behaviour is not as simple as a merely fixed div but even with that something useful could be added very easily. 

 

Anyway, something should be added for sure!

Level 8

Re: We need a back to the top button

Thank you @deepakjhic  I did not see the 2016 request by @Csaba.  


Level 8

Re: Forum Feature Request: "Back to top" button

Love your webpage @Csaba yes the button works beautifully. 

 

Cool article.  I am impressed.


Level 10

Re: Forum Feature Request: "Back to top" button

Thanks, @VBenedict. I have about a dozen and a half of similar articles I still owe myself to (also) post on the net. Also, most of them are written in English too (actually I usually write them in English and only publish in Hungarian later) and I have to set up my English language site as well. Just hesitating now as I should go https first.

Googler

Re: We need a back to the top button

Hi @VBenedict. While lots of great ideas are submitted, not all are possible to implement, nor are they easy, but we welcome the continued submission of ideas. I'm going to merge your message with @Csaba's to help keep Connect organized.

 

P.S. There is no need to tag me as one of our many Google Moderators will respond to posts that require our assistance or comment. We also keep an extra eye on this board. 🙂 


Note: Due to the volume of private messages Googlers receive, I do not read or respond to private messages. Please post publicly so others may benefit from your discussion. If you require urgent assistance, please tag a Google Moderator. Thank you!.
Level 8

Re: Forum Feature Request: "Back to top" button

@Csaba  expensive to go https but it is a worthwhile implementation given the state of the net today concerning the security of your following.

 

It is a good thing that Google is finally shutting down extremists access.   


Level 8

Re: We need a back to the top button

Thank you TraciC.  I was under the impression that @FaridTDF had already moved it.

 

I shall be more thorough in my search before starting a new thread. 


Level 8

Re: We need a back to the top button

What about if we keep the "top banner" area fixed and always visible and allow the rest to scrawl:

20180307_234359.jpg