• Hello, I’ve been trying to put jump links to areas on my page, and I can’t see for the life of my why they aren’t working. Can anybody give my guidance as to what I’m doing wrong please? This is the page – http://www.brisbanelaundryrentals.com.au/our-machines.
    The two links near the top of the page that say Washing Machines and Clothes Dryers won’t work. And the one at the bottom of the page that says Back to Top doesn’t work either.
    I’ve tried putting a link on another page, and it works fine, so I guess it’s something to do with this page, I just don’t know what. I took out the Youtube video altogether and nothing changed, the links still wouldn’t work.

Viewing 7 replies - 1 through 7 (of 7 total)
  • 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.

    Thread Starter duckylegs

    (@duckylegs)

    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.

    Thread Starter duckylegs

    (@duckylegs)

    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.

    Thread Starter duckylegs

    (@duckylegs)

    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

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Jump links/anchor points wont' work’ is closed to new replies.