Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @walid91

    I have checked your screenshot but it doesn’t seem like an issue with the Gravatar. Still, you can disable all avatars from your site or select a black option for Gravatar from the WP Admin > Settings > Discussion page.

    Also, if the above doesn’t solve your issue then try to switch your theme to determine the actual reason behind the issue.

    Thread Starter walid91

    (@walid91)

    Hi

    I have deactivated the gravatars of my site, the problem comes from dokan.

    Watch : https://ibb.co/0hFKMh2

    Hi @walid91

    You will need to customize to remove the seller avatar completely from the website.

    In that case, you can try the below hook and file that contains the necessary information you might require,

    File Path: \wp-content\plugins\dokan-lite\templates\
    File Name: store-lists-loop.php
    Function Name: dokan_seller_listing_footer_content()
    Line Number: 97

    Additionally, I am unable to provide/review any custom solutions as per our support policy, and hope that the above information might help you.

    Thread Starter walid91

    (@walid91)

    Hi,
    I tried but without result.
    So no, it didn’t help me since I don’t know where to put the new file and I don’t know if I should add a filter.

    Hi @walid91

    I can understand however, I must respect our policy of not providing any custom solutions. With the possible file path and function, I have already provided you, and you can consult with experienced developers for further assistance. I believe you can understand that we are unable to help in that matter of custom solution.

    Hello,

    As you have not responded for a long, I am resolving this topic, and feel free to create another one at any time.

    Thank you!

    Thread Starter walid91

    (@walid91)

    Hi,

    Yes you can put it in resolved, but not with your help.

    For those who are interested, here is a css code that makes the opacity 0.

    .profile-info-head
    {
    opacity: 0;
    }

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Problem with gravatar’ is closed to new replies.