Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi,
Which version of the Group extension are you using? I remember I fixed this bug a while ago. Please try updating to the latest version.
Anh Tran
KeymasterGlad that you have resolved it.
The jQuery validation plugin is enqueued only when there's any validation rule. And because it's outputted in the admin footer, your script need to be outputted after that. I'd suggest using hook
admin_print_footer_scriptswith high priority to output it. Do not useadmin_footeras it fires beforeadmin_print_footer_scripts, which is used to output enqueued JS.Anh Tran
KeymasterHello,
Please use MB Conditional Logic for this purpose. The extension allows you to show/hide a field based on other fields' values.
April 13, 2018 at 11:45 AM in reply to: ✅cloned group autocomplete not working after updating post #9200Anh Tran
KeymasterThanks for your feedback. Let me try to fix it.
Anh Tran
KeymasterHello,
Are all images to loaded before reordering? It's required to load all images before reordering them.
Anh Tran
KeymasterHello,
I've just tested and the custom validation rule works. I think the problem might be the way you enqueue your script (that contains custom rule). Somehow, it's enqueued before jQuery or jQuery validation script is output.
In my test, I use
wp_footerhook with priority 9999 to enqueue the JS, so it's always after jQuery and jQuery validation. Please try and let me know how it goes.Anh Tran
KeymasterYes, Github is a great place for collaboration. I've just created the repo at:
https://github.com/wpmetabox/mb-multilingual
And to find your posts, click on your avatar or nick name (on the left of any reply), you'll be taken to forum profile page, where you can see all your topics and replies.
Anh Tran
KeymasterFYI, the latest version of MB Builder have "Required" checkbox. Please update it.
Anh Tran
KeymasterHi Kasia,
Which field type are you using? How do you setup the validation?
Anh Tran
KeymasterGreat that you have resolved this! If you still see any problem, please let me know!
Anh Tran
KeymasterHello,
When did you buy the bundle? And which bundle did you buy?
I’ve just checked your account and see you bought only MB Group. Probably you entered the wrong email when buying the bundle. So please give me more info to check.
Anh Tran
KeymasterHi alisha,
The step to download the plugins and put them inside your theme is always required.
However, you can choose to either bundle the plugins (unzip and copy all plugins files) or using TGM Activation class to include them (no unzip, just copy the .zip files). The former method does not require to install individual plugins, while the later does.
Anh Tran
KeymasterHi,
This is a known bug of Gutenberg. The development team is working on fixing this bug. You can see the progress here:
https://github.com/WordPress/gutenberg/issues/3302
I covered this issue in this blog post:
Anh Tran
KeymasterHi alisha,
Please follow this docs to integrate the extensions into your theme:
https://docs.metabox.io/extensions/integration/
You can either using TGM Activation class or bundle them.
Anh Tran
KeymasterCan you post the full code that register meta boxes here? And what extensions are you using?
-
AuthorPosts