Forum Replies Created
-
AuthorPosts
-
Long Nguyen
ModeratorHi,
Can you please share the code that creates the custom fields on your site? Some screenshots would be highly appreciated.
Long Nguyen
ModeratorHi,
1. There is no option to display checkbox list items inline, but you can use some custom CSS code to display them like radio items. Refer to this topic https://support.metabox.io/topic/custom-css-class/#post-35517
.rwmb-taxonomy-wrapper ul.rwmb-input-list { display: flex; flex-wrap: wrap; }2. It's a weird issue, I've never experienced this before. Can you please share the code that creates custom fields on your site and a screen record of this issue?
3. Thanks for your feedback. I've escalated this issue to the development team to fix it.
Long Nguyen
ModeratorHi Ole,
To create a custom field type, please follow this documentation https://docs.metabox.io/creating-new-field-types
and refer to this plugin https://github.com/badabingbreda/field-text-multimaskLong Nguyen
ModeratorHi Eric,
You can see the example to get a field value from a settings page here
https://docs.metabox.io/shortcode/[rwmb_meta id="phone" object_id="site_option" object_type="setting"]If it does not work on your site, please share the code that creates the settings page and custom fields, I will help you to check the issue.
Long Nguyen
ModeratorHi,
Can you please share some screenshots of the issue (full screen)? And please notice that the custom field (relationship) shows on the object
fromget object type, post type, and field settings from objectto.That means when you edit a
listingpost, you will see a meta box with a list ofofferposts and some post statuses.Long Nguyen
ModeratorHi,
Thank you for your feedback and solution.
This issue has been fixed in a new commit, it will be included in the next update of this plugin.
Long Nguyen
ModeratorHi,
If you are using the builder to create the post type (via UI), please generate the PHP code and add it to the file functions.php in your theme/child theme folder and use a translation plugin like Loco Translate, WPML to translate the CPT strings.
Read more on this documentation https://docs.metabox.io/extensions/mb-custom-post-type/#getting-php-code
Long Nguyen
ModeratorHi Mark,
I've informed the development team to check the issue and get back to you later. If you have a staging site, please share it via this contact form https://metabox.io/contact/
I will take a closer look.Long Nguyen
ModeratorHi Mark,
Thanks for your feedback.
I've informed the development team to check the issue and get back to you later. If you have a staging site, please share it via this contact form https://metabox.io/contact/
I will take a closer look.Long Nguyen
ModeratorHi Laurence,
This feature is added to our backlog development. It will be included in future updates. Thank you for following up.
June 18, 2022 at 4:06 PM in reply to: ✅Website (wordpress) slows down dramatically when I enable Metabox plugin #36559Long Nguyen
ModeratorHi Paul,
Please enable WP Debug to see if there is an error log on your site
https://wordpress.org/support/article/debugging-in-wordpress/Or you can use the plugin Query Monitor and share some screenshots in the admin area https://wordpress.org/plugins/query-monitor/
Long Nguyen
ModeratorHi,
Thanks for your feedback.
There was an issue with the change password form and I've escalated the development team to fix it in the next update.
June 16, 2022 at 10:30 PM in reply to: ✅Geolocation failed to load - how to identify the issue? #36536Long Nguyen
ModeratorHi,
Thanks for your feedback.
I'm also experiencing that issue on my demo site. I will inform the development team to check it and get back to you later.
June 16, 2022 at 10:08 PM in reply to: The post will still be saved even when remote validation failed #36535Long Nguyen
ModeratorHi,
It is very complicated to make the remote validation works with the Block editor. Our development team has tried to resolve this issue but no luck. I will inform them to take a look again and see if they can do something in the future updates.
Long Nguyen
ModeratorHi,
The development team is working tirelessly to create an integration between MB Group and Elementor builder, you can see it here https://github.com/wpmetabox/mb-elementor-integrator/commits/fix/cloneable-groups
It could be done in the next few weeks or so. -
AuthorPosts