Comments fail to post
-
I tried the plugin in version 4.0 and the comments fail to post with the same javascript error as others “Notice: It seems you have Javascript disabled in your Browser. In order to submit a comment to this post, please copy the code below the form and paste it along with your comment.” I checked the comments.php and it is using the comment_form as required by the plugin. The test post is: https://www.miraclereflections.com/reviews/influenster-holiday-jollyvoxbox-2013/
The relevant code is below:
<?php $comments_args = array( 'label_submit' => __( 'Comment','adelle-theme' ), 'title_reply' => __( 'Leave a Reply','adelle-theme' ), 'title_reply_to' => __( 'Leave a reply to %s','adelle-theme' ), 'cancel_reply_link' => __( 'Cancel reply','adelle-theme' ), 'comment_notes_before' => '', 'comment_notes_after' => '', 'comment_field' => '<p><textarea name="comment" class="comment-textarea" title="' . __( 'Comment','adelle-theme' ) . '" cols="50" rows="5" tabindex="1"></textarea></p>', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '<p><input type="text" name="author" class="comment-input" title="'.__( 'Name','adelle-theme' ).'*" value="'.$comment_author.'" size="22" tabindex="2" />', 'email' => '<input type="text" name="email" class="comment-input" title="'.__( 'Email','adelle-theme' ).'*" value="'.$comment_author_email.'" size="22" tabindex="3" />', 'url' => '<input type="text" name="url" class="comment-input" title="'.__( 'Website','adelle-theme' ).'" value="'.$comment_author_url.'" size="22" tabindex="4" /></p>', ) ), ); comment_form( $comments_args ); ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Comments fail to post’ is closed to new replies.