• Good morning,

    I have a problem with the categories page on my website: when I go to one of the categories pages, the featured image of the post has no link and to get to the post you have to click only on the post title. The issue came up a few days ago with no changes made by me (before that, all was working well).

    If I inspect the page with F12, I can see that the link is still here, but the image now is classified as after.

    (see this link –> https://ibb.co/j4vt7FJ )

    How can I fix this problem?

    Sincerly,
    AB

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter andreaborin

    (@andreaborin)

    EDIT:

    I managed to resolve the issue and now all is working.
    To resolve, I added in the Custom CSS the sequent code:

    .post-thumbnail:after
    {
    position:relative;
    }

    I understood making some tries with the F12 inspect instrument, that if the position was absolute as written before, the image had no link. Now the image is clickacble.

    The issue is resolved, but I would still linke to ask if someone can explain to me why that problem happened and how this quickfix works?

    It would be really precious!
    AB

Viewing 1 replies (of 1 total)

The topic ‘featured image has no link’ is closed to new replies.