I like this plugin. However, I do have a request for you.
Besides the scroll to top, I would like to have a scroll to bottom button below the up button.
Would this be able to be done?
Thank you for your time and the plugin.
Scott
]]>First off…this plugin is simply wonderful! I was wondering if there was a way to tweak the code to scroll up to a named anchor? I’d like the scroll-to-top to go up top a certain point instead of all the way to the top.
Can this be accomplished?
Thanks,
Jack
]]>I had to modify your scrollup-master.php file to make it work. I’ve replaced your scrollTo function with this
function smoothscroll(){
var currentScroll = document.documentElement.scrollTop || document.body.scrollTop;
if (currentScroll > 0) {
window.requestAnimationFrame(smoothscroll);
window.scrollTo (0,currentScroll – (currentScroll/5));
}
};
How do I change the color of the scroll button to red (#FF4B1F) with white (#ffffff) text?
Using NatureSpace Premium theme.
]]>Hi the scroller is too low in the web page in front of the chat. Can you help me to fix this.
I don’t know much about web pages but the guy who was helping me, he doesn’t want anymore.
]]>