How do I disable Adsense from showing on a single question… please check this site http://studentguide.com.ng/questions/question/a-sample-question/
please need reply asap
Page 2 does not show
Hello,
Sorry for late donation since we do not usually use PayPal, but use Alipay and Wehcat payment, there is some barrier to use PayPal with our currency, anyway I managed to resolved, but I am not sure there is no problem with international payment, so please have a check if you can received.
Thanks.
Alex
Hello Rahul,
Here is my test with 4.1.8.
1#In multisite, I assign a sub site as buddyrpess root(or main) site, and then networkly activated buddypress. and then activated Anspress 4.1.7.
2#delete the anspress version 4.1.7, and then activated the version 4.1.8 from https://github.com/anspress/anspress/ , fatal error will happen.
Alex
Hi, i purchage but something wrong. Just say to me: Payment Failed. i dont know why. from turkey. i tried to buy with credit card, i wrote all information right but payment failed.
Another question are you still support this theme?
I have register custom field for single-question.php template, “embed_video” and am trying to pass custom field from AnsPress ask form to this field.
function embed_video_field( $form ) {function embed_video_field( $form ) { // Record Button field. $form['fields']['record'] = array( 'html' => '<div class=""><h3>A simple header</h3></div>',);
// Video field. $form['fields']['video'] = array( 'type' => 'input', 'subtype' => 'text', 'label' => __( 'Embed Video' ), 'attr' => array( // custom HTML tag attributes. 'id' => 'videourl', 'class' => 'embed_video' ), '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)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['embed_video']['value'], true ) ) { update_post_meta( $post_id, 'embed_video', $values['embed_video']['value'] ); } }add_action( 'ap_after_new_question', 'hooks_save_meta_value' );
Can anyone help me with this?
In website it only says license for single site, 2 -5 sites and unlimited, please inform us that if we would like to buy AskBug Theme the license will expire until 1 year and we need to repurchase it again to get the new update !
Hi,
I have searched on the website and I know this has been asked many times in the past. I imagine the reason why there is no solution is because it is too much work for you guys to fully integrate it.
Description of site:
I have a buddypress website and want to replace bbpress with anspress in the groups. Every group has its own anspress category which matches the buddypress group category. This is embedded via shortcode manually into buddypress template groups page – see below
https://1drv.ms/u/s!AuL-SQTe2QpwhXvDOazlU-oRGGpl
So everything is good up til now, but when you click on a question you are taken out of the buddypress group template page. i need the next page to remain within buddypress group. Almost like an iframe embedded into the red box.
So I’m looking for some sort of work around to get it to appear correct. For example, when creating a anspress category, admin inputs buddypress group ID relationship (can be done in php-myadmin if need be) or every anspress category has its own template page (which I don’t mind doing as there are not too many groups. Is this possible, and I was wondering if you can point me the right direction.
I have also played with the permalink of each category using this post
I will be paying devs on upwork to do this and will share their modifications on here for the anspress community, but just need to know if this is viable and to point the devs in the right direction so i can estimate the dev costs.