As error says, you need to check error log. Post error log here then we can help.
Hi @Rahul @dav @Clarissa_Wu @Benjamin_Meghnagi @ericshiv and everyone else 😉 I’m a bit confused how the multisites works… Please, is this possible? Example: I have 3 pages all using AnsPress and… 1st page  – Mother Page 2nd page  – Php Questions 3rd page  – Htm Questions *The html and php are just examples. I can’t just use categories for our project.) *Mother Page – main page for creating profile, however, anyone can login on all 3 pages. …I follow category on 2nd Page… …I’m currently on 3rd Page… …and someone post a new question in the category I follow the 2nd Page… Question: Will I get the notification on all 3 Pages? What widgets would you recommend for achieving this? Thanks a lot :))
Its easy digital download plugin.
I propose you use one of many wordpress plugins to make this custom experience. https://anspress.io/questions/question/has-anyone-used-anspress-in-conjunction-with-the-swiftype-wordpress-search-plugin/ Install an ajax plugin above default search or above something like Relevanssi. This is already implemented for creating a new question in AP. With some tweaking, you can do what you want. UX case you described is interesting. After giving it some thought, it feels natural. I think when I will have time, I’ll implement it for my search page “nothing found” or after “found” results: “was that not good enough for you? Ask yourself”. Great idea, Zoker!
This is either already easy to implement, or should be really easy to implement. And this is a great feature, would like to see it in AnsPress one day. (good @mentions are more important imo)
Can not be easily currently implemented because questions and answers are custom posts, but comments are wp comments. That would require different code base. I totally support idea of having comments as first class citizens, being able to vote for them, have them count in profiles etc. Easiest way to do it, overall, would be to make comments custom post types too. Anyhow, this is a great idea, I’m with you on that.
No. While somehow possible to implement, current implementation have a 1-to-1 relationship in one of two places where “best” or “selected” answer is stored. That is as far as I remember. Having two “best” answers would be a bad thing to have anyway. From user experience point of view.
Fixed. Please get latest from Github.