Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Bill Erickson

    (@billerickson)

    This plugin uses the standard WordPress functions for displaying images. If you’re having issues, it’s a WordPress-wide issue – not specific to this plugin.

    Thread Starter JackTheKnife

    (@scyzor)

    That is interesting because other images are not blocked (as you can see) only those which are related to display posts and event calendar.

    Based on Google Chrome dev forums it is related to passive vs active data serving which Chrome is blocking.

    Plugin Author Bill Erickson

    (@billerickson)

    All I can tell you is the core WordPress function for delivering post thumbnails, get_the_post_thumbnail(), is not serving up the image with the correct URL.

    My guess is you haven’t set your home_url and site_url to be https, so WordPress functions that generate URLs are using http.

    Here is where the image is generated: https://github.com/billerickson/display-posts-shortcode/blob/master/display-posts-shortcode.php#L398

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Images broken on Chrome over HTTPS’ is closed to new replies.