Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • in reply to: https problems #19538
    Zevil
    Member
    Post count: 17
    This reply has been marked as private.
    in reply to: https problems #19339
    Zevil
    Member
    Post count: 17
    This reply has been marked as private.
    in reply to: https problems #19335
    Zevil
    Member
    Post count: 17
    This reply has been marked as private.
    in reply to: https problems #19284
    Zevil
    Member
    Post count: 17
    This reply has been marked as private.
    in reply to: https problems #18923
    Zevil
    Member
    Post count: 17

    Hi Ed,

    I had tried to adding the code to functions.php, but the problem still in there, could you please help to investigation the problem if I can provide the ftp account for you, thanks.

    B.Rgds
    Zevil.

    in reply to: https problems #17743
    Zevil
    Member
    Post count: 17

    I don’t know how to use below code, add to post.php??

    add_filter(‘wp_get_attachment_url’, ‘honor_ssl_for_attachments’);
    function honor_ssl_for_attachments($url) {
    $http = site_url(FALSE, ‘http’);
    $https = site_url(FALSE, ‘https’);
    return ( $_SERVER[‘HTTPS’] == ‘on’ ) ? str_replace($http, $https, $url) : $url;
    }

    in reply to: https problems #14306
    Zevil
    Member
    Post count: 17
    This reply has been marked as private.
    in reply to: https problems #14173
    Zevil
    Member
    Post count: 17
    This reply has been marked as private.
    in reply to: https problems #13598
    Zevil
    Member
    Post count: 17
    This reply has been marked as private.
Viewing 9 posts - 1 through 9 (of 9 total)