The video and its container being absolute positioned is interfering with the links. In addition, while I see an anchor identified for the Dryer section, I don’t see the same for the Washing Machine section
That is, there is no <a id="#Wash"></a>
Back to Top link is working fine for me.
Thanks for your response Codente. I’ve tried taking out the video altogether, and it doesn’t change anything. Can you tell me how to change this?
Also, the Back to Top link does not work for me?? I’ve tried this in IE and Firefox.
Back to Top works for me in FF and Chrome but I’m on a Mac.
When I remove the absolute positioning from the video, your links are then clickable. The Dryers anchor link works after that but the Washers does not. As I said, I don’t see the necessary code for the Washers anchor link to work.
Not familiar with your theme but you can try removing the absolute positioning from two elements
.mk-section-video and .mk-section-video video.
Both of these should be in your theme stylesheet from what I can tell.
Then simply remove position: absolute; from each of those in the stylesheet temporarily to see if that makes a difference.
Hello Codente,
I’ve done what you suggested, and it doesn’t make any difference here.
I’ve also removed the video entirely, and still no joy.
Do you have any other suggestion? The theme is Jupiter, but there are jump links on other pages that are working, so I don’t think it’s the theme.
Hi there, you have removed the video but the html elements that surrounded it are still there are are still absolute positioned.
Thanks Codente.
I’m a complete newbie, so can I ask you to be more specific on how I fix this? Like really specific?
I can’t be that specific as I’m not familiar with your theme. The easiest way is to adjust the stylesheet that contains position: absolute; on the element that surrounds the video
The elements to look for are
.mk-section-video and .mk-section-video