Hello @kmgalanakis!
Can you tell me if this plugin is abandoned?
Kind Regards,
Thamar
Hello,
we have to adapt our data protection declaration.
Our website uses the plugin “Smooth Scroll Up”.
Could you please tell me if and how the plugin processes, uses or stores any
personal user/visiter data?
And does the plugin generate any cookies?
I’d be very grateful for your help.
As we use smaller screen like phones or tablet. the icon goes a bit lower in line in footer.It should be above the green part on lower right corner always above green footer. Any idea how to add this
]]>Hi,
Thank you for this plugin, but for screen reader users, I would like to add title attribute (scroll on top) on the tag when I’m using the icon type (or other types).
How can do that, or are you thinking about updating this plugin to add this useful option ?
Best regards.
Eric
Hi, congratulations on the plugin. Now when I click on the image, I go directly to the top of the page #top how can I make it go to my anchor #transfer ?
Thanks.
]]>Hi, this plugin is great. Does exactly what I wanted. The only issue I have is that I cant figure out how to resize the custom image I used. Its way too small. The dimensions i used are 128px on all sizes. How do I resize this image using CSS cause everything I have tried has failed.
]]>Failed with Autoptimize – jQuery Updater combination
This is not an issues as I will remove jQuery Updater
Just installed Autoptimize and Smooth Scroll Up did not appear
Have other websites where Autoptimize does not impact on Smooth Scroll Up
The issue was Autoptimize – jQuery Updater combination – individually they don’t impact on Smooth Scroll Up, but both active they do.
______________
Just a reminder to others to check other pugins if issues arise
noticed issues with image appearing on iPhone with my websites.
icon displays and behaves correctly
Image displays and behaves correctly on desktop – also in simulated mobile size with DevTools.
The issue was in both Chrome and Safari on iPhone.
Not a major issue as I can easily use icon – I just prefer the image.
]]>Hi, what custom CSS is required to change the colour of the scroll icon? Thanks.
]]>I’m trying to change the colour of the icon with the following code
#scrollUp .fa{ color: #AFCA4D; } under Custom CSS Code. However the color of the icon is not changing
I have added it on my website. but it is not showing up on any page
]]>Hello,
I was wondering if it is possible to offset the position of the button sligthly so that it doesn’t overlay an ad or cookie consent message. Someone asked you the same thing more than one year ago and you suggested to change the “bottom” value of the “a.scrollup-link” element in “css/scrollup.css”.
I tried that but it doesn’t seem to work. Maybe there is a different line of code to use now?
Many thanks!
Mat
]]>Hi!
Thank you very much for top scroll nice plugin. But I have small problem with this plugin. I selected “No” in “Display in homepage” option and icon doesn’t display on Homepage and Blog page (listing posts). Blog page is not main page for my site. Top scroll icon appear well an all other pages.
Could you tell me please can I’ll display top scroll icon on Blog page?
Hello, I’ve installed your plugin and when I’m logged in my WordPress it works perfectly but when I’m not logged in (as every reader of my website) I can’t see the arrow.
I don’t know why this is happening. Can you help me with this?
My website is: https://www.surfeatuvida.com
]]>How to put a visible arrow down always indicating that there are more contents under and when scrolled down, arrow down will appear.
]]>Hello!
I’d like to ask you if there is any way the icon could display at the bottom left for logged in users and at the bottom right for the unregistered since it gets over another plugin I use.
Please let me know.
Thanks!
Hy and thanks for your amazing plugin. I sadly notice that if the plugin Autoptimize is active, your plugin doesn’t work anymore. If i disable Autopt then he work. It’s possibile to fix this issue?
Thanks and cheers from Italy!!!
]]>Hello,
I’m french,
I have a custom image for the scroll top button. The plugin displayed this line : “<style>a.scrollup-image {background-image: url(“‘.$scrollup_custom_image.'”) !important; }</style>”. which isn’t valid w3c.
So i change by :
global $wp_styles;
$wp_styles->add_inline_style(‘styleSmoothScrool’, ‘ a.scrollup-image {background-image: url(“‘.$scrollup_custom_image.'”) !important; }’);
$wp_styles->enqueue(array(‘styleSmoothScrool’));
If you can add it for your future update, for the w3c validation ?
Thanks.
]]>I’m trying to only show the button on my FAQ page but as soon as I put the page id into the “Display only in” page, it hides it on that page, regardless of the display/hide choice. I only want it on one page of my site. Otherwise, I love customization of the plugin!
]]>Hi, After the recent update, the scroll option shows only in the home page.Can anyone help me on this? Thanks in advance. My website link is sibeeshpassion.com
https://www.ads-software.com/plugins/smooth-scroll-up/
[ No bumping please. ]
]]>Hey great plugin!
Is there any way to make the arrow disappear after some seconds if a user does not scroll anymore?
Thanks!
]]>Hello! Thanks for the great plugin.
Here is my issue: I use Polylang for providing 2 more languages to my website’s users and somehow Smooth Scroll Up doesn’t work on them. I don’t know how to fix it…
The links:
https://www.chetochine.com.br – original (portuguese)
https://www.chetochine.com.br/es – spanish
https://www.chetochine.com.br/en – english
Thanks in advance!
]]>Tried logging onto my site recently and discovered this error message instead. I’ve tried re-loading the plugin via ftp, but there is no change. Ideas? Thanks, David
Warning: include_once(/data/25/2/129/25/2618677/user/2872693/htdocs/wordpress/wp-content/plugins/smooth-scroll-up//lib/ScrollupHandler.php) [function.include-once]: failed to open stream: No such file or directory in /data/25/2/129/25/2618677/user/2872693/htdocs/wordpress/wp-content/plugins/smooth-scroll-up/plugin.php on line 31
Warning: include_once() [function.include]: Failed opening '/data/25/2/129/25/2618677/user/2872693/htdocs/wordpress/wp-content/plugins/smooth-scroll-up//lib/ScrollupHandler.php' for inclusion (include_path='.:/usr/share/php:/usr/services/vux/lib/php') in /data/25/2/129/25/2618677/user/2872693/htdocs/wordpress/wp-content/plugins/smooth-scroll-up/plugin.php on line 31
Fatal error: Class 'ScrollUpHandler' not found in /data/25/2/129/25/2618677/user/2872693/htdocs/wordpress/wp-content/plugins/smooth-scroll-up/plugin.php on line 32
]]>
great!!! thx for add css!
and now, how i can create css with hide button on flooter position?!
early:
/* Start hide */
echo '<script>
jQuery(window).scroll(function() {
if(jQuery(window).scrollTop() + jQuery(window).height() == jQuery(document).height()) {
jQuery("#scrollUp").css({"opacity":"0",});
}
else
{
jQuery("#scrollUp").css({"opacity":"1",});
}
});
</script>';
/* End hide */
]]>
How do I change the color of the icon with css?
I’ve tried several different ways, but it keeps taking the style from my body a classes, even when I target it directly.
Is there a way to do it that I’m missing?
If not, is it possible to add extra classes on the next update? Or even wrap the font-awesome icon in a div with a class– so it can be styled, color, opacity, etc. I love the font awesome icon. I just can’t get it to color ?? I may use my own image now, I’ve been trying to avoid it because of retina.
Any help would be really appreciated. Thanks.
]]>This is a great plugin, thank you for making and maintaining it!
Was configuring W3 total cache and noticed Smooth Scroll Up is loading Font Awesome as it obviously needs to.
However, it would be great to have somewhere to turn this off if FA is already being loaded elsewhere.
Thanks again.
]]>Hi!
I would like to slow down the animation effect.
Currently, the slide effect can be seen, but it’s way faster than regular user scrolling speed. The fade effect seems to be even faster – the icon just pops up/disappears instantly.
Please advise on a way to slow the effect down to 1s-2s.
Thank you
]]>Hello, first of all thank you for your great plugin.
I noticed that after the latest update of wordpress (3.5) the scroll box it isn’t shown anymore on the desktop version of my website.
Can you gently help me to solve this issue?
Thank you in advance,
Bob
]]>Hello, great plugin!
One question though, I have it appear on the bottom right. Can I slightly change the position and move it up a bit because it goes above my cookie acceptance border and looks bad on mobile?
Thanks!
]]>Is there a way I could get the arrow to display only on large screens?
On smaller ones, it comes on top of content, and is annoying.
Thanks
Agnes