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.
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?
Β
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;
}