I can’t buy the theme…

Hello George, We are not allowing CC directly on our site. You have to do it by selecting PayPal gateway. Thanks

How to Migrate Questions and Answers From Old Q AND A Plugin

Just one other thing I could really use your help on….. After clicking on the “ask question” tab I am getting a similar problem as above. I am taken to a “page not found.” Even after changing to page slug around a few times I just can’t figure it out. Any ideas? Here is the site: http://redwhiteandbulldogs.com/questions/

Private messaging system

Ultimate Member has a really good PM system, but it’s not free (it’s an addon, which my site has). I’m currently trying to get AnsPress integrated with UM as this plugin is very popular and much better than BuddyPress.

404 not found when posting new question, or checking existing questions

okay, you should have received an email with your account info.

404 not found when posting new question, or checking existing questions

Okay, did that, still doesn’t work. The link itself works perfectly, with all the questions and answers, but if you click on any of them, you get the 404 error message.

404 not found when posting new question, or checking existing questions

Please enable %postname% permalink

How to Migrate Questions and Answers From Old Q AND A Plugin

Hello Dan, I think this is issue with base page. Please check if correct base page is set in AnsPress options. Try saving WordPress permalink option as well.

Add an action button “Answer a question”

If you want to add a button to the question box like the ‘add a comment’ button you can utilize the ap_post_footer action from a child theme:   add_action( ‘ap_post_footer’, ‘mmx_add_answer_button’ ); function mmx_add_answer_button(){ echo ‘<a href=”#answer-form-c” class=”ap-btn-newanswer ap-btn ap-btn-small”>’ . esc_attr__( ‘Add an answer’, ‘anspress-question-answer’ ) . ‘</a>’; }