“[Solved]” appears in question title is there a way to prevent this?

I was thinking to add and option to toggle this feature. Released a new version, update your AnsPress and then in anspress option->pages->show solved prefix

Move subscribe and question stats

#anspress .ap-q-left.col-md-9 { width: 75%; } #anspress .ap-question-right.col-md-3 { width: 100%; } Add this to your style.css

Change titles

I have answered this many time. You can do this by WP translation. Just create a new translation for AnsPress with default language.

All labels of Anspress 2.3.2 are in English

Hi Rahul, Well sorry I was already running WP 4.2.3 didn’t noticed that, my WP autoupdate is active. So to go further I saw there is an update for Anspress 2.3.3, so I launched that update and the problem has been suddenly solved. Thanks anyway and sorry for the missed troubleshoot. And thank you for that excellent work !

Question title not showing on page

Excuse me, but did you mark “show question title” in AnsPress options panel/ pages/ page titles/ show question title? perhaps have forgotten it…

Question title not showing on page

Hi, I am having the same problem. But I already have that code snippet. Please see: https://n4bb.com/forums Thank you!

Notifications do not apper on hover

It may be conflicting with your theme. share your site link.

Get question author username

Try this: $question = get_post($question_id); get_the_author_meta( 'user_login', $question->post_author ); Read more info here: get_the_author_meta

Email sent have wordpress@[domain].com, how to fix ?

Install a SMTP plugin and that will solve your issue.

Push a notification message to every user

This may be added in future.