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!

Disable description field on ask question form

Yes, that was deprecated. You can check this new method: AP_Form_Hooks::question_form(). For removing description, simply unset post_content using hook.

How do you show Users?

Hello, Create a page with shortcode [anspress page=”users”].

fatal error

Hello, Can you share the message of fatal error? If you want you can send all details to our email [email protected]. If error is related to AnsPress, I will fix it right there.

CSS single page problem

This problem is solved, seems to be caused by some class changes and custom css not applying anymore.

CSS single page problem

Copy what from where? Only the content or replace the file? Could you please be more precise?   Thanks!