Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rahul Aryan

    (@nerdaryan)

    Hello Marc,
    This issue will be fixed. thanks for reporting.

    Plugin Author Rahul Aryan

    (@nerdaryan)

    for fixing right now you can do this:
    Open anspress/includes/anspress-form.php,

    and replace this function:

    
    public function comment_button($post_id) {
    		$post_type = get_post_type( $post_id );
    		if($post_type == 'question' || $post_type =='answer')
    			echo '<div class="ap-comment-sc"><button class="ap-btn-comment ap-btn ap-btn-small" type="submit">' . __( 'Submit' ) . '</button></div>';
        }
    
    Thread Starter User78342324

    (@rune-vantage)

    Thanks nerdaryan,

    It worked! Looking forward to the update!

    Thanks again,
    Marc

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Submit Button Under Comments Form’ is closed to new replies.