WPIntell

Source evidence

Move Checkbox location with simple code fix

Comment Approved · support · 2018-09-10T21:23:00+00:00

mixedsentiment
lowseverity
0.63relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 35 rows with source links

17.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
brit77 resolved
I asked for help with this a few years ago. You said “the plugin uses the “comment_form_default_fields” filter from WordPress itself to add a “notify_me” key value” and that it was not possible to move the checkbox location. Jetpack recently changed the location of their comment checkboxes from below the submit button to above the submit button, so I attempted again to fix this. I found in your main.php file that you are using comment_form rather than comment_form_after_fields. Line 50: add_action( 'comment_form', array( $this, 'approve_comment_option' ), 10, 1 ); If I change comment_form to comment_form_after_fields, the checkbox is moved to above the submit box with the rest of the checkboxes from Jetpack. Can you please make this fix permanent? The comment_form filter seems to add the checkbox after the entire form which is not ideal. Having the checkbox before the submit button makes more sense. Thanks! Sarah This topic was modified 7 years, 8 months ago by brit77 . Hi Sarah, I will take this into the next version (Y). Thanks

Comments

1 shown
nielsvanrenselaar 2018-11-19T12:58:00+00:00

Hi Sarah, I will take this into the next version (Y). Thanks