Archived topic
post category archives unclickable
6 replies · Started by y on January 11, 2018
Hi
On some of the catgeory archives the posts in archive are unclickable.
This is weird since some other archive pages do work
checkout the archive pages in screen shot
Thanks
Hi there,
Can you try #1 here? https://docs.generatepress.com/article/debugging-tips/
Is this happening on a specific page? I can't get it to happen.
Hi Tom
in the screen shot you can see on which nav item to hover (its the only nav item with drop down). In screenshot you can see the red arrow point to the links (leading to post archives with the issue)
Thanks
Here's what I'm experiencing: https://www.screencast.com/t/9QnbHIO67
Hi Tom
The nav linkd to archive work fine.
In the specific archives with the red arrows (in my screen shot) if you hover over the posts in the archive they are unclickable
meaning the the text and images in theses archive pages are unclickable. And in the others they work fine.
Ahh I see. This is the issue element: https://www.screencast.com/t/8aO2GpfmaC
The issue is caused by that element and this CSS:
div.ptb_loops_wrapper .ptb_post {
padding: 0 !important;
margin-top: 0;
margin-right: 0;
clear: none !important;
position: relative !important;
top: 0 !important;
left: 0 !important;
}
Not sure if that's a plugin you're using?