cankahya
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Update Shipping Methods in checkout via AJAXI found the solution. The last article was the key – there was only one minor issue with the suggested implementation:
There was a missing class name in the template file that was targeted by the fragments filter…
So with that, the solution described here worked for me:
https://websitesdepot.com/moving-shipping-rates-woocommerce-checkout/
Best,
CanForum: Plugins
In reply to: [WooCommerce] Update Shipping Methods in checkout via AJAXI also found this link but the method list still doesn’t update via AJAX:
https://websitesdepot.com/moving-shipping-rates-woocommerce-checkout/
Forum: Plugins
In reply to: [WP REST Filter] ACF Date Field making troubleHi there,
no hurries, meanwhile I will just use a custom endpoint without the generic filter functionality.
But I agree – it would do the plugin good, if it could perform such a query 🙂
Thank you for you great support!
Cheers,
Can
Forum: Plugins
In reply to: [WP REST Filter] ACF Date Field making troubleHi there,
thank you for looking into it!
I tried it with your suggestions and it seems to work! So the filter only works with ‘Date Time Picker’ and not with ‘Date Picker’, apparently.
Is there a chance of making it work with the Date Picker as well?
Otherwise I have to choose between:
A)Letting my client being able to pick a time without it making sense
B) setting up a custom REST Endpoint with a custom wp_query for the exact filter I want to use.
Do you have another suggestions how to proceed?
Anyhow: Thank you a lot for getting me out of being stuck in this! Great support, guys!!
All the best,
CanForum: Plugins
In reply to: [WP REST Filter] ACF Date Field making troubleHi there,
yeah, I am still working on it! The field is set as acf-date field and should be stored in ISO8601 format.
I also realized, that the admin-sortable columns needed some adjustment in order for the sorting to work:I had to register orderby for the meta-field. Maybe it is similar with the compare? Well, I am on it!
So, your help would still be appreciated a lot! I just sent you the link manually 🙂
Cheers,
CanForum: Plugins
In reply to: [WP Instagram Widget] No more than 12 pics?any news on this? I also would appreciate more than 12 pics 🙂
Forum: Plugins
In reply to: [WP REST Filter] ACF Date Field making troubleSorry to bother you again, but I am really stuck in this… Any ideas where to look would help me a lot!
Cheers,
CanForum: Plugins
In reply to: [WP REST Filter] ACF Date Field making troubleHi there, thanks for the quick reply! I just created your admin account. The WP generated mail should be in your inbox 🙂
If you don’t find time to look into it now, could you provide some hints, so that I can start looking by myself?
Cheers,
Can
Forum: Plugins
In reply to: [WP REST Filter] ACF Date Field making troubleI realized, that for some reason the special chars were encoded here…
so the requested url is:http://[MYDOMAIN]/wp-json/wp/v2/[CPT]?filter[meta_key]=datum&filter[meta_value]=2018-07-15&filter[meta_compare]=>&per_page=100