Forum Replies Created
-
AuthorPosts
-
February 24, 2023 at 10:48 PM in reply to: Can't get the [mb_frontend_dashboard] shortcode to work #40719
Peter
ModeratorHello,
The compatibility feature is developed by Bricks team, so I recommend contacting their support for further assistance. Please read more here https://docs.metabox.io/compatibility/
Peter
ModeratorHello,
I've informed our development team to check this issue and get back to you later.
Peter
ModeratorHello,
Meta Box and WordPress do not have an official option to delete the field value (post meta). You can create a custom loop and delete post meta with the function delete_post_meta() or use a third-party plugin to do that https://wordpress.org/plugins/wp-bulk-delete/
For the custom table mb_relationships, you can access your database and delete all rows in the table.
February 24, 2023 at 6:22 PM in reply to: Can't get the [mb_frontend_dashboard] shortcode to work #40711Peter
ModeratorHello there,
I see the frontend submission is wrapped in a builder section. Can you please disable the builder and the frontend shortcode to the page content then check this issue again?
Peter
ModeratorHello,
Not yet, I will let you know when it is fixed. Thanks.
Peter
ModeratorHello,
Please share your site credentials via this contact form https://metabox.io/contact/
I will take a closer look.February 24, 2023 at 6:08 PM in reply to: Disable adding a new post, just get the input values #40708Peter
ModeratorHello Jose,
Thanks for your suggestion. I will inform the development team to consider supporting this feature in future updates.
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. -
AuthorPosts