markofapproval
Forum Replies Created
-
Thank you to both you of. I disabled it through the settings earlier, and put my contact form on another site, but this will certainly come in handy. Appreciated!
I can validate that adding a user who signs up by Woocommerce to Gravity forms (programmatically through the API) adds an extra 4 seconds onto the processing time. I ran some tests.
Surely you would have used a specific Gravity Form hook to integrate Cleantalk with it. Wouldn’t it just be a matter of me doing a remove_action( ) call? Do you have a developer reference to save me searching these hooks?
Thanks!
Mark.Hi, the situation is that I want the customer to buy a product through woocommerce. I have no issues with cleantalk running on that.
But when the payment complete trigger is fired, I want to programmatically add them to a hidden gravity form.
I’m assuming CleanTalk would once again trigger (unncessarily) sending the same data back to its servers for checking again. This would seriously slow down the response to the user as well as create unncessary overhead on my server and yours.
Surely I could just remove action right?
OH thank you that is a very useful tip. I haven’t experienced since 2 days ago even with the plugin active. I will continue to monitor.
It’s too good a plugin not to leave active 😉
Much appreciated!Forum: Plugins
In reply to: [CodeKit - Custom Codes Editor] A pleasant surprise!Hi Paal,
I love this plugin too. You know if you bulk edit on the screen that shows all the snippets, you can change the status to draft and it will not render.
Forum: Plugins
In reply to: [Custom Content Shortcode] Comparing two variablesHi, and thank you for your replay.
However, I was referring to an if statement comparing two passes like:
[if pass_1={FIELD1} pass_2={FIELD} compare]
Aside from using the math module and assigning them all to a flag, I could code a simple shortcode and share a link here to the gist if you want.
Forum: Plugins
In reply to: [Redirection] Unable to delete redirectI am also getting this error that I can’t delete or disable. I can still edit. So I just changed it to something that won’t ever be hit. The site is a development site and hosted with siteground. It also uses a subdomain. Not sure if that hurts the plugin.
Forum: Plugins
In reply to: [Redirection] Redirect to search, replace – with + using regexp?Hi Bjarne. Here’s a good site to test your regular expressions https://regex101.com/
Ironically I spent 2 hrs crafting one for this plugin. They can get rather confusing.
I agree it’s a great plugin!