Page 1 of 1

Go To Top button

Posted: Fri May 22, 2020 5:10 pm
by Asobig
I noticed that the 'Go to Top' button is not in front of the topmenu (at least with a pagesize of 95%) and that there is an error message in the log.

To correct both issues, you can do the following:

Open IndexDesktop.php

Change line 582 from:

Code: Select all

<a href="" id="gotop" style="display: none;">
to:

Code: Select all

<a href="" id="gotop" style="display: none;z-index: 100;">
And line 905 from:

Code: Select all

$("#gotop").scrollToTop();
to:

Code: Select all

$("#gotop").scrollTop();
Greetings,

Gerard

Re: Go To Top button

Posted: Sun May 24, 2020 3:24 am
by John B
Thanks, Gerard, that works quite well. It works on my desktop machines and also on a small screen one (260mm).
Your time and trouble in investigating and correcting the facility is much appreciated.

Regards,
John B