Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello Eddy,
You can use remote validation to check the validation of a word (name). Using the regex PHP is a way to check "contains" match, please read more on the documentation
https://www.w3schools.com/php/php_regex.asp
https://docs.metabox.io/validation/#remote-validationNote: we do not support customization code so if you cannot complete the code, please hire an expert developer to help you in this case.
December 4, 2022 at 11:07 PM in reply to: โ WPML "image advanced" in translated pages not visible #39488Peter
ModeratorHello there,
Supporting an issue with the translatble of a field is beyond our scope of support. I'm not sure if WPML can work with MB Group to translate or not translate subfields in a group, please contact WPML support to get further assistance.
I also find some WPML documentation that might help you to not translate custom fields or subfields on your site. Please get it here
https://wpml.org/documentation/support/language-configuration-files/#2-1-translating-sub-keys-in-custom-fields
https://wpml.org/documentation/getting-started-guide/translating-custom-fields/December 4, 2022 at 10:57 PM in reply to: How to insert custom fields with a dropdown selection? #39487Peter
ModeratorHello,
So what will display in the checklist? The custom field value from all companies? Can you please create a diagram or specific example for your requirements?
Please notice that, the custom fields are associated with the post. You should not use a field value of a post for another post like that.
Peter
ModeratorHello,
So if you only add the code to output the field value, does it display the correct field value?
$number = rwmb_meta( 'my-custom-field-id' ); echo $number;If not, you can try to pass the post ID to the helper function to get the field value of a specific post.
$number = rwmb_meta( 'my-custom-field-id', '', 123 );where 123 is the post ID. Please read more on the documentation https://docs.metabox.io/functions/rwmb-meta/
December 4, 2022 at 10:36 PM in reply to: Profile pages using MB User Profile and MB Beaver Builder Integration #39485Peter
ModeratorHello Jan,
1. To display fields side by side, you can use the extension MB Columns, please read more on the documentation https://docs.metabox.io/extensions/meta-box-columns/
2. I think it is not difficult with some CSS code, you can contact your developer to ask for help with this issue.Peter
ModeratorHello,
1. I'm trying to explain the Meta Box feature and let you know how it works and what it would display on the frontend. If you want to style your data with some custom div and CSS code, just do it on your own.
2. Can you please share some screenshots (full screen) of
- Custom fields
- Card (post)
- Custom fields value add to the cardPeter
ModeratorHello Mariano,
Meta Box supports an extension that helps you to create and edit posts on the frontend. Please read more here https://docs.metabox.io/extensions/mb-frontend-submission/
But it does not support a search form to search posts. You can follow the articles below to create a search form with coding https://metabox.io/?s=search&post_type=post
Peter
ModeratorHello,
Can you please generate the PHP code and share it with me? If you are using the MB Builder, please read more on the documentation https://docs.metabox.io/extensions/meta-box-builder/#getting-php-code
You can also try to deactivate all plugins and leave only Meta Box and Meta Box extensions activated to check this issue again.
Peter
ModeratorHello,
I do not see that on my demo site, screen record https://monosnap.com/file/iQRdb11B2538YWhcrpZE93Q0SrwHqo
Can you please check this issue in a fresh install and the latest version of Meta Box and MB plugins?
December 3, 2022 at 10:24 AM in reply to: Translate settings page items inside settings page WPML #39466Peter
ModeratorHello there,
1. Please do not translate any pages under Meta Box menu, it will not work as your expectations and might lead to some unexpected errors.
2. I don't know how to translate a custom field on the same settings page. As far as I know, you can translate the field in the String Translation. You can contact WPML support to get further assistance.
And please remember that it's not a post type to translate as a post. You can see the difference in the URL.December 2, 2022 at 11:14 PM in reply to: Profile pages using MB User Profile and MB Beaver Builder Integration #39462Peter
ModeratorI've removed the condition in "Advanced location rules" (MB Include Exclude) to fix this issue. Screenshot https://monosnap.com/file/ZcVNJfH7e3zBrhHzZuGScV4U01G8GW
Peter
ModeratorHello,
Here is how it displays on my side https://monosnap.com/file/wsptuGxuFs6LNhEGfhHgh4s0HrJUWh
I do not see any issue with the format code. Can you please share some screenshots of the issue on your side?
December 2, 2022 at 10:05 PM in reply to: How to insert custom fields with a dropdown selection? #39460Peter
ModeratorHello there,
You might want to use the field
postwhich supports a dropdown of posts of a certain post type and save the field value as the post ID.Please read more on the documentation https://docs.metabox.io/fields/post/
Peter
ModeratorHello,
If the view template output the post ID of the card correctly, you can create the code to get any data of the post with the ID. For example:
View code:
{{ mb.rwmb_meta( 'custom_field_id', '', post_id ) }}Please read more on the documentation https://docs.metabox.io/functions/rwmb-meta/
https://docs.metabox.io/extensions/mb-views/#running-php-functionsDecember 2, 2022 at 9:44 PM in reply to: โ MB Group Single Image Field in Oxygen Builder's Repeater #39458Peter
ModeratorHello there,
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/ -
AuthorPosts