Title: sunitasinghdev's Replies | WordPress.org

---

# sunitasinghdev

  [  ](https://wordpress.org/support/users/sunitasinghdev/)

 *   [Profile](https://wordpress.org/support/users/sunitasinghdev/)
 *   [Topics Started](https://wordpress.org/support/users/sunitasinghdev/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sunitasinghdev/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sunitasinghdev/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sunitasinghdev/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sunitasinghdev/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sunitasinghdev/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/sunitasinghdev/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/sunitasinghdev/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPC Buy Now Button for WooCommerce] Buy Now Button shows 2 times in shop page](https://wordpress.org/support/topic/buy-now-button-shows-2-times-in-shop-page/)
 *  Thread Starter [sunitasinghdev](https://wordpress.org/support/users/sunitasinghdev/)
 * (@sunitasinghdev)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/buy-now-button-shows-2-times-in-shop-page/#post-17126853)
 * Hello Team, No response from your side
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Strong Testimonials] auto scrolling and navigation not working](https://wordpress.org/support/topic/auto-scrolling-and-navigation-not-working/)
 *  Thread Starter [sunitasinghdev](https://wordpress.org/support/users/sunitasinghdev/)
 * (@sunitasinghdev)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/auto-scrolling-and-navigation-not-working/#post-16952258)
 * Hey team,
 * No reply from last 3 days. Please tell me solution, where is the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Removing Terms & Conditions Checkbox for a specific product](https://wordpress.org/support/topic/removing-terms-conditions-checkbox-for-a-specific-product/)
 *  Thread Starter [sunitasinghdev](https://wordpress.org/support/users/sunitasinghdev/)
 * (@sunitasinghdev)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/removing-terms-conditions-checkbox-for-a-specific-product/#post-16847832)
 * I tried all hook functions for terms and conditions, still not working
 *     ```wp-block-code
       add_action('woocommerce_checkout_init', 'disable_checkout_terms_and_conditions', 10 );function disable_checkout_terms_and_conditions(){	// Product ID to hide fields for    $target_product_id = 9918; // Replace with the actual product ID    // Get available payment gateways   foreach( WC()->cart->get_cart() as $cart_item ) {        if( $cart_item['data']->get_id() == $target_product_id )  {        remove_action( 'woocommerce_checkout_terms_and_conditions', 'wc_checkout_privacy_policy_text', 20 );        remove_action( 'woocommerce_checkout_terms_and_conditions', 'wc_terms_and_conditions_page_content', 30 );        remove_action( 'woocommerce_checkout_terms_and_conditions', 'woocontracts_terms_fields' ); // <== missing priority        remove_action( 'woocommerce_checkout_after_terms_and_conditions', 'woocontracts_checkout_additional_checkboxes', 10 );    }}}
       ```
   
 * Any other options
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Removing Terms & Conditions Checkbox for a specific product](https://wordpress.org/support/topic/removing-terms-conditions-checkbox-for-a-specific-product/)
 *  Thread Starter [sunitasinghdev](https://wordpress.org/support/users/sunitasinghdev/)
 * (@sunitasinghdev)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/removing-terms-conditions-checkbox-for-a-specific-product/#post-16847346)
 *     ```wp-block-code
       add_action('wp_footer', 'hide_payment_section_for_product');function hide_terms_and_conditions_section_for_product() {    // Replace '123' with the actual product ID for which you want to hide the payment section    $product_id = 9918;        // Check if the current product ID matches the specified product    if (is_product() && get_the_ID() == $product_id) {        echo '<style>.woocommerce-terms-and-conditions-wrapper { display:none !important; }</style>';    }}add_action('wp_footer', 'hide_terms_and_conditions_section_for_product');
       ```
   
 * I am trying this code in footer.php. it works for all product. It is not working
   for a specific product. So suggest me where i am wrong
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Booking Manager for WooCommerce] Selected Datewise event not registered](https://wordpress.org/support/topic/selected-datewise-event-not-registered/)
 *  Thread Starter [sunitasinghdev](https://wordpress.org/support/users/sunitasinghdev/)
 * (@sunitasinghdev)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/selected-datewise-event-not-registered/#post-16791884)
 * no one is response from last three days. Help me
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery by 10Web - Mobile-Friendly Image Gallery] Image Load not working](https://wordpress.org/support/topic/image-load-not-working/)
 *  Thread Starter [sunitasinghdev](https://wordpress.org/support/users/sunitasinghdev/)
 * (@sunitasinghdev)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/image-load-not-working/#post-16322007)
 * Already filled form for technical support. But no reply.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[StageShow] Indian Rupees not showing in Currency list](https://wordpress.org/support/topic/indian-rupees-not-showing-in-currency-list/)
 *  Thread Starter [sunitasinghdev](https://wordpress.org/support/users/sunitasinghdev/)
 * (@sunitasinghdev)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/indian-rupees-not-showing-in-currency-list/#post-15870313)
 * anyone help about this??
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[E2Pdf - Export Pdf Tool for WordPress] Hidden Field Not Show in Pdf](https://wordpress.org/support/topic/hidden-field-not-show-in-pdf/)
 *  Thread Starter [sunitasinghdev](https://wordpress.org/support/users/sunitasinghdev/)
 * (@sunitasinghdev)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/hidden-field-not-show-in-pdf/#post-15456728)
 * Okay got it. Thank you [@oleksandrz](https://wordpress.org/support/users/oleksandrz/)
   for quick response.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Post Gallery - UPG] post image and ajax page not working](https://wordpress.org/support/topic/post-image-and-ajax-page-not-working/)
 *  Thread Starter [sunitasinghdev](https://wordpress.org/support/users/sunitasinghdev/)
 * (@sunitasinghdev)
 * [6 years ago](https://wordpress.org/support/topic/post-image-and-ajax-page-not-working/#post-12846374)
 * [@odude](https://wordpress.org/support/users/odude/) pls check mail. I have already
   sent link and info to your mail. Pls help me find out for the solution.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Post Gallery - UPG] post image and ajax page not working](https://wordpress.org/support/topic/post-image-and-ajax-page-not-working/)
 *  Thread Starter [sunitasinghdev](https://wordpress.org/support/users/sunitasinghdev/)
 * (@sunitasinghdev)
 * [6 years ago](https://wordpress.org/support/topic/post-image-and-ajax-page-not-working/#post-12838959)
 * Hey , after submit in console a message is showing that
 * ” Form contains a file input, but is missing method=POST and enctype=multipart/
   form-data on the form. The file will not be sent.”
 * is there any solutions for this
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Post Gallery - UPG] post image and ajax page not working](https://wordpress.org/support/topic/post-image-and-ajax-page-not-working/)
 *  Thread Starter [sunitasinghdev](https://wordpress.org/support/users/sunitasinghdev/)
 * (@sunitasinghdev)
 * [6 years ago](https://wordpress.org/support/topic/post-image-and-ajax-page-not-working/#post-12835771)
 * I am using it in user profile edit section. There is no error. Its submitted 
   with no value saved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] How to sorting a custom number field](https://wordpress.org/support/topic/how-to-sorting-a-custom-number-field/)
 *  Thread Starter [sunitasinghdev](https://wordpress.org/support/users/sunitasinghdev/)
 * (@sunitasinghdev)
 * [6 years ago](https://wordpress.org/support/topic/how-to-sorting-a-custom-number-field/#post-12786420)
 * Till now its not solved. Anyone and support member can help me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] How to add member directory search filter to Homepage](https://wordpress.org/support/topic/how-to-add-member-directory-search-filter-to-homepage/)
 *  Thread Starter [sunitasinghdev](https://wordpress.org/support/users/sunitasinghdev/)
 * (@sunitasinghdev)
 * [6 years ago](https://wordpress.org/support/topic/how-to-add-member-directory-search-filter-to-homepage/#post-12751683)
 * I am waiting for 2 days. Till now no response from support member . Any one help
   me of above issue.?
    [@champsupertramp](https://wordpress.org/support/users/champsupertramp/)
   i am already share my url which one you need.
 * [http://www.blooddonorsinfo.org/?filter_district_03e60=Central%20Delhi&filter_blood_group_03e60=A%2B&filter_state_03e60=DL](http://www.blooddonorsinfo.org/?filter_district_03e60=Central%20Delhi&filter_blood_group_03e60=A%2B&filter_state_03e60=DL)
 * [http://www.blooddonorsinfo.org/?filter_district_03e60=Central%20Delhi](http://www.blooddonorsinfo.org/?filter_district_03e60=Central%20Delhi)
   ||Balangir&filter_state_03e60=DL||OD&filter_blood_group_03e60=A%2B
 * [http://www.blooddonorsinfo.org/?filter_blood_group_03e60=A%2B](http://www.blooddonorsinfo.org/?filter_blood_group_03e60=A%2B)
   ||O%2B&filter_district_03e60=Central%20Delhi||Balangir&filter_state_03e60=DL|
   |OD
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] How to add member directory search filter to Homepage](https://wordpress.org/support/topic/how-to-add-member-directory-search-filter-to-homepage/)
 *  Thread Starter [sunitasinghdev](https://wordpress.org/support/users/sunitasinghdev/)
 * (@sunitasinghdev)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/how-to-add-member-directory-search-filter-to-homepage/#post-12739729)
 * [@champsupertramp](https://wordpress.org/support/users/champsupertramp/) this
   is my generated url
    [http://www.blooddonorsinfo.org/?filter_state_03e60=DL&filter_blood_group_03e60=A%2B](http://www.blooddonorsinfo.org/?filter_state_03e60=DL&filter_blood_group_03e60=A%2B)
 * But here on issue , my district filter shows me “No Result Found” , thats why
   i am unable to add filter parameter on above url (my district filter not added).
   Here state is parent callback function and district is child callback function.
   
   You can check on homapage of [http://www.blooddonorsinfo.org](http://www.blooddonorsinfo.org)
   on search donor. So tell me how to solve my two issues. 1) child callback function
   dropdown not working in search filter. 2) How to redirect to another page after
   submit filter search.
 * I need it help urgently.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Choices Callback field values not store when registration form is submitted](https://wordpress.org/support/topic/choices-callback-field-values-not-store-when-registration-form-is-submitted/)
 *  Thread Starter [sunitasinghdev](https://wordpress.org/support/users/sunitasinghdev/)
 * (@sunitasinghdev)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/choices-callback-field-values-not-store-when-registration-form-is-submitted/#post-12734258)
 * [@champsupertramp](https://wordpress.org/support/users/champsupertramp/) But 
   one issue in member directory search filter field,
    callback function works perfectly
   in the registration screen and profile page (pulled from the user data). However,
   I still find that on profile edit page aswell.
 * But while i use “Choose filter(s) meta to enable” in “member directories” with“
   Add new custom fields” the parent function values pulled but the child value 
   is with no values (“No results found”).

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/sunitasinghdev/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/sunitasinghdev/replies/page/2/?output_format=md)