Notifications
Clear all

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.

 

How to disable the "comment awaiting moderation" message

4 Posts
2 Users
0 Reactions
32.5 K Views
Posts: 3
Customer
Topic starter
(@steban)
Member
Joined: 6 years ago

How do I disable the "comment awaiting moderation" message? I see it from time to time and I don't understand what causes it to appear.  Everything is working fine, we don't need this message!

3 Replies
Elvina
Posts: 1403
(@elvina)
Support
Joined: 6 years ago
First of all, if you want to disable the comment moderation, please navigate to the Dashboard > Settings > Discussion> admin page find and uncheck the following options:
 
. A comment is held for moderation
. Comment author must have a previously approved comment
 
 
In case if you just want to hide the  "comment awaiting moderation" text, please navigate to the  Dashboard > Comment > Settings > Styling admin page, put the following CSS code in the "Custom CSS code" textarea:
 
p.wc_held_for_moderate{
display: none;
}
Please note, in any case, the comments go to the moderation, the CSS code just hides the text.
Don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.
Reply
2 Replies
Customer
(@steban)
Joined: 6 years ago

Member
Posts: 3

HI @elvina, I cant find these settings. I found a page with URL:

37/wp-admin/edit-comments.php?page=wpdiscuz_options_page

the title says:

wpDiscuz General Settings

but these field are not there:

. A comment is held for moderation
. Comment author must have a previously approved comment
 
image
Reply
Elvina
(@elvina)
Joined: 6 years ago

Support
Posts: 1403

@steban,

The options are located in the Dashboard > Settings > Discussion> admin page.

Please see the screenshot below:

discussion

 

 

Reply
Share:
Scroll to top