Page 1 of 1

Hyperlink Problem

Posted: Thu Oct 28, 2021 12:57 pm
by mfirlotte
It seems in WB17 that I'm having some troubles with hyperlinks in text and images as I rebuild my older site.

I have 3 breakpoints: default, 768, and 320.

As I resize my browser window or use my iPhone, the hyperlinks seem to work if the text or image is very low on the screen, near the bottom of the window, but do not work when the text or image is higher up like in the middle of the screen.

My test site is at:
https://cuttingboards.firlottecreations ... -test.html

The WBS file is at:
https://cuttingboards.firlottecreations ... nkTest.zip

At first I had some animations for the text and images but have removed them all and this still is happening.

Thanks for any help and/or suggestions.

Re: Hyperlink Problem

Posted: Thu Oct 28, 2021 1:07 pm
by crispy68
What links are we to look at specifically on the page?

Re: Hyperlink Problem

Posted: Thu Oct 28, 2021 1:12 pm
by crispy68
It's the menu extension you are using. It is overlayed on top of your links as they get closer to the top so they don't get the focus. This is something Pablo may have to look at fixing.

However, in the meantime if you add the following CSS code it should make it work:

Code: Select all

<style>
.Extension3{pointer-events:none;}
.Extension3-item,.Extension3-close{pointer-events:auto;}
</style>

Re: Hyperlink Problem

Posted: Thu Oct 28, 2021 4:27 pm
by mfirlotte
Thanks Crispy!!! That worked beautifully. I'll add to each of the pages.

Thanks again.