Ajax extremely slow (and no loader??)

As replied by OP: Ok, I figured it out! It was Akismet plugin for anti-spam. Having any kind of anti-spam plugin severely slows down the posting status of a answer or making a new question. There is a loading spinner shown by AnsPress while sending ajax request, check if that is not working with your theme. Ajax request on our site works fine, I think its due to your server please consult with your hosting company and let us know.

Can I set up time for the question to be answered here?

Simply override answer form and and add this if else before file: $time_after_no_answer = 86400 // One days if(current_time() > get_the_date('timestamp') + $time_after_no_answer)){ //answer-form.php contents here } This above code will check if question time is greater then current time, then only answer form will be visible.

Version 2.4 development started – focused on core code improvent

Hi, if possible – 1. Post poll like questions / multiple choice questions – you once mentioned something like similar meta (option 1, option 2 etc) will have to be added (don’t remember the exact words) 2. navigation link for next and previous question for the selected criteria Thanks

How to modify the “User profile” dropdown tabs menu?

Try adding below code in your WP theme functions.php https://gist.github.com/rahularyan/d9e19ad43397cca7495f

Version 2.4 development started – focused on core code improvent

Add groups Have category image show on page

Menu not shown properly in Mobile

AnswerBox is not responsive yet. we are working on V2 which will release soon.

how to allow user to create new topics

Its enabled by default unless you disabled it from AnsPress option

Version 2.4 development started – focused on core code improvent

Great feature list! I’m excited 🙂