SSL Error Mixed Content

Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #11495
    Raghavendra
    Moderator

    I replaced the code

    $image_size = array('width' => 350, 'height' => 410);
    

    with

    $image_size = 'square';
    

    in single-trainer.php file at line number 12 and images load fine now. Unfortunately, the custom image resizing Aqua engine does not work on HTTPS and we have to use existing thumbnail sizes with WordPress. Hope this works for you.

    #11507
    miguelgino
    Member

    thank you mate that did it!

Viewing 2 posts - 16 through 17 (of 17 total)
  • The topic ‘SSL Error Mixed Content’ is closed to new replies.