NO BUG: Everywhere I click on the canvas I'm redirected to the same article

Hi folks!

This is my first post here. I’ve built an archive template and tested it thoroughly; it was working perfectly until suddenly, I encountered a bug. Now, no matter where I click on the canvas (except for the navigation and footer), I get redirected to the same subpage of the archive. It’s like the entire canvas has become a button.

I’ve reviewed all elements and checked for interactions that could cause this. I also disabled JavaScript in my browser, but I get the same result. I even restored backup versions to the point when the archive page was working, but this didn’t fix the bug.

Can anyone help me with this issue? If I need to grant access to something, could you also guide me on how to do that? I’m a beginner with WordPress (I used to work with Webflow).

Here’s a link to the page i’m working on (SSL not yet configured, sorry): Website development – nocodedevs.io

Thanks you all in advance!

Your position on the ::after elements on the links within the headings are set to absolute causing the link to fill the entire page. Add position relative to the parent header and it should fix your issue. Based on the inspect from chrome it looks like it’s from a plugin called automatic bricks.

3 Likes

Thank you so much for the solution @sungkim. It works perfectly!

1 Like