Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi Charlin, I've just fixed the bug. I'll release new version now.
August 3, 2018 at 5:02 PM in reply to: "std" => "" value dissapears on text when text_list or key_value is set to clone #10862Anh Tran
KeymasterHi, I don't see you set
stdattribute for the field?Anh Tran
KeymasterThe easiest way is just set their IDs like:
prefix-textandprefix-radio. Please just don't make something likefield-oneandfield-one-two.I'm working on fixing this bug. Until then, this is the only way to get rid off the bug.
Anh Tran
KeymasterHi,
The problem is the plugin doesn't handle very well the case when a field's ID contains another field's ID. In this case the ID of the input contains the ID of the radio field. The plugin make some guests to find the correct elements. And in this case, it gets the wrong elements ๐
To prevent this bug, please set the IDs so no one contains another.
Anh Tran
KeymasterHi Jason,
Any reason for using the validation library for custom rules? Because the plugin already has it in the core. And you can just set the rules and messages.
Anh Tran
KeymasterHi Marcel, unfortunately it's not possible for now. I'm thinking a better way to enter options for the fields in the Builder. Probably via a textarea instead of many label/value pairs as it is now.
Update: a new way to enter options is available. Please update the Builder and take a look at this instruction video:
Anh Tran
KeymasterHi Marcel,
Unfortunately, it's not possible at the moment. The builder supports export and import for meta boxes created by the plugin only.
Anh Tran
KeymasterHi Marcel,
Please send me the link via Contact page.
The tabs is showing means the form is rendered. It might be an issue with settings of the meta boxes.
Anh Tran
KeymasterHi Marco,
The case an email exists is checked by the plugin and it will return an error message "Your email already exists" if it fails. Currently, there's no filter to change that message.
Anh Tran
KeymasterHi,
After debugging your code, I found that it's an edge case where the plugin cannot get the correct value of the radio. The problem is when the plugin tries to get the radio inputs, it gets the number input as well. This is because the ID of the number field contains the id of the radio field.
In this case, please change the id of the number field and the bug will go away.
Anh Tran
KeymasterHi,
We actually don't block any feature. The code you see it the code for backward compatibility. Back in the history, a year ago (Meta Box 4.12), we created an abstraction layer for storage. This layer allows us to interact with many storage in WP easier, such as term meta, user meta, settings and custom table. Without it, we had to created many filters just for saving and getting the values.
Since then, we have updated all the extensions to use this feature, including Group and Term Meta. I'd suggest you update the group extension to the latest version 1.2.16. What you're having is 1.1.5, which behind 18 versions. And Meta Box core plugin is now 4.15, 3 minor versions have been released.
Update: I found a quick and dirty fix for MB Term Meta that makes it works with old version of Group. Please update to version 1.2.3.
Anh Tran
KeymasterHi, I've fixed this bug in the latest version. Please update.
Thanks
August 1, 2018 at 2:28 PM in reply to: shortcode does not accept all wp_login_form parameters #10823Anh Tran
KeymasterHi Kevin,
I've just updated the plugin. Now it supports all parameters from
wp_login_form. Please update and check out the documentation.Anh Tran
KeymasterHi David, I received it. I'll answer you soon.
-
AuthorPosts