Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 871 through 885 (of 3,724 total)
  • Author
    Posts
  • in reply to: Custom Post Types and Fields not Saving - Just Hangs #47277
    PeterPeter
    Moderator

    Hello Justin,

    Some of Meta Box users have already reported a similar issue and it is related to the Safari browser in the new version 18.0. Can you please use the Chrome or Firefox browser and update the CPT?

    in reply to: comparison function is deprecated #47276
    PeterPeter
    Moderator

    Hello Tobias,

    Which is the PHP version that you are using? According to the stack trace, the Bricks theme is included in the error message. Can you please also deactivate this theme and check the issue again?

    in reply to: Form data and post size limit #47275
    PeterPeter
    Moderator

    Hello,

    Yes, there is no limitation about the POST size when submitting the frontend form with Meta Box. It depends on the server configuration, like PHP post_max_size, upload_max_filesize, max_input_vars ...

    in reply to: MetaBox AIO stops page contents from showing #47272
    PeterPeter
    Moderator

    Hello Eddy,

    MB Views supports some features to override the theme templates. Please go to Meta Box > Views and check if you have a View template that is assigned to the regular page, remove it and see if it helps.
    https://docs.metabox.io/extensions/mb-views/

    in reply to: Select Choices Callback Function Executed on Front End #47271
    PeterPeter
    Moderator

    Hello Jacob,

    Do you add the field group that has the custom select field to a frontend submission form? All the field settings should be loaded in the admin area only unless the field is used in the frontend form and the field settings would be loaded in the frontend.

    in reply to: unserialize(): Error - When using custom admin column #47270
    PeterPeter
    Moderator

    Hello,

    Do you add/upload more featured images to the field _thumbnail_id? Because the field type file_upload allows uploading multiple files/images.
    You can try to use the field type single_image to recheck this issue. Following the documentation
    https://docs.metabox.io/fields/single-image/

    in reply to: ℹ️Feature Request - no prefix for Subfields #47263
    PeterPeter
    Moderator

    Hello,

    Thank you for your feedback.

    I will forward this feature to the development team to consider adding it to the to-do list for the future development of the plugin.

    in reply to: Re-order posts not working #47255
    PeterPeter
    Moderator

    Hello Travis,

    You can hover over the dots, drag and drop the post to re-order it. If it doesn't work on your site, please try to deactivate all plugins except Meta Box, MB extension plugins, switch to a WordPress theme and check the issue again.

    Let me know how it goes.

    in reply to: When did ['post_id'] became ['object_id'] in the $config?? #47254
    PeterPeter
    Moderator

    Hello Yasmine,

    Yes, we change post_id to object_id for the frontend form from Meta Box AIO 1.31.0 to support the compatibility between the custom model and frontend form. That means you can submit a custom model entry from frontend.
    You can read more about this update in the changelog https://metabox.io/plugins/meta-box-aio/changelog/
    and documentation https://docs.metabox.io/extensions/mb-frontend-submission/#adding-the-submission-form

    PeterPeter
    Moderator

    Hello,

    Can you please share a screen record of the issue on your site?

    in reply to: Field pull custom table row data #47252
    PeterPeter
    Moderator

    Hello,

    If you have two or more custom tables for each field group, you can add all field group IDs to the frontend shortcode and save the field values to all custom tables when submitting or editing the post.

    in reply to: Form data and post size limit #47251
    PeterPeter
    Moderator

    Hello Nick,

    What field type accepts a base64 string? Do you save the field value to a custom table? I think the answer is related to the data type when you create the custom table rather than the field settings.

    in reply to: Conditional Logic Not Working #47250
    PeterPeter
    Moderator

    Hello,

    Is there any chance you read my request above? Please export the field group to a JSON file and share it here, I will help you check the field settings.

    in reply to: Conditional Logic Not Working #47245
    PeterPeter
    Moderator

    Hello Tanja,

    If you are using the builder, please export the field group to a JSON file and share it here. If you use the code to register the custom fields, please share the code also.
    I will help you check the field settings and conditional logic.
    Following the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--import
    https://docs.metabox.io/creating-fields-with-code/

    in reply to: Field pull custom table row data #47236
    PeterPeter
    Moderator

    Hello Nick,

    I'm afraid that it isn't possible. As I mentioned above, the column name in the custom table must match the field ID when you register/create the custom field. If you want to save data to separate custom table tables with one frontend form, you can create more field groups and add their IDs to the frontend shortcode.

    [mb_frontend_form id='field-group_id_1,field-group_id_2,field-group_id_3' post_fields='title,content']

Viewing 15 posts - 871 through 885 (of 3,724 total)