Viewing 1 replies (of 1 total)
  • Hi,

    I added your code where you said you put it but it still didn’t add the https to the images for me. This is the code below, is it correct? Line 195 is “$url = $this_url;”.

    foreach($post - > {
        'photo-url'
      }
      as $this_url) {
      foreach($this_url - > attributes() as $key => $value) {
        if ($value == $photo_size) {
          $url = $this_url;
          $url = str_replace("http:", "//", $url);
        }
        if ($value == 1280) {
          $link_url = $this_url;
        }
      }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Fix for secure sites (HTTPS)’ is closed to new replies.