• In my DWQA, all users are displayed next to an image, which is just the thumbnail of a broken picture (the typical thumbnail of when an image link is broken). This looks very bad and I have tried to disable user images / avatars in general, but I am not being able to.

    In the admin settings, under Discussion, there is an option to Avatar Display: Show Avatars. It seems very easy, but every time I try to uncheck this option so that no avatars are displayed and I save the settings, the checkbox is checked again. I am not being able to disable it in any way.

    What may this depend on?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author DesignWall

    (@designwall)

    Hi,
    Thanks for contacting us and sorry for our late reply.
    To solve this matter, please add the following style into the file wp-content/themes/theme-folder/style.css

    .dwqa-question-meta img,
    .dwqa-answer.meta img {
    display:none !important;
    }

    If you need further assistance, feel free to reach out.

    Thank you for this post. The CSS helped with my same problem. However, it only changed it on the Question “list” page. If you click on the question to go read all the comments, each user avatar is overlapping the user name (as it was on the question page too).

    What is the name of this style so I can add the CSS to correct it as well? (example: .dwqa-question-meta img = question list page avatar) I need the question and answer list page avatar.

    Make sense?
    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not able to disable user avatar’ is closed to new replies.