• When someone tries to post a comment on my site they get various messages such as “slow down you’re posting too fast” or “try again later”. I have read other support requests and suggestions regarding this and similar issues going back many years, and have tried comment flood control filters, using cpanel’s database repair, etc. but nothing has worked so far. My comment dashboard shows lots of pending and spam comments but when I click to see them nothing is there. After spending days trying to correct this on my own I realize I’m in over my head on this one. Thank you.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • You should be able to disable the flood lock for comments with this:

    add_filter('comment_flood_filter', '__return_false');

    You should add this to your child theme’s functions.php or via code snippet plugin.

    I don’t understand the second part of your request, but I suspect it is related to the “Lazy Load for Comments” plugin you are using. You could deactivate it for a test. If the behavior improves, you can ask for support in their support forum: https://wordpress.org/support/plugin/lazy-load-for-comments/

Viewing 1 replies (of 1 total)
  • The topic ‘Native WP comment system not working’ is closed to new replies.