Make title not limited to 100 characters, and authorize empty description ?

Make title limit higher : Enable empty description :

Anspress session problem

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:

Editor Image Error

Fixed it on GitHub branch “4.1.9” please check.

Make title not limited to 100 characters, and authorize empty description ?

Found this in the FAQ : https://anspress.io/resources/faq/how-to-make-question-description-field-optional/

AnsPress 4.1.8 is READY for release!!!

[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?

Is it possible to have the same forum appear in two different websites?

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.

AnsPress 4.1.8 is READY for release!!!

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

Images in lightbox

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.