Please use search before asking: http://anspress.io/questions/question/how-do-you-change-the-anspress-cover-photo-on-profiles/
Thank you for that. You are right. I see in the emails it comes from WordPress (wordpress@****.com) Do you know how to change this? Thanks!
Appearance -> customize -> Askbug options -> hide copyright in footer
Similar to this, can we change that same button to say “sign up” for users who aren’t logged in? Thanks!
Hey guys, I just downloaded the plugin, but I only see an option to enable “admin emails”. I wanted to use this plugin to notify users, of when their questions got responded to. Is that a different ask altogether? Am I missing something? Thanks!
It does not allow multiple category by default in frontend but yes it can be achieved easily, I will write a detailed tutorial.
Is it possible to change the “from” name of the email sent to something other than “WordPress <[email protected]>”
Just replace “text/plain” to “text/html” in line 372, see here: https://github.com/anspress/anspress-email/blob/master/anspress_email.php#L372
Hello I would like to have the notification emails be in HTML format as well, but the plugin is not rendering the HTML tags. Can you explain the solution to get this working? Thanks!
You can use same translation to change any string of AnsPress. There are so many answers related to your question and its pretty easy. Simply create .po for your default language using ap.pot and translate AnsPress strings to your own. Use poedit to quickly edit .po files.