Hello sly123,
You should add 1 more block above “botsl1” block of “Default” layout in Template Manager of JA Zite. Then add a position to this block. After that, create a new module with “Custom HTML” module type and assign it to that position.
Then copy below code (located in “/templates/ja_zite/blocks/footer.php” file, about line 28) and paste as content of above module.
<ul class=”ja-links”>
<li class=”top”><a id=”ja-backtotop” href=”javascript:scroll(0,0)” title=”Back to top”>Top</a></li>
</ul>
Clean site cache then refresh front-end to see the result.
Regards.