Forum Replies Created
-
AuthorPosts
-
Long Nguyen
ModeratorHi,
Follow this documentation to get the setting value https://docs.metabox.io/extensions/mb-settings-page/#getting-field-value, your code looks good to get meta description and meta keywords and show them. Did you see it works?
Long Nguyen
ModeratorHi,
Please share your site credentials via this contact form https://metabox.io/contact/, I will take a closer look.
Long Nguyen
ModeratorHi,
Thank you for your reporting.
We’ve aware of this issue and fixed it in a new commit, it will be included in the next release.
Long Nguyen
ModeratorHi Gildo,
The extension MB Frontend Submission supports to display multiple meta boxes on the frontend form. Please add the meta box IDs to the shortcode to display both connections of post type B.
[mb_frontend_form id="{$relationship_id_AB}_relationships_from, {$relationship_id_BC}_relationships_to" post_fields="title,content" post_type="B"]See more on this documentation https://docs.metabox.io/extensions/mb-frontend-submission/#shortcode-attributes.
Long Nguyen
ModeratorHi Kabus,
Can you please try to pay via PayPal? Or use another browser when paying.
Long Nguyen
ModeratorHi,
Conditional logic only works when the plugin MB Conditional Logic or Meta Box AIO (go to Meta Box > Extensions and make sure that extension MB Conditional Logic enable.) activated. Can you please leave Meta Box and Meta Box AIO activated then check this issue?
Long Nguyen
ModeratorHi,
Thank you for your reporting.
We’ve aware of these issues and fixed them in new commits, it will be included in the next release.
January 31, 2021 at 11:00 AM in reply to: ✅Grouped Custom Fields on Frontend Submission and Custom Table #24273Long Nguyen
ModeratorHi,
Yes, it could be. The extension MB Custom Table and MB Frontend Submission do not support a workflow like that but you can create a lot of code to do that. Here are some hints:
- Does not save the field value to the custom table after clicking the button Submit. Use the setting
'save_field' => falseof the field, see more here https://docs.metabox.io/field-settings/#common-settings. - Update the input value to the custom table, follow WP documentation to update the database manually https://developer.wordpress.org/reference/classes/wpdb/update/.
- You might need to hook that action to post actions hooks https://docs.metabox.io/extensions/mb-frontend-submission/#post-actions.
January 31, 2021 at 10:46 AM in reply to: ✅Bug on last update: display horizontally not working #24272Long Nguyen
ModeratorHi,
Thank you for your reporting.
We’ve aware of these issues and fixed them in new commits, it will be included in the next release.
January 30, 2021 at 11:54 PM in reply to: ✅Creating a Citation Insert Plugin that Uses Shortcodes to Generate List of CTPs #24270Long Nguyen
ModeratorHi,
Thank you for using our plugin!
Yes, it is possible with MB Views. For example,
- Create a View with the Type: Custom (via Shortcode). See this screenshot https://share.getcloudapp.com/WnuBKNL7.
- Follow this documentation to know how to run a PHP function in the View: https://docs.metabox.io/extensions/mb-views/#running-php-functions. Add this code to the View to show the post title base on a post ID:
{% set post = mb.get_post( my_post_id ) %} {{ post.post_title }}- You can see the parameter
my_post_idin the code, then we can use the shortcode of View and pass a post ID to the shortcode. See more in the documentation https://docs.metabox.io/extensions/mb-views/#custom-data.
[ mbv id="2308" my_post_id=1783 ]Long Nguyen
ModeratorHi,
Can you please follow the first step of Debugging Information?
https://support.metabox.io/topic/how-to-create-a-new-topic/Then clear the browser cache and check this issue again. You can also share a screen record or screenshots when manipulating the field groups, I will try to reproduce the issue on my end.
Long Nguyen
ModeratorHi,
Thank you for using our plugin!
WordPress only supports showing a block in one category. Follow the documentation of WordPress to create a block https://developer.wordpress.org/block-editor/developers/block-api/block-registration/#category, the category type is
stringthat means one category will group the block.Long Nguyen
ModeratorHi,
Follow your code I understand that the meta box
search-engine-optimization-detailsis shown up when the field (outside of this meta box)_wpo_plugin_categoryhas a value of 6. Just check on my local site with Meta Box AIO 1.13.0 and do not see any error.Can you please deactivate all plugins except Meta Box, Meta Box AIO, and switch to the default theme of WordPress (Twenty TwentyOne) to check this issue again?
January 30, 2021 at 10:15 PM in reply to: ✅Bug with new version: sub-groups, sub-group fields with identical field IDs #24266Long Nguyen
ModeratorHi,
I've tested this case with a group field:
Group A - Sub-group A1 - Sub-field ID: text - Sub-group A2 - Sub-field ID (same): textand save this group field, it still works as well. Screen record https://share.getcloudapp.com/v1uNRrAE.
Can you please clear the cache and check it again?
Long Nguyen
ModeratorHi,
Thank you for your reporting.
We’ve aware of these issues and fixed them in new commits, it will be included in the next release.
- Does not save the field value to the custom table after clicking the button Submit. Use the setting
-
AuthorPosts