Make title limit higher : Enable empty description :
This cannot be turned off as AnsPress uses this session to validate upload and posts for users. But this get removed once user successfully posts an answer or question. If you want to delete question ids from session then simply run below code anywhere:
Fixed it on GitHub branch “4.1.9” please check.
Found this in the FAQ : https://anspress.io/resources/faq/how-to-make-question-description-field-optional/
[Bug Reporting] If I make a question with some category, there is the question which I have make when I search other category in question list page. But! If I change my browser ( Chrome -> Safari ), There is no the question when I search other category. Is this a session problem?
Hello Peter, Yes, it’s possible. You can fetch the questions form WordPress site using REST api. Include below code to your theme and register endpoint to get response for questions. This is an extended question and you can contact me for complete implementation.
Thank you for plugin. i think new update to v.4.1.8 disables site if either Tags for Anspress or Categories for Anspress are active. Could be just my site (network/multisite) local. error log at this link
Hello, Please check css for img tag in developer tool. Make sure there is not fixed size specefied. can you share your img tag code? I will check.