Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterThe JS that sends ajax request is in the image advanced field. It queries to get image info from image ID. So, please try with just a single image advanced field. It's not needed to put it inside a group.
Anh Tran
KeymasterLooks like the ajax request comes from the image advanced field. I've just tested your code again and didn't see any problem. Can you please:
- Test with a single image advanced field?
- Probably check what does the server response?
- Check with other PHP code that might causes 505 error?Anh Tran
KeymasterThanks for your kind words.
I've just checked the payment popup and still see the Offer input. I will ask Gumroad (the payment gateway) for support. That's too bad.
Anh Tran
KeymasterHi, sorry for the delay.
The group extension doesn't do anything with Ajax. Can you send me a screenshot of Network tab in the console log?
Anh Tran
KeymasterHi uxl,
Please buy via credit card, this is where you should enter the HALLOWEEN coupon code:

Sorry for this inconvenience.
Regarding upgrading your account, it's only applied for bundles, e.g. you can upgrade from 1 bundle to a higher bundle. It doesn't work from a single extension to bundle.
Thanks,
AnhAnh Tran
KeymasterAh, that's right. I was misunderstanding, too! Glad you figured it out.
Anh Tran
KeymasterHi,
I think you can make it work this way:
1. Use some code to get terms from WC attribute taxonomy
2. Put them in the meta box settings$terms = prefix_get_wc_attribute_terms(); $meta_boxes[] = array( 'taxonomies' => $terms, )I'm not sure about how to get WC attribute terms. You can do some search or ask WC team for help.
Anh Tran
KeymasterHi,
I'm afraid the jQuery UI datepicker library doesn't have that feature. You probably need to create a custom field type for that. I found a JS lib that you can use.
Anh Tran
KeymasterGlad that you updated. Actually 1.1 is a short version for 1.1.0 :). But I will use the long version from now on.
Thanks.
Anh Tran
KeymasterHi,
Can you try installed via the WordPress admin (Plugins > Add New)? It's just a normal plugin and should be listed in the plugin list.
Also, it would be easier to detect the problem if you can make some screenshots.
Anh Tran
KeymasterWith the new filter in the version 1.1, you're now able to do that :). Please see the updated documentation for more details.
Anh Tran
KeymasterHi Florian,
Thanks for your patient. I've just updated the plugin with filters for the post fields. I also added a template loader, which you can use to define the template for each field (similar to what WooCommerce do).
Please follow the instruction in the updated documentation.
Anh Tran
KeymasterI was thinking about this and the "require" attribute. Haven't found a good way to implement them in the shortcode. What do you think about this? Any suggestion?
Anh Tran
KeymasterThanks for your feedback. I've just fixed this bug and updated the version 1.0.3.
Anh Tran
KeymasterThis is a good idea! I will add this in the next version.
-
AuthorPosts