The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Avatar icon misplac...
 
Share:
Notifications
Clear all

Issue [Solved] Avatar icon misplaced

7 Posts
2 Users
2 Likes
278 Views
Posts: 4
Topic starter
(@hmijail)
Active Member
Joined: 7 months ago

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.

 

6 Replies
Posts: 65
Support
(@zackar)
Trusted Member
Joined: 8 years ago

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;
}
Reply
1 Reply
(@hmijail)
Joined: 7 months ago

Active Member
Posts: 4

@zackar Thank you, that worked. Is this a bug that I should report to the theme authors?

Reply
Posts: 4
Topic starter
(@hmijail)
Active Member
Joined: 7 months ago

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?

Reply
2 Replies
Support
(@zackar)
Joined: 8 years ago

Trusted Member
Posts: 65

@hmijail 

Change the CSS I gave you to this.

.comments-area img.avatar {
    position: relative !important;
    top: 0 !important;
}
Reply
(@hmijail)
Joined: 7 months ago

Active Member
Posts: 4

@zackar Yes, that fixed it. Thank you!

Reply
Posts: 65
Support
(@zackar)
Trusted Member
Joined: 8 years ago

No, it's not a bug. It's just a CSS conflict. You don't need to contact the theme developer for this.

Reply
Share: