Hello Matt, Here is an example I am doing to save a image field in a custom form. Also make sure to add valid mimes in field args. By default AnsPress allows only image mimes.
Hi @superphi and thanks for this contribution! I think this was actually worked on but I’m not sure how far the devs have been. The main dev, Rahul, has some health problem right now, so give him some time to reply. I’m sure he’ll be glad to help and tell you if it’s viable or not. 😉 PS: your link is not working right now, will try again later.
Hello Alex, Look like chart plugin is being loaded from cdn. I will add it to our assets directory.
Hello, I will recommend DigitalOcean. Very low price and they also have WordPress image. Sorry for delay. My days are not good at all so not able to work, hope thing will get normal very soon. ?
1)User can’t edit a question in spite of having proper access role. Good afternoon! Do you use anspress from wordpress.org or latest version from github?
Following pages trigger 404 or blank pages when enabling BuddyPress. Reputation = 404 Questions = blank content area even a user has a question Answers = same as questions Edit Profile = 404 Notification icon triggers nothing
On the latest theme, there’s this error when trying to create a child theme. wp-content/themes/askbug/includes/widgets/top_users.php on line 30
Y don’t find an example in this page. I only view this example How to add a PDF upload field in AnsPress question form? But don`t work. I try: function my_save_pdf_uploads( $post_id ) { $field = $form->find(‘budget’); update_post_meta( $post_id, ‘budget’, $field ); } } add_action( ‘ap_processed_new_question’, ‘my_save_pdf_uploads’ ); add_action( ‘ap_processed_update_question’, ‘my_save_pdf_uploads’ );
Hello, You can add it using JetPack plugin or simply open header.php and put it under <head> tag. When you select a best answer in question then it is marked as solved.