Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 316 through 330 (of 3,718 total)
  • Author
    Posts
  • in reply to: Default Value Not Showing On Save #48841
    PeterPeter
    Moderator

    Hello,

    The last version of Meta Box AIO was released on Aug 21 and it doesn't include the fix for the issue reported on Aug 22. Please wait for the next update of the Meta Box AIO plugin.

    Thanks.

    in reply to: Error when update under Bricks Builder! #48840
    PeterPeter
    Moderator

    Hello,

    I test to use the custom code to set the custom avatar on my demo site with Meta Box AIO 3.0.1 and Meta Box 5.10.13 but I don't see any errors.
    Can you please try to deactivate all plugins except Meta Box plugins, switch to a WordPress theme and recheck this issue?

    in reply to: Split screen since WordPress 4.8 #48839
    PeterPeter
    Moderator

    Thanks for sharing the link. Since it isn't an issue with Meta Box, I'm going to close this topic here.

    in reply to: I want txetarea to keep paragraphs #48832
    PeterPeter
    Moderator

    Hello,

    You can try to add the <br> or <p> tag to the textarea field to show the linebreaks or paragraph in the frontend.
    Or use the PHP function to add paragraphs to the text

    <?php $value = rwmb_meta( 'field_id' ) ?>
    <?= wpautop( $value ) ?>

    Following the documentation https://docs.metabox.io/fields/textarea/#template-usage

    in reply to: Error when update under Bricks Builder! #48831
    PeterPeter
    Moderator

    Hello,

    Do you try to deactivate the single plugin Meta Box and recheck the issue?

    in reply to: Tabs issue #48829
    PeterPeter
    Moderator

    Hello,

    The problem could be related to columns. Please ensure that the total number of columns of fields in a tab is 12 or a multiple of 12 to prevent this issue.
    Refer to the documentation https://docs.metabox.io/extensions/meta-box-columns/
    and check this screenshot https://imgur.com/6P5yo4J

    in reply to: Split screen since WordPress 4.8 #48827
    PeterPeter
    Moderator

    Hello there,

    Thanks for reaching out.

    Do you mean the editing page is split into 2 horizontal parts? If you create field groups (meta boxes) with Meta Box plugin, you can set the context to side to display the meta box in the right sidebar of the editing page.
    Refer documentation https://docs.metabox.io/creating-fields-with-code/

    Another way, you can click on the up/down arrow in the meta box on the editing page to move the meta box to the sidebar or back to under the content. Please check this screen record https://imgur.com/385Fued

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

    Hello,

    I've forwarded this ticket to the development team to check the issue with Object Cache. I will let you know if I have more information.

    Thank you.

    in reply to: Tabs issue #48819
    PeterPeter
    Moderator

    Hello,

    Thanks for reaching out.

    The tab field must be added first or moved to the top of a field group. Then you can add other custom fields below a tab to show them in that tab on the editing post page.
    Please check this screenshot https://imgur.com/Tb0mxsJ
    and follow the documentation https://docs.metabox.io/extensions/meta-box-tabs/#creating-tabs

    in reply to: Error when update under Bricks Builder! #48818
    PeterPeter
    Moderator

    Hello,

    Thanks for reaching out.

    Do you use the single plugin Meta Box on your site? If so, you can deactivate the single plugin Meta Box and use only one plugin Meta Box AIO, to get all features of Meta Box plugins.

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

    Hello Eddy,

    Thanks for the details.

    Can you please ask them to share more details about the compatibility with Object Cache? I will also inform the development team to research this and let you know if I have more information.

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

    Hello Tanja,

    Thank you for your feedback.

    I can reproduce the issue with the default value for radio field on my local site and I've escalated it to the development team. The fix for this issue should be included in the next update of Meta Box plugins.

    PeterPeter
    Moderator

    Hello,

    Whether the custom fields are stored in postmeta or custom table, isn't that a Metabox matter?

    Yes, the custom field value stored in a custom table is a Meta Box matter, but does it work with the standard WordPress editor?
    If it doesn't work with Make, I'm not sure how Make works with WordPress. Maybe it inserts/updates the post data and custom field via Rest API and it isn't compatible with MB Custom Table functions.

    If it is possible, please setup a clean environment and share the information via this contact form https://metabox.io/contact/
    I will inform the development team to check it and see if we can improve something from our side.

    Thanks.

    in reply to: Google reCaptcha V3 - Backend Verification? #48808
    PeterPeter
    Moderator

    Hello,

    I check your client login page and see the reCaptcha is working well, don't see any issues with it. Can you please contact Google reCaptcha support and ask them to provide more information?

    in reply to: PHP Warnings that cause server php error log filled up #48803
    PeterPeter
    Moderator

    Hello,

    Thanks for the details. I will forward this error to the development team to check and improve the code in future updates.
    Let me know if you have any questions.

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