Hyperlink Problem

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
User avatar
mfirlotte
 
 
Posts: 141
Joined: Tue May 12, 2020 5:09 pm
Location: Quebec, Canada

Hyperlink Problem

Post 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.
====
Mitch
====
User avatar
crispy68
 
 
Posts: 2737
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Hyperlink Problem

Post by crispy68 »

What links are we to look at specifically on the page?
User avatar
crispy68
 
 
Posts: 2737
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Hyperlink Problem

Post 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>
User avatar
mfirlotte
 
 
Posts: 141
Joined: Tue May 12, 2020 5:09 pm
Location: Quebec, Canada

Re: Hyperlink Problem

Post by mfirlotte »

Thanks Crispy!!! That worked beautifully. I'll add to each of the pages.

Thanks again.
====
Mitch
====
Post Reply