vratnieks
Forum Replies Created
-
Have a look at this solution:
https://www.fwkart.de/how-to-fix-elementor-full-width-stretch/
Thanks but that’s not quite what I meant. I have given example JS code but it’s not always working for me. What is the JS code you would use to programmatically open an Open Modal window?
Cheers, Vic
Takayuki, thank you. It’s a real treat getting a reply from the developer himself! You’re a legend with CF7, thank you! It’s truly a great plugin and I’ve used it on many sites.
I was sooooo close. I actually tried that based on this thread I found (below). But I realise I forgot to set the number of parameters to the function (ie. 3) and that was causing an error. I was so tired I couldn’t see it so in the end posted my question.
https://stackoverflow.com/questions/36774134/wordpress-invalidate-cf7-after-api-call/49243202
Where is the best documented reference to hooks for CF7 with examples. hookr.io is very high level and doesn’t give any explanation of what each are for or examples.
e.g. wpcf7_form_novalidate
What is it for and how should it be used?
Thanks again!
Cheers, Vic
Thanks Justin!
The id is numeric. I’m not trying to change that. The number field is a string. It’s usually just set to the id. But it’s specified as READ-ONLY in the API docs.
https://woocommerce.github.io/woocommerce-rest-api-docs/?php#orders
If I store a meta key/value pair with the alphanumeric order number from the other system, what’s the best way of searching meta values?
Cheers, Vic