The avatar icon that should be attached to the comment form appears instead in the top left corner of my pages. I can confirm that this stray icon disappears when I disable "display avatars" in wpDiscuz's "Comment Thread Features" settings page.
Also, inspecting this icon with Firefox' Web Dev tools, shows that its HTML is inside of a div class="wpd-avatar", which should appear just by the comment form.
This is for me as a registered user. The comment form is disabled for guests, so I created a test user named "wpdiscuz", with pw "wpdiscuz" so that it can be tested.
I'm new to Wordpress and to web development, my site is still in construction and I just started using wpDiscuz, so let me know if I can do anything more to help diagnose this. I can't think of any plugins or modifications that could cause anything like this.
Hi @hmijail
This is just a small CSS conflict with your theme.
Please put the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
.comments-area img.avatar { position: relative !important; }
Also, I see that you wrote a comment; but its text has its avatar icon on top of it. Can you tell me how to fix that?
No, it's not a bug. It's just a CSS conflict. You don't need to contact the theme developer for this.