My website (http://amosjackson.com/index) has scroll navigation where you click on navigation links and it scrolls to the place in the webpage.
When I implemented this, the links for images stopped working.
They did not disappear because when I hover over the images, I still see the links and I can right click and open the link, but when I just click on them, nothing happens.
My html is not brilliant so please make any criticism constructive. Since it’s a work in progress, you have to do /index or it redirects to a building page.
It looks like the problem is in the jQuery script you are using for the slider.
Seems you are preventing every link from firing with this piece of code.
Try targeting only nav links, something like