User (really) Cannot Register

I just tried to register in your site and it seems fine. Also, you not need AnsPress Email and AnsPres tags plugin as those are already in AnsPress core.

User (really) Cannot Register

Hello, May be its disabled in TML? Is cached enabled? make sure to purge them once.

Question description is required?

I feel the same way. Please, make it optional.

Disable description field on ask question form

Hello, You have to use ap_question_form_fields hook to filter question fields. Then just unset( $form[’fields’][’post_content’] );

Answers on my site is not shown without authorization

same problem here

Bugs detected on 4.1.1

Hello, Please make sure to flush your site cache after updating. All forms of AnsPress are re-coded so their location in files are changed. To fix translations just update your translation .mo with anspress .pot file. Since, 4.1.x AnsPress inheriting WP template hierarchy. So, for all main pages page.php is loaded and for single question its single.php. To keep all main pages layout same, simply create a template file anspress.php. I will check breadcrumbs and update you in a moment. Cheers!