Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorYes, it should work normally. If you still have an issue with the post subfield in a group field, please let me know.
December 6, 2023 at 9:00 PM in reply to: MB_Relationships_API::each_connected not working, need fix or alternative #44025Peter
ModeratorHello John,
As I mentioned in that topic, please use the function
get_connected()to fix this issue. Following the documentation
https://docs.metabox.io/extensions/mb-relationships/#getting-connected-itemsPeter
ModeratorHello Elene,
What is the absolute path you add to the icon dir setting? Simply, you can echo the WordPress function
get_stylesheet_directory()to get the path to the current theme folder.Peter
ModeratorHello,
Please share your site credentials via this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorHello,
I will inform the development team to consider supporting this case in future updates.
Thank you.
December 4, 2023 at 10:23 PM in reply to: Rewrite permalink of CPT taxonomy to equal of archive page #44009Peter
ModeratorHello Tobias,
I tested this case with ACF post type and it doesn't work, like Meta Box. So it is the WordPress issue, not Meta Box or ACF. If you want to have the same slug for CPT and taxonomy, you might need to use some custom code to rewrite the rules. Please follow this topic https://stackoverflow.com/questions/49807692/custom-post-type-and-taxonomy-using-same-slug-with-rewrite
Peter
ModeratorHello,
With the taxonomy_advanced field type, I see it works also. Please try to add the snippet code to a template file in the theme and recheck this issue.
December 4, 2023 at 10:12 PM in reply to: Difficulty Displaying Meta Box Fields in Oxygen for 'post_tag' Taxonomy #44007Peter
ModeratorHello Joe,
You can follow the documentation to use the code to output the term meta or use the shortcode.
https://docs.metabox.io/extensions/mb-term-meta/#getting-field-value
https://docs.metabox.io/shortcode/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/Peter
ModeratorHello,
You are adding the title field in a group field as a subfield, that's why it doesn't work. Please move it to the top field and check this issue again.
December 4, 2023 at 9:54 PM in reply to: ✅504 Gateway Time out on every update action on a cpt #44004Peter
ModeratorHello,
1. You can enable WP debug and check the log if there is an error when updating a CPT post. Besides that, you can also deactivate all plugins and leave only Meta Box, MB plugins activated and switch to a default theme of WordPress and check this issue again.
2. The relationship data is stored in a custom table wp_mb_relationships. You can contact the export plugin support if they can export data from the custom table.
Peter
ModeratorHello,
Do you add the field ID prefix to the field group settings? If yes, the field ID is different from
post_title. You can see it works properly on my end https://drive.google.com/file/d/15lRWTxyC-b397Xubx_6RTmWUK5OiIkL0/view?usp=sharingPeter
ModeratorThanks for your feedback.
I will inform the development team to consider supporting this feature in future updates.
Peter
ModeratorHello Roel,
The group field save value (including subfield values) in the database is a serialized array with the meta key group ID, therefore some features of the single field do not work when it is a subfield in a group. Please use the top field (outside of a group) in this case.
Peter
ModeratorHello Bellul,
What is the field type of the field
magazine_no? If it is taxonomy, I don't see that error message on my site. You can try to add the snippet code to a template file in the theme and recheck this issue.Peter
ModeratorHello Roel,
You can create a
textfield with the IDpost_title, mark it Required and remove thepost_fieldsfrom the frontend shortcode to use the custom field post title.
Please follow the documentation https://docs.metabox.io/extensions/mb-frontend-submission/#field-order -
AuthorPosts