Support Forum ยป User Profile

Forum Replies Created

Viewing 15 posts - 1,921 through 1,935 (of 3,958 total)
  • Author
    Posts
  • in reply to: โœ…Conditional Logic Not Working #10858
    Anh TranAnh Tran
    Keymaster

    Hi,

    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.

    in reply to: โœ…Front-end validation messages #10857
    Anh TranAnh Tran
    Keymaster

    Hi 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.

    in reply to: โœ…How to populate a select box using JSON #10841
    Anh TranAnh Tran
    Keymaster

    Hi 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:

    https://youtu.be/cTsctgPbr-g

    in reply to: โœ…Export And Import #10840
    Anh TranAnh Tran
    Keymaster

    Hi Marcel,

    Unfortunately, it's not possible at the moment. The builder supports export and import for meta boxes created by the plugin only.

    in reply to: โœ…Form Not Showing #10839
    Anh TranAnh Tran
    Keymaster

    Hi 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.

    in reply to: โœ…Check if Email already exist #10836
    Anh TranAnh Tran
    Keymaster

    Hi 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.

    in reply to: โœ…Conditional Logic Not Working #10835
    Anh TranAnh Tran
    Keymaster

    Hi,

    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.

    in reply to: MB Meta Term hide my posts meta fields #10832
    Anh TranAnh Tran
    Keymaster

    Hi,

    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.

    in reply to: html escape issues with error messages #10824
    Anh TranAnh Tran
    Keymaster

    Hi, I've fixed this bug in the latest version. Please update.

    Thanks

    in reply to: shortcode does not accept all wp_login_form parameters #10823
    Anh TranAnh Tran
    Keymaster

    Hi Kevin,

    I've just updated the plugin. Now it supports all parameters from wp_login_form. Please update and check out the documentation.

    in reply to: โœ…New Google maps pricing policy and MB geolocation #10819
    Anh TranAnh Tran
    Keymaster

    Hi David, I received it. I'll answer you soon.

    in reply to: Metaboxes not visible on Settings page #10817
    Anh TranAnh Tran
    Keymaster

    Please go to Dashboards -> Updates and check for updates. You'll see AIO available. Just update it as normal plugins.

    Regarding the settings pages, there's no menu item for it. The screenshot shows the Meta Box menu correctly.

    in reply to: โœ…Check if Email already exist #10816
    Anh TranAnh Tran
    Keymaster

    Hi,

    That action doesn't fire for login form, because the form doesn't need to create or update user info.

    The login form users WordPress's function wpsignon to log user in. And it auto checks the email address. I wonder the use case that you manually check for email exists. Is that really needed?

    in reply to: Metaboxes not visible on Settings page #10814
    Anh TranAnh Tran
    Keymaster

    Can you please try again? The update for AIO comes a little bit later.

    in reply to: โœ…Form Not Showing #10812
    Anh TranAnh Tran
    Keymaster

    Hello,

    Did you set the correct id attribute for the form shortcode?

Viewing 15 posts - 1,921 through 1,935 (of 3,958 total)