save custom field in form question

Hello, You are not saving it correctly. Please read our FAQ AnsPress form and validation API at the bottom there is an example of how to save form data.

I cound’t activate a plugin

Hello, There must be a php error. Please check log. Also tell me your PHP version, AnsPress require 5.6 and avove.

Category description allow HTML

Hello, Look like a bug. I will fix it. You can track it here: https://github.com/anspress/anspress/issues/417

question list custom

hello, You can see it in our widgets. Copy codes form widgets to your theme and customize it.

Is it possible to change question type?

Hello Jordan, It will be as simple as editing a file. Simply edit your translation file and replace all occurrences of “closed” with “resolved”.

url without slash end

i no only there was a plugin with a problem. I fix for now 🙂

url without slash end

Hiya Rik, By default WordPress redirect url to trailing slash. To change this behaviour you need to edit your htaccess file. Also: It might be as simple as go to settings > permalinks in the wp admin and remove the trailing slash at the input box for custom structure

 Errors  upon Fresh installed Anspress 4.17 on subsite of multisite.

Hello Alex, #1 is not an issue. it is done by us to prevent admins from setting question page as static home page. #2 Login and authentication is related to core, AnsPress is not responsible for anything related to login or authentication. Login issue happens due to caching plugin. My site had this issue few months ago due to Redis caching and that was fixed already. #3 Not sure about that plugin. But I think reloading page is must after authentication. #4 Why recount on new site?

Re-counting doesn’t work

Open anspress-question-answer/admin/views/recount.php Find line around 192 if(currentRequest > 5) change it to if(currentRequest > 5000) And the recounting worked successfully all of the sudden 🙂