Twenty Seventeen Featured Images

  • Unknown's avatar

    Hi,

    on my site the featured images do not work – partly. I have a header video, which works fine, below that, there is my “home”-page displayed, the image for this one works fine. Below that, there is my post page, the featured image for this one is only grey, as well as for the next page below. I’m not sure if this is a common mistake, but I am new to this theme, so I do not know if I do something wrong.
    Thanks in advance.

    Was tun Kinoarchitekten?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi,

    I took a look at in Firefox and saw what it’s supposed to look like. Schöne Fotografie! Fortunately, everything is there, it’s just a matter of how the different browsers interpret everything. A quick google search looks like this is a known issue with Chrome after a recent update, and should be resolved soon. There are solutions that involve custom CSS, which, unfortunately, is only available to premium users.

    Sorry I couldn’t be of more help. Beautiful site, though!
    Leah

  • Unknown's avatar

    Like @nohoperadio mentioned, this appears to be a known bug.

    ——–

    The theme includes a media query that changes the images to position:fixed (creating the parallax effect) at screen widths of 48em (768 pixels) and above.

    @media screen and (min-width: 48em)
    .background-fixed .panel-image {
        background-attachment: fixed;
    }

    Adding backface-visibility: hidden to the above media query seems to remedy the issue in Chrome, but the custom CSS can only be added to a site with a Premium or Business plan.

    @media screen and (min-width: 48em)
    .background-fixed .panel-image {
        backface-visibility: hidden;
    }
  • Hi there,

    This is a known issue with this theme in Chrome, yes, and is affecting both the WordPress.com and the Core versions of this theme. It will need to be fixed in Core before we’ll be able to implement the fix here on WordPress.com.

  • Hi @theblogcinematic!

    We’ve added a temporary work around for WordPress.com sites for this issue for now. The images on your site should now be displaying as expected.

    Just let us know if you have any questions about the above!

  • The topic ‘Twenty Seventeen Featured Images’ is closed to new replies.