Payment Failed

Hello, May be PayPal does not support Turkey. Many people reported this earlier. Please try our alternative payment methods. Yes, its supported.

custom field not saving

I’ve gotten the custom field to save and update custom meta field. I update custom field with URL using call back from video recorder (clipchamp). Here is my final code: function embed_video_field( $form ) { // Record Button field. $form[‘fields’][‘record’] = array( ‘html’ => ‘<div id=”clipchamp-button”></div><p class=”ap-field-desc” id=”description_record”>Not required. Feel free to record a video for your question. Limit one video per question.</p>’, ‘order’ => 8, ); // Record Button Message. $form[‘fields’][‘message’] = array( ‘html’ => ‘<p class=”ap-field-desc” id=”hit_record”><a href=”#” onclick=”window.location.reload(true);”>Reload this page</a> if you want to re-record.</p>’, ‘order’ => 9, ); // Record Success Message. $form[‘fields’][‘success’] = array( ‘html’ => ‘<p class=”ap-field-desc” id=”record_success”>Your video was successfully uploaded. It will be available to watch once you submit your question.</p>’, ‘order’ => 10, ); // Video field. $form[‘fields’][‘video’] = array( ‘type’ => ‘input’, ‘subtype’ => ‘text’, ‘label’ => __( ‘Embed Video’ ), ‘order’ => 99, ‘sanitize’ => ”, // Comma separated list of sanitization filters ‘validate’ => ”, // Comma separated list of validation methods ); return $form; } add_filter( ‘ap_question_form_fields’, ’embed_video_field’ ); function hooks_save_meta_value($post_id,$post) { $form = anspress()->get_form( ‘form_question’ ); // Get all sanitized values. $values = $form->get_values(); if ( ! add_post_meta( $post_id, ’embed_video’, $values[‘video’][‘value’], true ) ) { update_post_meta( $post_id, ’embed_video’, $values[‘video’][‘value’] ); } } add_action( ‘ap_after_new_question’, ‘hooks_save_meta_value’ );

Why there’s no information about AskBug License will expires until 1 year?

Hello Rima, Yes, you need to renew licence after an year. After one year, license keys may be renewed at a 40% discount from the purchase price of a new license. If you want a lifetime licence then you can email me at [email protected] Thanks

Buddypress groups integration workaround

Hello Guys, Yes, this is completed functionality of AnsPress pro. I will not be able to share more detail right now but it will be avilable in initial release. Yes Fred is right, I’m not able to download file. Please share your code from gist.

custom field not saving

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.

Buddypress groups integration workaround

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.

is it possible to locally host those CDN js resource?

Hello Alex, Look like chart plugin is being loaded from cdn. I will add it to our assets directory.

Hosting in US for WordPress/AnsPress with lost of resources?

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. ?

Can’t Edit question

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?

Is AskBug 3.1.5 BuddyPress supported?

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