I have followed the tutorial found here:
https://www.jamroom.net/the-jamroom-network/forum/suggestions/2152/back-to-top-scroll-to-top-button
I've added the code to meta.tpl and to the footer.tpl and the profil_footer.tpl.
I also added the following style code to my skin.css
.scrollup {
width: 40px;
height: 40px;
opacity: 0.3;
position: fixed;
bottom: 10px;
right: 10px;
display: none;
text-indent: -9999px;
background: url('http://www.site.com/skins/myscustomskin/img/icon_top.png') no-repeat;
}
It works fine but works only on few pages like on the profile timeline, few admin pages. On many other pages like the home page,the audio page etc. It doesn't work (it doesn't show).
Am I missing something?
Thanks for helping
updated by @pch: 12/19/16 11:04:20AM