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
#anspress .ap-q-left.col-md-9 { width: 75%; } #anspress .ap-question-right.col-md-3 { width: 100%; } Add this to your style.css
I have answered this many time. You can do this by WP translation. Just create a new translation for AnsPress with default language.
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 !
Excuse me, but did you mark “show question title” in AnsPress options panel/ pages/ page titles/ show question title? perhaps have forgotten it…
Hi, I am having the same problem. But I already have that code snippet. Please see: https://n4bb.com/forums Thank you!
It may be conflicting with your theme. share your site link.
Try this: $question = get_post($question_id); get_the_author_meta( 'user_login', $question->post_author ); Read more info here: get_the_author_meta
Install a SMTP plugin and that will solve your issue.
This may be added in future.