Hello George, We are not allowing CC directly on our site. You have to do it by selecting PayPal gateway. Thanks
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/
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.
okay, you should have received an email with your account info.
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.
Please enable %postname% permalink
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.
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>’; }