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;">Code: Select all
<a href="" id="gotop" style="display: none;z-index: 100;">Code: Select all
$("#gotop").scrollToTop();Code: Select all
$("#gotop").scrollTop();Gerard

