Archived topic
Full page link
16 replies · Started by Kevin on February 27, 2023
Hi I'm having a problem with a full page link
I must of set a container link somewhere that has a higher z index than the rest of the page.
It happens under a number of circumstances, but I have managed to replicate it by clicking on the 'New Patients' link on the main menu.
From there teh whole page becomes an active link.
I've tried disabling the page elements and the animated blocks but that doesn't seem to help.
Any suggestions would be welcome
Thanks Kevin
Hi there,
did you resolve the issue? Or is there a specific page i need to check ?
Hi, thanks for getting in touch.
No it's not resolved - the issue doesn't appear on load but when you start navigating the pages using the primary navigation you will see the issue.
Kevin
The video shows the odd behaviour - look at link at the bottom of the browser.
Hi Kevin,
Can you try adding this CSS:
.gb-container:has(a.gb-container-link) {
position: relative;
}
Hi Ying, that appears to fix the issue, can you let me know what I've done wrong or is it a bug? I don't want to reproduce this in my other sites.
Kevin
It was a bug which has been fixed in GB Pro 1.5:)
If you are willing to update to GB 1.7 and GB Pro 1.5, can you let me know if the issue still persists?
will do it tomorrow and let you know :) Thanks
Thank you :)
Hi
I was already updated to GP 1.7 and GB Pro 1.5,
If I remove the css the problem comes back.
I did notice the problem occurs only within the area shown when the browser loads the page.
As soon as I scroll down below what is visible on load the cursor returns to normal.
If I resize the browser window smaller I get the same results.
The css you provided appeared to fix my issue but as I continue to work on the site the problem has re-appeared again.
Do you need admin access to look at this further?
Thanks
Kevin
Can you supply an admin login in the private information field.
And is there a specific page or post we should look closest at ?
The site loads fine.
Once the user starts to navigate the site the issue arises acrross all pages.
The area of the page that is visible becomes an active link, if you scroll below this point the site behaves as expected.
All the faults are outlined in this page there is even a video demonstrating the issue.
I see that you've converted the containers to new system which allows you to set container to position:relative;.
As long as all the containers that have the container link are set to position:relative;, the issue should be fixed.
I checked your homepage, the issue is already fixed :) You should be able to safely remove the CSS I provided earlier.
That's great - I think that has solved it and luckily I'd created a global style for all the container links so I only had to adjust one setting - Thanks