0

I am using wordpress' revolution slider that spans the home page. I want to put a scroll down button, so users are aware they can scroll. I want something like this one: https://exposure.so/

I tried putting a div on top of everything and a link that links to anchor link further down the page. It works, but I don't know how to make the div disappear when the user goes down, and reappear if they go back up. Anyone know how to fix this?

Tommy DC
  • 97
  • 1
  • 10

1 Answers1

0

You need to calculate the scrollbar's handle position using javascript or jQuery. If its towards the bottom of the page, hide the button, else show it.

To find scrollbar position : LINK

Community
  • 1
  • 1
Akanksha
  • 188
  • 1
  • 13