Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hi @pipshunter-blog,
The avatar is not intended to be displayed there; it's a minor CSS conflict with the theme.
Watch this explanatory video: Avatar Display Issue
Use the CSS code below to solve the conflict:Â
#wpdcom .wpd-form .wpd-avatar img{ position:static; }
Insert the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
Don't forget to delete the caches before checking.
If you wish to hide the avatar completely, utilize this CSS code:
#wpdcom .wpd-form .wpd-avatar{ display:none; }
This doc should also be helpful for you: https://wpdiscuz.com/docs/wpdiscuz-7/plugin-settings/comment-thread-features/#display-avatars