• I like very much the concept but I have a little suggestion: instead of waiting for the end of the page to show buttons, could make them show from the moment the “update” button is not showing anymore.
    On my blog I have a big height left part (because of All in One SEO) and I have to scroll to the very bottom of the page to see the buttons. So it’s paradoxal: I have to scroll to make the buttons showing ??

    https://www.ads-software.com/plugins/update-from-bottom/

Viewing 1 replies (of 1 total)
  • Had the same thought, it would be great if it showed up earlier, instead of waiting until user has completely scrolled to bottom.

    if($(window).scrollTop() > $('#submitdiv').height()) {

    Seems to do the trick for me.

Viewing 1 replies (of 1 total)
  • The topic ‘suggestion’ is closed to new replies.