Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 316 through 330 (of 3,786 total)
  • Author
    Posts
  • in reply to: Invalid request. Please try again. #49028
    PeterPeter
    Moderator

    Hello Eddy,

    If you are using some custom code to show the frontend form in a popup window, the PHP redirect function won't work properly. So you can use the JavaScript code to reload the page. For example:

    window.location.reload();

    PeterPeter
    Moderator

    Hello,

    If you want to use some field groups with code in a plugin, you can use the PHP code beside the JSON file. Following the documentation https://docs.metabox.io/creating-fields-with-code/

    in reply to: Taxonomy fields don't show hierarchy #49021
    PeterPeter
    Moderator

    Hello Matthew,

    Thanks for reaching out.

    The taxonomy field of Meta Box doesn't work the same as the default taxonomy meta box of WordPress to show hierarchy terms. But you can use the field type checkbox tree to show the child terms when clicking on the parent term. Please check this screenshot https://imgur.com/SPlEPUF
    and follow the documentation https://docs.metabox.io/fields/taxonomy/

    in reply to: Re-order not working for Editor role #49020
    PeterPeter
    Moderator

    Hello,

    The user needs to have the edit_pages or higher capability to save the sorting. Please read more about the capabilities in the WordPress documentation https://wordpress.org/documentation/article/roles-and-capabilities/

    If you want the Author users to be able to save the sorting, you can add the capability edit_pages to the user role. For example: using the plugin User Role Editor https://wordpress.org/plugins/user-role-editor/

    in reply to: Tabs content disappear #49019
    PeterPeter
    Moderator

    Hello,

    Do you remove the Toggle rule for other field groups? I see that the tab on the settings page cannot be edited. You can try to delete the settings page and re-create a new one manually. If it still doesn't work, please share your site admin account by submitting this contact form https://metabox.io/contact/
    I will take a look.

    in reply to: Invalid request. Please try again. #49012
    PeterPeter
    Moderator

    Hello,

    Our development team has checked the issue and didn't find the compatibility issue with Object Cache. Technically, we are using the transient to save the form key mbfs_key as I mentioned above. And the transient will be saved to the Object Cache by WordPress.
    The issue happens when you submit the form, is somehow the function in the background doesn't get the form key from the transient. See these screenshots https://imgur.com/a/vXbKafy

    I've tested again with Redis Object Cache and not see the same issue. I think you can share this info with the WPML support and see if they can help you monitor the transient value on your site.

    in reply to: Suggestion: Duplicate item #49011
    PeterPeter
    Moderator

    Hello,

    Thank you for your feedback.

    Do you mean duplicating the group field with all subfield values when editing a post/page?

    in reply to: Tabs content disappear #49010
    PeterPeter
    Moderator

    Hello,

    I can see the issue with your field groups and settings page. Please try to:
    - add another field to the first field group
    - in the field group setting, click on Toggle rules > remove the rule
    and save the changes, check this screenshot https://imgur.com/GFbpNOz

    Let me know if it helps.

    PeterPeter
    Moderator

    Hello,

    Thanks for the details.

    It isn't a bug and is working properly as it is. If you install your custom plugin, including the local JSON file, you need to go to the Meta Box > Field groups to sync the changes.
    If you have the local JSON file in the plugin/theme folder, it will be loaded as a higher priority than the field group in the builder.

    Following the documentation https://docs.metabox.io/local-json/

    in reply to: Hide From Front Not Working #49000
    PeterPeter
    Moderator

    Hello,

    Thanks for reaching out.

    I notice that the option Hide from front doesn't work when using the user profile form. I've escalated this issue to the development team to fix it as soon as possible.

    in reply to: Fatal Error on import custom fields #48999
    PeterPeter
    Moderator

    Hello Jeff,

    Please update Meta Box AIO to new version 3.1.1 to fix this issue. Thank you.

    in reply to: Rollback Meta Box AIO #48998
    PeterPeter
    Moderator

    Hello,

    Please update Meta Box AIO to new version 3.1.1 to fix this issue. Thank you.

    in reply to: Default Value Not Showing On Save #48996
    PeterPeter
    Moderator

    Hello,

    Please update Meta Box AIO to the new version 3.1.1, create a new radio field and recheck the issue.

    Let me know how it goes.

    in reply to: Rollback Meta Box AIO #48989
    PeterPeter
    Moderator

    Hello,

    I'm sorry about this experience. You can download the previous version of Meta Box AIO here
    https://drive.google.com/file/d/1glayFX7IHOQwx082hW6KHM1JVvy6lJLe/view?usp=sharing

    The fix for this issue will be included in the next update of this plugin.

    Thanks.

    in reply to: Tabs content disappear #48980
    PeterPeter
    Moderator

    Hello,

    Thanks for reaching out.

    Can you please export the settings page and field group associated with the settings page to JSON files and share them here? I will import files to my site and investigate the issue.
    Refer to the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--import

Viewing 15 posts - 316 through 330 (of 3,786 total)