Maybe this could help you : Lock a post to only admin and moderators then active comments on post. So they will be able to respond as comments and only your group will see it. I didn’t tried it it’s just an idea.
Based on the system of permalink I don’t think that this could be realist. Just because to see a user you’ll simply have to enter his name after /user/ like in this website, my own is http://anspress.io/user/Azman/ and yours is http://anspress.io/user/Neha_Nayak/
Add to your custom css what you want in width and margin with this (it’s just an exemple) : #anspress .ap-q-cells { margin-left: 100px; width: 500px; }
See Permissions options in AnsPress panel to let the owner of the question to answer its own.
No this is not possible yet. But as I said earlier this may be added in near future but we cannot say the exact time of implementation. Cheers.
Hello, On custom css add this : #anspress .ap-about-block { position: relative; display: none; }
Have a look here: http://anspress.io/questions/question/add-yoast-breadcrumb-support/
Fixed and pushed to Github repo.