Hemant Rathod
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] 403 ErrorWe are using our custom theme. It works on our demo server but when we shift to other server, it doesn’t work.
Here is the plugin list that we used: https://tinyurl.com/2dmzkqotForum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Doesn’t show Select Option buttonHello Team,
2 week passed but no response. Any update?
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Doesn’t show Select Option buttonHello Team,
Noted on above. But it’s require to apply same functionality at all for woocomerce. I think the functionality is require for product detail page also. I used the same loop for product slider which is in product detail page(content-product.php). In my case, can you suggest me what I do for ADD TO CART button? Can you provide me an alternative solution for my problem?
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Doesn’t show Select Option buttonHello Team,
Here is the list of plugins that we are using: https://tinyurl.com/ylsbh63r
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Doesn’t show Select Option buttonHello Team,
This is our custom design and we used slick slider.
Here is the slick slider url: https://kenwheeler.github.io/slick/
Let me know if you need anthing else.Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Doesn’t show Select Option buttonHello Team,
4 days passed but didn’t get any reply. Have you time to support me?
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Doesn’t show Select Option buttonHello Sir,
Here is the URL: https://wp.verzinc.com/yoons-holding/shop/kueh-delights/tortoise-kueh-3/
In You May Like section, In slider some product have option and shows the ADD TO CART insted of SELECT OPTION. Please check and let me know.Forum: Plugins
In reply to: [Strong Testimonials] How can I enable recaptcha in form?can you provide me addon link for recaptcha please?
Forum: Plugins
In reply to: [Contact Form 7] Custom validation is not workingHello Sir,
add_filter( 'wpcf7_validate_date*', 'custom_date_confirmation_validation_filter', 20, 2 ); function custom_date_confirmation_validation_filter( $result, $tag ) { if ( 'customdates' == $tag->name ) { $your_email_confirm = isset( $_POST['customdates'] ) ? trim( $_POST['customdates'] ) : ''; if ( $your_email_confirm == '') { $result->invalidate( $tag, "Please enter valid date." ); } } return $result; }
I used above function for my field [date* customdates id:dates class:form-control class:walcf7-datepicker] but it is not working.
- This reply was modified 1 year, 5 months ago by Hemant Rathod.
Is this come in future? Because sometime some fields are not imporatnt so need to exclude this field. Is there a way to exclude field using field name using fucntion?
- This reply was modified 1 year, 5 months ago by Hemant Rathod.
Forum: Plugins
In reply to: [Contact Form 7] Submit button is not workingHello Team,
Any suggestion? Any Idea why this happen?
Forum: Plugins
In reply to: [Contact Form 7] Submit button is not workingHello Sir,
I just notice that when I integrate recaptcha from Integration from contact form 7 at that time I face the issue. When I remove that recaptcha from Integration from contact form 7, it’s work fine. It’s starge why it is not working with recaptcha?
- This reply was modified 1 year, 5 months ago by Hemant Rathod.
Forum: Plugins
In reply to: [Contact Form 7] Submit button is not workingHello,
I tried on different pages and its works as I aspected but only on contact us page it is not working. I also deactive other plugins and check but no confliction found for contact us page. When I check console error I get below error.
SS: https://prnt.sc/tji51FQ_qVnV
Can you help me please?- This reply was modified 1 year, 5 months ago by Hemant Rathod.
Forum: Plugins
In reply to: [Contact Form 7] Submit button is not workingHello Sir,
I used my own theme.
Hello,
Thank you for support.