solved Can't press scroll to top button in folllowme (1.1.0b1)

boplive
@boplive
7 years ago
345 posts
Hi everyone,

It lools like the scroll to top button of the followme skin (1.1.0b1) is hiding behind eveything which is not allowing anyone to press the button

Not sure if the demo has been updated to the latest but, your not seeing the scroll to top button either
updated by @boplive: 10/28/17 05:50:42PM
michael
@michael
7 years ago
7,715 posts
Can see this issue is still there in the latest jrFollowMe.

Will get it fixed up.

Thanks :)
michael
@michael
7 years ago
7,715 posts
fixed in jrFollowMe version 1.1.0

If you're needing the fix fast, its in
/skins/jrFollowMe/css/skin.css

Now has a z-index on the .scrollup class:
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 16px;
    right: 8px;
    display: none;
    z-index: 100000;
}
boplive
@boplive
7 years ago
345 posts
hi MIchael,

made the fix at my end to the skin.css and that did the trick. :)
Thanks for the quick help.


Ed

Tags