vinayakt3
Forum Replies Created
-
@dnesscarkey You are right. After scanning the theme files i found out that someone blocked the cf7 and honeypot script for whole site except contact us template. After removing the blocking code , it is working fine ??
Thank you very much.@dnesscarkey weird! without plugin, form is working, I will check that and will update you.
Thanks@dnesscarkey Plugin is activated. I also can’t see js file, but when I submit the form, I get the error.
@dnesscarkey Thanks for your reply. There is no caching plugin but site is built using bedrock and sage. So there should not be any problem with cache because it is refresh with every deployment.
Also there is no JS error.
Here is the link to the page.Oh.. sorry for bothering you again.
I found out that i am already using this filter from past 9 months.
It was doing fine but last week it did not work and it posted content from ***.test 3-4 times.It is using home_url() to check, may be home_url() could send wrong url?
Is there anything more fail safe ? like some filter that blocks posting or something.something where we maybe can give true/false back based on things we decide, like url or environment.
Thank you very much ??
That should work for me.Thanks for your reply.
But i sync my local db with live one every 24 hours.
So i need to change these settings every time.
Is there any hook or constant which i can do in custom code ?Forum: Plugins
In reply to: [WooCommerce] How to make shipping fields primary?Thanks. I read that billing email is required anyhow. I changed my email address to shipping_email and now everything is worknig ??
Forum: Plugins
In reply to: [WooCommerce] How to make shipping fields primary?@cmba Thanks for your reply.
Custom plugin means mine own plugin in which I am trying to customize checkout page.
Everything I did is working but there is a problem while creating account while checkout. user email is default to billing email and while submitting it’s throwing error that “please enter a valid email address”, because in class-wc-checkout.php on line number 1010 its defined to billing_email. I am trying to change it with extending the class in my plugin but it is not working.