• Resolved Justin

    (@justincaverygmailcom)


    I’m using the following code on https://responsivedesign.is/examples/ to load in more site examples at the bottom of the page (note I’ve only included the image generating code)
    <img src="<?php the_post_thumbnail_url( 'small'); ?>" srcset="<?php the_post_thumbnail_url( 'medium'); ?> 768w, <?php the_post_thumbnail_url( 'large'); ?> 1024w, <?php the_post_thumbnail_url( 'full'); ?> 1600w" alt="<?php the_post_thumbnail_caption(); ?>" />

    The template loads in find, however the URL is http instead of https which means the images do not load.

    Is there a way to force https?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    Hey Justin,
    This wouldn’t be anything Ajax Load More is doing… Seems like it’s likely a WP setting.

    Are both your site and admin URL set to https:// in your settings > general ?

    Cheers,

    Thread Starter Justin

    (@justincaverygmailcom)

    Right you are dcooney, for some reason the remote site was on http (although the ajax load was the only hint that it wasn’t using https.

    Thanks for the focus on getting that bit sorted.

    Cheers,

    Justin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images not using https’ is closed to new replies.