• SSL will not validate. Page source example: <img src="https://i.vimeocdn.com/video/918955121_640.jpg" alt="" />

    A user on this forum, @vicdilu, suggested adding this code snippet to the template view:

    <?php
    $imgsrc = preg_replace(“/^http:/i”, “https:”, $imgsrc);

    I haven’t been able to make @vicdilu’s solution work; if anyone has been able to make this fix, would appreciate a little more detail.

    Thanks!

    The page I need help with: [log in to see the link]

  • The topic ‘HTTPS:// validation’ is closed to new replies.