Forum Replies Created
-
AuthorPosts
-
June 13, 2023 at 9:10 PM in reply to: Select Advanced: Populate Options from Custom Model based on another field value #42181
Peter
ModeratorHello,
If you use the custom model, it does not work with MB Relationships or
postfield. So you will need to create a custom callback function for theselect_advancedfield to display a list of models and it is beyond our scope of support.
If you are not able to do that, please contact us here https://metabox.io/contact/
and submit a customization service request, our development team will help you with an extra fee.June 13, 2023 at 8:56 PM in reply to: How to display custom user meta from "author" using a shortcode #42180Peter
ModeratorHello,
You can contact Ninja Tables support to ask for get the user ID then pass it to the helper shortcode
[rwmb_meta id="phone" object_id="user-ID-here" object_type="user"]Refer to the documentation https://docs.metabox.io/shortcode/
Peter
ModeratorHello,
You can use this custom CSS code to hide the meta box title on the frontend.
#profile-form > .rwmb-meta-box > h2 { display: none; }June 12, 2023 at 10:05 PM in reply to: Dynanic Countdown is not working for clonable group files. #42169Peter
ModeratorHello,
I see the widget Countdown of Elementor Pro does not work with a cloneable field. It only accepts a single-field value. I will inform our development team to support this case in future updates.
Peter
ModeratorHello Joe,
If you move a top field into a group as a subfield, the subfield will not display the value of the top field because now, the group field will save value to the database under the group ID. Please read more here https://metabox.io/plugins/meta-box-group/?swcfpc=1
Peter
ModeratorHello Erik,
With the select field, you should add the choices following the format as recommended
Enter each choice per line. You can also set both value and label like
red: RedIn this case, it does not work, you can use the field
urlortextto output the URL.June 12, 2023 at 9:06 PM in reply to: Using Shortcode or WP Block markup inside MB Block no longer works #42166Peter
ModeratorHello,
I don't see that issue on my demo site. Please try to add a line break before the shortcode or try to switch the theme to a WordPress theme (2021) and check this issue again.
Peter
ModeratorHello,
You can try to deactivate all plugins except Meta Box, MB extension plugins and switch to a standard theme of WordPress then check this issue again.
Peter
ModeratorHello,
I can reproduce the issue with the FSE (Full Site Editing). I've escalated this issue to the development team to fix this issue in the next update.
Peter
ModeratorHello,
I do not see that issue on my site, please check screenshots
https://monosnap.com/file/ibuyP0br6uZZdb1EqIrrlINaBBYDR2
https://monosnap.com/file/KtNGjb8L6d3MTrKaFy0mNlSJTZNg71You can try to remove the space between options and check this issue again. Follow the documentation https://codex.wordpress.org/TinyMCE
Peter
ModeratorHello,
The error message indicates that the issue comes from your theme
TypeError: count(): Argument #1 ($value) must be of type Countable|array, bool given in /home/dh_nkgdj2/mydomain.com/wp-content/themes/website-theme/inc/metabox/init.php on line 746
the theme author might use Meta Box plugin as a library to develop features of the theme. Please contact the theme author to get support in this case.
June 9, 2023 at 7:42 PM in reply to: Is it possible to edit custom post type in Bricks Builder? #42139Peter
ModeratorHello,
Meta Box support registering custom post types in UI with the standard arguments of WordPress, you can read more here https://developer.wordpress.org/reference/functions/register_post_type/
If you want to use a builder to edit the post of that post type, please contact their support to get further assistance.
June 8, 2023 at 11:14 PM in reply to: PHP Warning: Undefined array key / class-mb-facetwp-integrator.php #42132Peter
ModeratorHello,
Please share your staging site credentials via this contact form https://metabox.io/contact/
I will take a look.June 8, 2023 at 10:30 PM in reply to: PHP Warning: Undefined array key / class-mb-facetwp-integrator.php #42128Peter
ModeratorHello,
Sorry for the late reply. Can you please let me know how to reproduce the issue from a fresh installation of WordPress and Meta Box?
June 8, 2023 at 10:28 PM in reply to: โ Customer / user API no longer returning meta box json #42127Peter
ModeratorHello,
I'm not sure what version of MB Rest API you used before but as far as I know, MB Rest API returns the field values under the
meta_boxkey for years. The keymeta_datamight come from another plugin that supports Rest API, not MB Rest API. -
AuthorPosts