does anspress still have user ranks, badges features?

It was removed from core to keep AnsPress simple. This will be released as an extension, so that only interested people can install it.

Ads not showing

test – ignore

How can I change the vote icon?

https://gist.github.com/rahularyan/5129d55940504155a2b4

When Anonymous Status shown

Yes agreed. Any update on this?

Is it possible to use a different account level for anspress?

This is a major feature for upcoming version of AnsPress. Its partially added to adn you can get latest version from github. After that you can use a role editor plugin and remove ap_new_question capability from a role and you are done.

New Features | Link to add answer when No answers yet

You mean creating new answer from wp-admin questions ? You can do it, got to new answer and select question to answer for.

How change the position of pop-up notification

You can try with: #ap-notify { top: 250px; } Change the 250 with the desired distance from top. I only test this with a success message…

Limit the number of words in the answers

I don’t know if there’s a function to do it. But you can do it including the maxlength attribute, o with jQuery. But if you change the attribute, you are changing the php, so it will be override with the next update. http://stackoverflow.com/questions/1363030/can-i-specify-maxlength-in-css http://jsfiddle.net/TmsXG/13/