Hi
I'm trying to make a video on my squarespace page link to another page on my website.
The behavior I'm hoping for:
1. You go to my website and the home page is a video.
2. The user clicks the video and it takes them to another page on my website.
I've gotten close to the solution but I'm stumped on fixing some bugs. Currently im putting this in the code injector and its almost working properly:
<body onclick="window.location.href='https://www.timothyhoggan.com/motion-1';" style="cursor:pointer; width:100%; height:80%;"></body>
Bug #1: its not excluding the header. Meaning if someone goes to my home page and try's to navigate to the "photography" page it will jump to the wrong page because it navigating to "motion-1" instead. so i need to figure out how to exclude the header form the "click zone"... Hope that makes sense.
Bug #2: it only works the first time youre ont that page. If you navigate back to that page it wont be clickable again.
Im currently runing on squarespace 7.0 under the york template. Im on a personal plan.
My website is www.timothyhoggan.com
Thanks,
Tim