Same problem here. Can’t wait to know what to do to fix that problem.
Thanks,
François
Thread Starter
5:4
(@5against4)
Seriously guys? No comments/feedback at all? Are you even working on solving this problem?!
Thread Starter
5:4
(@5against4)
Well the silence speaks volumes. Deleting Quiz – good riddance to bad rubbish.
My best guess is that this happened after the recent plugin update, yes? That would suggest that you’re using an older theme, or one that doesn’t have all the standard WordPress hooks. Look in your theme at the code that draws the comment form. If you’re using WordPress’s built-in comment_form() function, (and WordPress itself is reasonably updated), this should work fine. But if you’re using a custom Comment Form, you need to ensure that the following appears just before the Submit button is output:
do_action( 'comment_form_after_fields' );
This plugin was recently changed to attach the question to the following hook in the theme: comment_form_after_fields
All that being said, I’ll see what I can do about adding a fallback into the system so that older themes work the way they did previously.
5against4: My apology for the non-response. I didn’t get a notification of the new topic, and only noticed it today because I was on the page for other reasons.
As I said in the previous comment: I’ll see what I can do about adding a fallback into the system so that older themes work the way they did previously.
1.3.1 has a fix for themes that don’t call the comment_form_after_fields hook.