Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
Unfortunately, it is not possible. You can import/export JSON files to the builder only. Please read more on the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--import
Peter
ModeratorHello,
This issue is fixed in this commit a few months ago https://github.com/wpmetabox/meta-box-beaver-themer-integrator/commit/08a1db06918c6bcca77c7a8e01766dee76a7ee59
Can you please check if it is available in the plugin source code on your site?
Peter
ModeratorHello,
Please share your site credentials to this contact form https://metabox.io/contact/
I will take a closer look.February 23, 2023 at 5:49 PM in reply to: ✅Can the standard pagination bet set to 12 posts per page? #40697Peter
ModeratorHello,
Do you mean the posts on the frontend? If yes, please go to Settings > Reading > Blog pages show at most, to change the number of posts per page.
Peter
ModeratorHello,
Yes, I think it is what you need. You can add md5() hash function or anything to the file name like this reply https://support.metabox.io/topic/dynamic-uploaded-filename/?swcfpc=1#post-34422
The setting
unique_filename_callbackhelps you to execute a callback function like your functionajf_randomize_uploaded_filename()Peter
ModeratorHello,
I see this is the title field in the frontend form https://monosnap.com/file/fZ5SuBuxE66vJExPIwsq0L8MAVvMyd
But somehow it does not have the correct ID, should bepost_title. Can you please try to deactivate all plugins except Meta Box, MB extensions and switch to a standard theme of WordPress then check this issue again?Peter
ModeratorHello,
Please share your site (should be staging site) credentials via this contact form https://metabox.io/contact/, I will take a closer look.
Peter
ModeratorHello,
Please share your site (should be a staging site) with the contact form https://metabox.io/contact/
and let me know how to reproduce the issue on your site. I will take a closer look.February 22, 2023 at 10:59 PM in reply to: ✅How to use a Fontend Submission on a single page (Bricks) #40679Peter
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.
-
AuthorPosts