Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterNovember 3, 2017 at 5:10 PM in reply to: Cloneable group inheriting values from previous group #7265Anh Tran
KeymasterHi,
Sorry for the late reply. I've been working on the documentation last week and couldn't fix the issue. I have replicated it on my localhost and will fix it as soon as I can.
Anh Tran
KeymasterHi,
I replicated the bug and am working on it. Will update the plugins as soon as I find something. Please wait a little.
By the way, does the ajax issue still happen to you? I see no errors in the video.
Anh Tran
KeymasterHi,
To show the user meta in the admin columns, you should use the MB Admin Columns extension. However, it has not worked with the new MB Custom Table yet. We're working on it and will update it soon.
Updated: The Admin Columns extension now works with MB Custom Table.
Anh Tran
KeymasterSorry for that. It's a syntax error for PHP version < 5.4. I've fixed and released a new version. Thanks for your feedback.
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.
-
AuthorPosts