Gravatar Redirection Issue

This topic contains 20 replies, has 4 voices, and was last updated by  Kiran 6 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #410009

    Kiran
    Moderator
    Post count: 7069

    Hello Himadri,

    I have added code snippet in child theme geodir_geo-travel/functions.php, so now default avatar url will be as per settings from Settings > Discussion > Default Avatar.

    When default avatar set manually via hook/filter there is an avatar url redirection. Check here more about avatar redirection: https://en.forums.wordpress.com/topic/what-are-iowpcom-and-i2wpcom

    You can use following code snippet to use own avatar image.

    
    
    function _gd_custom_get_avatar_url( $url, $id_or_email, $args ) {
        $url = 'http://mysite.com/images/my-avatar.png';
        return $url;
    }
    add_filter( 'get_avatar_url', '_gd_custom_get_avatar_url', 10, 3 );

    Let us know.

    Thanks,
    Kiran

    #410010

    Himadri Goswami
    Expired Member
    Post count: 86

    thanks kiran.

    Its working as u said.

    Can you help me in one more thing. Since you have access to ftp, it will be quick. This is the last issue I am facing it seems,

    when I disable right section in listing or search page, the site display gets halved. While my left section is disabled and it works as aspected.

    I have kept it disabled and you can see how the site appears here https://ehospital.in/hospitals/

    #410013

    Himadri Goswami
    Expired Member
    Post count: 86

    Please ignore the previous request. It resolved

    This tread may be closed as resolved.

    Thanks for your support

    #410014

    Kiran
    Moderator
    Post count: 7069

    Hi Himadri,

    Please check now, listings page shows full width without any mess up.

    Kiran

    #410016

    Himadri Goswami
    Expired Member
    Post count: 86

    many many thanks Kiran.

    #410081

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
Viewing 6 posts - 16 through 21 (of 21 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket