Logout Button

Rahul, How to add logout button? thank you

Can I add “password protection” to the Categories?

Of course this is possible. You can simply add if else condition in question.php to check if question is posted in protected category. This feature may be get added in future.

Asking for language pluguin translation

You have to translate AnsPress to your own language if its not exist already. Install AnsPress email extension for sending email. https://wordpress.org/plugins/anspress-email/

What social media plugin would you recommend with Anspress?

I will suggest using AddThis sharing ( if you care about analytics).

User pages return 404

This was a bug in current stable version. You can download RC version of AnsPress from here: https://github.com/anspress/anspress/archive/9a321de6ea4641bdc1a0ca0af3ddfba96af1cf10.zip

What is category icon class and how to use it

Same question here

Social login

Thanks for letting us know. It has been fixed. We recently added https to our site and API was redirecting to http.

How to fix Notification Dropdown too small?

What about: #ap-notification-dropdown { width: 350px !important; }

Problem with

I also did not understand it, but if you want to make a text field empty use jQuery: $(document).ready(function(){ $('.textarea class or #id').val(''); });

How to install a localization?

You can upload your ap-fr_FR.po file to wp-content/plugins/anspress-question-answer/languages That`s it.