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.
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.
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
Try adding below code in your WP theme functions.php https://gist.github.com/rahularyan/d9e19ad43397cca7495f
Add groups Have category image show on page
AnswerBox is not responsive yet. we are working on V2 which will release soon.
Its enabled by default unless you disabled it from AnsPress option
Great feature list! I’m excited 🙂