Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 1,906 through 1,920 (of 3,708 total)
  • Author
    Posts
  • 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?

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

    Hello,

    I've created a test using your code and here is the video: http://recordit.co/nGs41cchuS. It seems to work for me. Am I missing anything?

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

    Thanks a lot for your info. I've found the bug and updated the extension. Please update it to the latest version.

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

    Hi, I've just added your code of the settings page to my localhost and it shows in the Builder. Here is the screenshot:

    https://imgur.elightup.com/KKuYpfL.png

    Perhaps there's something else?

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

    Can you send me the code that registers settings pages? Is it wrapped inside any hook (like 'init')?

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

    I got it. Did you select settings page in the Settings tab of the Builder, like this?

    https://imgur.elightup.com/xWjA7rV.png

Viewing 15 posts - 1,906 through 1,920 (of 3,708 total)