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.
Hello, May be its disabled in TML? Is cached enabled? make sure to purge them once.
I feel the same way. Please, make it optional.
Hello, You have to use ap_question_form_fields hook to filter question fields. Then just unset( $form[’fields’][’post_content’] );
same problem here
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!