• Resolved cooperjason

    (@cooperjason)


    Featured images show on the homepage, but not on individual posts.

    According to my WordPress dashboard, my plugins and themes are up to date and I am running WordPress 5.1.

    I’ve checked Chrome and Firefox on Mac and both having this issue.

    Please advise.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter cooperjason

    (@cooperjason)

    It appears to be a CSS problem.

    Line 514 of the parent style is hiding the image.

    .featured-media > img {
    display: block;
    visibility: hidden;
    width: 100%;
    }

    I attempted to overwrite in child theme CSS, but then discovered the parent styles are being loaded twice, the second time after my child CSS.

    For now added !important in order to get the featured image back, but not sure why “hidden” is in the parent CSS or why it’s loading after the child styles. It used to work just fine on my site.

    Theme Author Anders Norén

    (@anlino)

    Hi @cooperjason,

    Radcliffe switched to using background images for the featured image a couple of versions back. The element is only used as a sizer to retain the aspect ratio of the image on smaller screens.

    If your child theme includes a singular.php (or single.php), it’s probably missing the background image output. In that case, you can update the child theme with the new output by copying the singular.php file from the parent theme.

    — Anders

    Thread Starter cooperjason

    (@cooperjason)

    Got it. I didn’t think to check the template file. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured image no longer showing on posts.’ is closed to new replies.