Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Scott DeLuzio

    (@scottdeluzio)

    I think all it would take is removing the http: from line 402 of /wp-portfolio/lib/thumbnailer.inc.php

    Line 402:
    $imagefile = sprintf('https://images.shrinktheweb.com/xino.php?stwembed=1&%s&stwurl=%s', http_build_query($args), $url);

    Change to
    $imagefile = sprintf('//images.shrinktheweb.com/xino.php?stwembed=1&%s&stwurl=%s', http_build_query($args), $url);

    Plugin Author puravida1976

    (@puravida1976)

    Testing…

    Plugin Author puravida1976

    (@puravida1976)

    Sorry. Delayed by phone call. I tested this, using the same suggestion you posted above, and it worked fine. I could find no negative side effects. Since it only affected embedded method, the caching locally still worked as expected.

    This means that I can consider to make the next release v1.39 include this change unless someone can find a reason why not to do so.

    Thread Starter Scott DeLuzio

    (@scottdeluzio)

    Wonderful! Thanks so much for your response.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Images over SSL’ is closed to new replies.