Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
Please share your site credentials via this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorHello there,
Meta Box doesn't support an option to create the help tab. It just passes the arguments from UI to the function
register_post_type()of WordPress to create the post type. You can use the custom code to create help tabs on your end.December 7, 2023 at 10:51 PM in reply to: ✅Cannot Save New Fields or Change Location to "User" #44039Peter
ModeratorHello,
You can try to follow this tutorial to increase the PHP setting
max_input_varsto fix the issue
https://metabox.io/wordpress-custom-fields-not-saving-increase-max-input-vars/Let me know how it goes.
Peter
ModeratorHello,
Let me answer your questions.
1. There shouldn't be a page loading speed when outputting the value in the front end, very slightly. The group field value is saved in the database as a serialized and you can get all subfield values with one function. Following the documentation https://docs.metabox.io/extensions/meta-box-group/
2. The builder is created with JavaScript code, so it will slow down if you have more fields. I will inform the development team to improve the builder in future updates.
3. Please share a screen record of the issue on your end with the WYSIWYG field.
4. Use the custom table to save field value when you need to query post by field value. If you only get field value by post ID, no need to use that.
Peter
ModeratorHello there,
Please share your site credentials here https://metabox.io/contact/
I will take a look.December 7, 2023 at 8:52 PM in reply to: MB_Relationships_API::each_connected not working, need fix or alternative #44035Peter
ModeratorHello,
Currently, there is only one way to display relationships on the archive page. However, I don't see an impact on performance. I've also escalated this issue to the development team to fix it. I will let you know when it's done.
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.
-
AuthorPosts