Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
Please open the Console tab in Inspect tool of the browser and see if there is any JS error. You can also try to deactivate all plugins except Meta Box, MB extensions and switch to a standard theme of WordPress then check this issue again.
April 10, 2023 at 6:25 PM in reply to: [MB Frontend Submission] Post Management & User Dashboard delete post action #41406Peter
ModeratorHello,
It could be an issue with the frontend dashboard. I've escalated this issue to the development team to fix it in the next update.
Peter
ModeratorHello,
The double open/close curly brackets are used to output the value on the frontend. If you assign the value to a variable, don't use it. For example:
{% set args = { post_type: 'post', posts_per_page: 6, order: 'DESC', p: term.featured_post_id } %}April 9, 2023 at 3:03 PM in reply to: [MB Frontend Submission] Post Management & User Dashboard delete post action #41397Peter
ModeratorHello,
I mean the frontend submission form's
idattribute.[mb_frontend_form id='my-custom-fields' post_fields='title,content']
Please create a field group and add it's ID to the form to show the trash icon. Read more on the documentation https://docs.metabox.io/extensions/mb-frontend-submission/#submission-form
April 9, 2023 at 3:00 PM in reply to: Meta Box - FacetWP Integrator 1.1.2 - activation causes site crash #41396Peter
ModeratorHello,
If you have the plugin Meta Box AIO on your site, no need to use the single plugin Meta Box FacetWP Integrator.
Peter
ModeratorHello,
Can you please share some screenshots of the issue on your site? And the code that you use to create the custom field or screenshot of the field group in the builder.
If the issue only happens sometimes, you can try to deactivate all plugins except Meta Box, MB extensions and switch to a standard theme of WordPress then check this again.
Peter
ModeratorHello,
Can you please share your site (could be staging site) credentials via the contact form and details of the issue? I will take a look.
https://metabox.io/contact/Peter
ModeratorHello Will,
I see that issue. I'm discussing the issue with my development team to see if there is a way to bypass the caching issue. I will get back to you later.
April 7, 2023 at 6:39 PM in reply to: [MB Frontend Submission] Post Management & User Dashboard delete post action #41381Peter
ModeratorHello,
Please make sure the id attribute of the frontend submission shortcode is added to display the trash icon in the frontend dashboard. For example:
[mb_frontend_form id='my-custom-fields' post_fields='title,content']Peter
ModeratorHello,
It could be an issue with a custom code on your site. You can try to deactivate all plugins except Meta Box, MB extensions and switch to a standard theme of WordPress and check this issue again.
April 7, 2023 at 5:57 PM in reply to: ✅Issues with Custom Field Groups not saving to Custom Table #41379Peter
ModeratorHello,
Please add the table name to create the custom table and save the field value to the table.
April 7, 2023 at 5:54 PM in reply to: ✅Why is this Type (Backup) only availabe via CustomCode? #41378Peter
ModeratorHello,
Do you mean to use the backup field type in the builder? It is possible, please read more here https://docs.metabox.io/extensions/mb-settings-page/#backup--restore-settings
Peter
ModeratorHello,
The custom field ID and value are saved in the database, table wp_postmeta with the format meta_key: meta_value and they are associated with the post by ID. So if you want to display the same field value on page B as page A, you need to copy the value to the field on page B.
If you don't want to do that manually, you can use the code. Please read more on the documentation
https://docs.metabox.io/functions/rwmb-set-meta/
https://developer.wordpress.org/reference/functions/update_post_meta/Peter
ModeratorHello Will,
Do you use the Rest API to get/update the value from the custom table?
Peter
ModeratorThanks for your confirmation. Have a good day 🙂
-
AuthorPosts