Forum Replies Created
-
AuthorPosts
-
February 22, 2023 at 10:59 PM in reply to: ✅How to use a Fontend Submission on a single page (Bricks) #40679
Peter
ModeratorHello Cees,
Do you mean to pass the post_id attribute to the frontend form to update the current page in the form? If you want to pass the ID of the current page, set it to
current.Peter
ModeratorHello,
Thanks, I see the issue. I will inform the development team to check this issue and get back to you later.
Peter
ModeratorHello,
Please update Meta Box, Meta Box AIO to the latest version then check the issue again. You can also try to disable all plugins except Meta Box, Meta Box AIO, switch to a standard theme of WordPress and see how it works.
February 22, 2023 at 10:16 PM in reply to: ✅How to make frontend forms re-editable by the users? #40675Peter
ModeratorHello,
Can you please share the code that you use to output the field value? Did you try to follow the template usage in the documentation?
Peter
ModeratorHello,
I do not see that issue on my end, please check this screenshot https://monosnap.com/file/dRfrCE09f875f3gfsYne8uWQ9YUunB
Does it relate to the table charset/collation? You can try to change it to utf8mb4_unicode_520_ci and see how it goes.
If not, please share your site credentials to the contact form https://metabox.io/contact/, I will inform my development team to take a look. It should be a staging site where we can troubleshoot the issue and perform some tests without affecting your visitors/users.
Peter
ModeratorHello,
You can use the field
fileto use the custom upload folder for uploaded files. Please read more on the documentation https://docs.metabox.io/fields/file/For example:
'upload_dir' => WP_CONTENT_DIR . '/uploads/resume/',If you want to create a custom callback function to generate a unique file name, please refer to this topic https://support.metabox.io/topic/dynamic-uploaded-filename
February 22, 2023 at 6:24 PM in reply to: MB Relationships not showing the full list of items #40665Peter
ModeratorHello,
You can try to follow this tutorial to increase the PHP setting
max_input_varsto fix the issue
https://metabox.io/wordpress-custom-fields-not-saving-increase-max-input-vars/Let me know how it goes.
Peter
ModeratorHello,
Please add the custom setting to the Editor options in the General tab of the field. Please check this screenshot https://monosnap.com/file/1eRNJxFHEVpiz6wCOHjPMtOIT7RE50
and read more on the documentation https://docs.metabox.io/fields/wysiwyg/#settingsPeter
ModeratorHello,
Please make sure you have the latest version of Meta Box 5.6.16 and Meta Box AIO 1.18.1, then clear all caches (browser, plugin ...) and check this issue again.
Let me know how it goes.
February 22, 2023 at 5:59 PM in reply to: ✅How to make frontend forms re-editable by the users? #40662Peter
ModeratorHello,
Please use the helper function
rwmb_meta()to get the color value, read more on the documentation https://docs.metabox.io/fields/color/#template-usageFebruary 22, 2023 at 7:44 AM in reply to: ✅How to make frontend forms re-editable by the users? #40657Peter
ModeratorHello,
MB Frontend Submission is a premium plugin so I'm not sure if the multilingual plugin that you are (or will) using can support our plugin to make the form multilingual. Please get in touch with their support for further assistance.
Thanks.
Peter
ModeratorHello,
That is expected behavior. The number field only displays the raw number without formatting. You can format the number on the frontend only, don't use the sanitize callback function to modify the value format.
Or use a custom field type Multimask which is developed by an expert Meta Box user https://github.com/badabingbreda/field-text-multimask
February 21, 2023 at 9:54 PM in reply to: Change textarea_rows on all WYSIWYG fields for a specific post type #40647Peter
ModeratorHello,
That means the global variable $post is not working in this case. You can follow the topic below to get the post type when editing or creating a new post.
https://wordpress.stackexchange.com/questions/152677/how-do-i-know-the-current-post-type-when-on-post-php-in-adminPeter
ModeratorHello,
Thanks for your additional information.
Can you please share an example and a screenshot of the issue?
February 21, 2023 at 9:39 PM in reply to: Force Delete option of the Image Advance field don't work #40645Peter
ModeratorHello,
I do not see any issue in this topic https://support.metabox.io/topic/image-advanced-field-force-delete-option-doesnt-work
You want to delete the post meta and attached image after deleting the post, please create a custom code as the suggested here https://wordpress.stackexchange.com/questions/134894/correctly-delete-posts-with-meta-and-attachments -
AuthorPosts