Notifications
Clear all

[Solved] Huge full size gravatar/avatar displays on comment form

2 Posts
1 Users
0 Likes
771 Views
(@sharp11)
New Member
Joined: 5 years ago
Posts: 3
Topic starter  

Could someone please help me to fix this issue? I'm testing this wpDiscuz plugin on my site and I love the features it offers, but I'm having some trouble setting it up.

I'll attach a screenshot, but essentially, when the plugin is activated, an enormous gravatar/avatar is showing. I'm guessing there is a conflict with my theme. Is there any way to correct this?

image

 


   
(@sharp11)
New Member
Joined: 5 years ago
Posts: 3
Topic starter  

Actually, you can delete this thread (or keep it for others to find the answer)

Anyway, I found the answer:

I added this and it fixed the problem: Dashboard > Comments > Settings > Styles > Custom CSS Code

#wpcomm .wc_social_plugin_wrapper {
   display: none !important;
}

   
Share:
Scroll to top