[Resolved] Images Missing in Posts

Home Forums Support [Resolved] Images Missing in Posts

Home Forums Support Images Missing in Posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1125958
    Matthew

    We’re just getting the blog portion of this site underway and, the strangest thing: images that are added to the post page via the Media Library do not show up in the actual published post. Featured images do show up in the archive. I’ve never run into anything like this before. Example: https://www.awarenessthatheals.org/new-strong-evidence-for-problem-based-learning/

    #1126121
    David
    Staff
    Customer Support

    Hi there,

    you have this CSS in your child theme:

    /* Hide in page post from displaying */
    .size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
        max-width: 100%;
        height: auto;
        display: none;
    }

    The display: none; property is the issue

    #1126190
    Matthew

    Thank you. The reason that was added is to stop the featured image from displaying at the top of the page. I now realized it should have been: .single .page-header-image-single {display: none;}

    Greatly appreciated.

    #1126251
    David
    Staff
    Customer Support

    In Customizer > Layout > Block –> Featured Images you have the option to disable the Featured Image just for Posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.