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.
Hello, There must be a php error. Please check log. Also tell me your PHP version, AnsPress require 5.6 and avove.
Hello, Look like a bug. I will fix it. You can track it here: https://github.com/anspress/anspress/issues/417
hello, You can see it in our widgets. Copy codes form widgets to your theme and customize it.
Hello Jordan, It will be as simple as editing a file. Simply edit your translation file and replace all occurrences of “closed” with “resolved”.
i no only there was a plugin with a problem. I fix for now 🙂
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
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?
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 🙂