Forum Replies Created
-
AuthorPosts
-
June 30, 2022 at 10:21 AM in reply to: ✅Can't see the settings page custom fields under Media menu #36727
Long Nguyen
ModeratorHi,
Thanks for your feedback.
I'm also experiencing this issue on my end. I'm going to inform the development team to take a look and fix it in the next update.
Long Nguyen
ModeratorHi Matej,
Currently, the relationship only supports making the relation between post/term/user, comment is not supported. Also, WP Query does not support query posts by comment, just by the number of comments so I think it will not work with MB Relationships.
Refer to this documentation https://docs.metabox.io/extensions/mb-relationships/#getting-connected-items
https://developer.wordpress.org/reference/classes/wp_query/#comment-parametersLong Nguyen
ModeratorHi Felix,
You can show/hide a meta box based on a field value by using the extension MB Conditional Logic.
https://metabox.io/plugins/meta-box-conditional-logic/Please read more on the documentation https://docs.metabox.io/extensions/meta-box-conditional-logic/
Long Nguyen
ModeratorHi Graham,
The frontend form does not support changing the post slug by default. However, you can change the post slug with coding and following these topics
https://support.metabox.io/topic/append-a-related-posts-title-to-the-title-of-created-post
https://stackoverflow.com/questions/5897758/how-to-set-post-permalink-slug-in-wordpress-using-wp-insert-postand this documentation https://developer.wordpress.org/reference/functions/wp_update_post/
Long Nguyen
ModeratorHi,
Can you please share some screenshots of the issue on your site? Is the button create tables supported by a third-party plugin?
The fieldwysiwygmimics the classic editor of WordPress but not the core of WP itself so it might not work with a third-party plugin.Long Nguyen
ModeratorHi,
Please share your site credentials via this contact form https://metabox.io/contact/
I will help you to investigate the issue.Long Nguyen
ModeratorHi,
If you use the Fluent Forms to create a form on the frontend to submit posts, I think it works like the extension MB Frontend Submission. So you can follow the documentation to know how to use the custom field to re-order default fields (title, content, featured image ...)
https://docs.metabox.io/extensions/mb-frontend-submission/#reorder-post-fields
Then you can use these fields with Fluent Forms as well.And please note that these fields will be hidden when you edit the post because they have the same IDs as the default fields of WordPress.
June 29, 2022 at 1:27 PM in reply to: ✅How to modify deafult fields specifically on front-end User Registration Form #36707Long Nguyen
ModeratorHi John,
It looks like the registration form does not process other custom fields in the default meta box
rwmb-user-register. You will need to add another meta box (field group) and follow the documentation "edit default fields" to add the first name and last name of the new user.
The filter will help you to modify the field settings of default fields. I will inform the development team to consider supporting this case in future updates.Thank you.
June 29, 2022 at 1:08 PM in reply to: Inline style to external stylesheet - MB Favorite Posts #36706Long Nguyen
ModeratorHi,
No, it is not possible. You can try to use your custom CSS code to re-style the button and add it to the file style.css or Additional CSS in the customizer.
June 28, 2022 at 5:16 PM in reply to: ✅How to modify deafult fields specifically on front-end User Registration Form #36698Long Nguyen
ModeratorHi John,
There is no option to add a custom field to the registration form in the builder. With coding, you can follow these topics to know how to modify the registration form by using the filter hook
rwmb_profile_register_fields
https://support.metabox.io/topic/mb_user_profile_register-autocompletenew-password/
https://support.metabox.io/topic/duplicated-register-formsLong Nguyen
ModeratorHi,
Thanks for reaching out. Let me answer your questions.
1. I do not see that issue on my end. If the field is newly created without any value saved before, then after you save the post, there is no empty value will be saved. Can you please share a screen record of this issue on your site?
2. If the setting
save_fieldis set tofalseso we do not need to know what the field value is. The field will not look in the database to display the field value because it is redundant/unnecessary.
You can use the settingstdto set the default value for a field in this case.Long Nguyen
ModeratorHi,
To get the field value in a block, please use the helper function
mb_get_block_field()like the headline field. Read more on the documentation https://docs.metabox.io/extensions/mb-blocks/#render_callback$value = mb_get_block_field( 'my_radio_id' );Note: You are using two fields with the same ID and it might not work correctly. Please change the radio field ID to another one
my_radio_id.Long Nguyen
ModeratorHi,
Unfortunately, tabs only work with top fields. It is not possible to add tabs in a group field.
Long Nguyen
ModeratorHi,
In case of using Oxygen Builder, please reach out to them if you have any issues with installation, configuration, compatibility, or usage.
Refer to our support policy https://metabox.io/support/topic/support-policy/Long Nguyen
ModeratorHi,
I've imported the field group and the View code to my local site and viewed the template on the frontend but do not see any error message.
Please share your site credentials via this contact form https://metabox.io/contact/, I will take a closer look. -
AuthorPosts