Notice: add_submenu_page was called incorrectly. The seventh parameter passed to add_submenu_page()
should be an integer representing menu position. Please see Debugging in WordPress for more information. (This message was added in version 5.3.0.) in /var/www/html/wp-includes/functions.php on line 4903
This originates from the JmsAdminSettingsPage.php
Solution is to comment the following line:
'options' => 'add_options_page',
You should not translate string “Scroll Back to Top”, it will change “settings URL” to https://DOMAIN.TLD/wp-admin/options-general.php?page=%d0%bf%d1%80%d0%be%d0%ba%d1%80%d1%83%d1%82%d0%ba%d0%b0-%d0%b2%d0%b2%d0%b5%d1%80%d1%85 and You will not be able to go to settings page.
After You delete the translation or copy the original string, the MENU string “Прокрутка вверх” change to “Scroll Back To Top” and You will be directed to working settings page https://DOMAIN.TLD/wp-admin/options-general.php?page=scroll-back-to-top
Hi
Can I exclude a page to have “Back to the Top” button?
Very strange, I suddenly have the icon reduced in size. Not the box but the icon itself. Neither changing the size in settings is working anymore. Have you got any idea how this happened?
]]>I use PDF Embedder on my sites to display PDF documents. On one of my sites all PDF’s were no longer being displayed. I even went into the media library to try to display the PDF directly. Still no luck. So I checked the PHP log file. I found a whole bunch of errors of the following form:
PHP Warning: array_merge(): Argument #2 is not an array in ..
wp-content/plugins/to-top/to-top.php on line 92
Sure enough when I disabled the to-top plugin all my problems went away and all PDF’s displayed appropriately.
]]>Is it possible to change this so that instead of it linking to an anchor on the page, it links to another page?
]]>I like so much this plugin! My rating is Five Stars ??
]]>Hi,
I wanted to show a backtotop button only on mobiles.
I chose the easy way and set up maximum browser resolution = 667 px.
However, the icon still shows on large screen, below footer.
(screenshot of below footer: https://i.imgur.com/W3QCxFs.png )
As you can see, there’s this small arrow-up in bottom left.
How can I get rid of it ?
Hello
is it possible to change the color of the arrow?
thanks,
]]>Hello, first of all thank you for your great plugin.
I noticed that after the latest update of wordpress (3.5) the ‘scroll to the top’ box it isn’t shown anymore.
Is there someone who can gently help me to solve this issue?
Thank you in advance,
Bob
]]>I love this button, except is it possible to have it link to a different page (in the same window) on my site instead of scrolling to the top on click?
]]>I love this plugin and use it everywhere but it has one shortcoming: it loads an old version of Font Awesome so the latest and greatest icons are not available.
To make sure you are always getting the latest version of Font Awesome, install Better Font Awesome too. If a theme or another plugin enqueues Font Awesome, Better Font Awesome will dequeue it and load the latest instead.
Scroll Back to Top + Better Font Awesome FTW!
]]>HELLO!
Is there a way to change the location display on the center of footer instead of place it right or left?
THANKS in advance for your kind attention!
]]>Hello
And thanks for this great plugin ??
Would anyone know how I could add my own arrow image maybe using the extra css field ?
Thanks in advance
Cotp
]]>Save setting not work in admin settings panel
I like to know if this is a common issue with WP 4.3.1 or is my install that create problems.
I have same problem in 3 different site after upgrading to 4.3.1, i try to delete and do clean install of the plug in but i have the same issue.
PS: the version is show is the 1.1.3 but wend you download the zipfile is named with version 1.1.4
]]>I have a theme called citilights by nootheme.com with a “Go To Top Button” built in and/or plugin that came with the theme but I am not happy about the behavior.
If I were to install your plugin, will it override the current “Go To Top Button” or I would have to manually deactivate the plugin or remove the code it came with manually before I can use yours?
THANKS in advance for your kind attention!
]]>Hello,
Does anyone have a piece of CSS to resize the button on mobile screens when in mobile view?
Other than that, great plugin, does everything it should.
]]>Hi !
The “Back to the Top” does not appear on all my pages in responsive mode. But I can see it on some pages. Is there a solution ?
Thank You
]]>Scroll to top button appears WHILE scrolling but disappears when scrolling stops (meaning it is impossible to press.
Tried in IE and Chrome.
Anyone else have this problem?
Hey,
I would like to add a button to get back in history besides the “go back”-button which I already successfully added on Rihannas-Rehab.com.
The code I would use would be:
<img src=”https://yourlinktoyourimage.jpg” alt”Go Back” />
However I have no idea where in the plugins-codes I would have to insert this.
Could somebody tell me?
]]>I’m using Zerif Lite and am wondering if there is any way I might be able to set this plugin to scroll back up to a set # anchor, rather than the very top of the page?
website is https://www.shapeyourway.co.uk
I would like the arrow to redirect people to the “Welcome to ShapeYourWay” section of the site which is denoted by the anchor #focus
Thanks
]]>I have set the Maximum Browser Resolution to 798px but on my Laptop with 1920px I have a grey bar on the bottom of the page with the Scroll-to-top button on the left side, even I have set the Horizontal Alignment to right.
]]>Hi, I’m looking to remove the scroll up feature from my main home page and possibly a few future pages.
Is there anyway to insert a hide shortcode for this?
]]>Can we get an option to disable font-awesome? I rather host the CSS on my own server.
]]>It’s a few pixels short of hitting the very top of the page. Is there anything I can do to rectify this?
Thanks in advance
]]>Hello ??
I have a small problem and I need your help ??
The button is not appears in my wordpress site (besically is hidden behind the elements of the theme )and I think I know why but I can’t fixed it ! The problem comes from my theme ! I’m using MagicBook you can see the demo here since my website is not ready yet..
This specific theme it’s load the pages as slides in a book… so the plugin is not working with that since it’s working with jQuery into the main offset of the screen so basically is for Fully Visible in one page and not in parts! (Visible only for body)
Doesn’t make sense to change the css style so I though a good idea to make a few changes in the .js file !
My code is exactly the same but I change the Body element of the main function:
from
scrollToElement("body", scrollBackToTop.scrollDuration, 0);
to
scrollToElement("container", scrollBackToTop.scrollDuration, 0);
and the second one
from
$('html, body').animate({scrollTop: offsetTop}, parseInt(time), 'linear');
to
$('html, container').animate({scrollTop: offsetTop}, parseInt(time), 'linear');
Now I’m stuck :p
Is not working maybe the “container” class is not a part of the game and the bad thing here is that I can’t determine the correct class! it seems that there are a lot of class to to be able to create that book :p so I can’t determine which one is the correct!
Can you help me with that ? ??
p.s: my java skills are poor I don’t know if I change something which has nothing to do with the scrolling I make the changes, base in logic :p
Thank you in advnace
Regards
Hi there,
I’ve installed the ‘scroll back to top arrow’ but whenever I click it, it goes to the theme developers website.
Do you have any idea how to fix this?
Many thanks,
April
When checked with P3 plugin profiler this plugin takes wayy to long to load. I have 30 plugins installed and this one uses up 25% of the loading time that all plugins combined use.
Just deactivated it, cause for such a simple feature this is way overkill.
]]>Is it possible to have the arrow appear only after the users starts to scroll down?
]]>Hi Joe I am working with a theme that is geared towards web accessibility and using a web accessibility checker called achecker.ca/checker/ , this element is flagged as an error with your plugin (which is awesome by the way!):
<i class="fa fa-2x fa-arrow-up"></i>
the suggested solution is to:
Replace your i elements with em or strong.
think we could get that applied as it seems to be it could be a pretty quick fix (at least to me but I am not a programmer)
thanks!
]]>