Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello Jai,
I check the composer feature on my local site but don't see that issue. Please double-check the key on your account and ensure it is correct.
Peter
ModeratorHello,
Sorry for the late reply. Can you please change the CPT slug to another one and check this issue again? You can also deactivate all plugins except Meta Box, MB extension plugins, switch to a standard theme of WordPress and see how it goes.
April 13, 2024 at 6:45 PM in reply to: Set default date of a date picker based on other date picker #45209Peter
ModeratorHello Stephen,
Meta Box doesn't support that option. But I think it is possible if you use some custom Javascript code. Please read more about this case on this topic https://stackoverflow.com/questions/29122275/set-end-date-after-select-start-date
April 13, 2024 at 6:42 PM in reply to: Showing a field of User Profile in default Add New User wordpress page #45208Peter
ModeratorHello,
Do you mean to show the custom field when creating a new user in the admin area? Currently, the field is only supported showing on the Profile page.
Peter
ModeratorThis issue happens when you type the wrong password. If the password is correct, the button works as well. I will mark this ticket as resolved.
Peter
ModeratorYes, you are using the new editor version. It works like the VSCode and we don't add any configuration there. Currently, I see it suggests the close tag only. For other ones, please type manually.
Thank you.
Peter
ModeratorHello Kade,
You can try to deactivate all plugins except Meta Box, MB extension plugins, switch to a standard theme of WordPress and recheck this issue.
Peter
ModeratorHello Scott,
I check this issue on my demo site but it isn't present there. Please share your admin site account by submitting this contact form https://metabox.io/contact/
I will take a look.April 10, 2024 at 9:00 PM in reply to: MB Field not shown in Elementor Dynamic Tags when MB Group Skin widget was added #45192Peter
ModeratorHello Will,
It is expected behavior. If the template is assigned to the type "MB Group Skin", you should create the template for the subfields in a group only. Then you can add the MB Group widget to other templates.
April 10, 2024 at 8:37 PM in reply to: Custom User Register Form - Errors Upon Validation Checks #45191Peter
ModeratorYes, I'm not able to replicate the issue on my demo site. Please try to setup an online staging site, replicate the issue there and share the site credentials. I will check this on my end.
Peter
ModeratorHi,
MB Geolocation doesn't support the
languagesetting like that. It only fetches the data from Google and populates the results to the address fields. And that is the intended behavior of the Maps APIs. At this time it's not possible to return addresses in English only.
You can get more details on this topic
https://stackoverflow.com/questions/57652053/not-able-to-get-formated-address-only-in-english-getting-some-part-of-result-i/57754716#57754716Peter
ModeratorHello Will,
If you set two columns on the settings page, you can drag and drop the meta box to the side/second column. Here is the screen record https://drive.google.com/file/d/18iSdgvIABCmHOHxh5CsqrIEYM6Y5pYqg/view?usp=drive_link
Peter
ModeratorPlease try to deactivate all plugins except Meta Box, MB extension plugins, switch to a standard theme of WordPress and check this issue again.
If it still doesn't work, you can share your admin site account by submitting this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorHello,
I don't see any issue according to your screen record. It's just the code suggestion to complete or close the HTML tag. You can simply type it manually.
The new version of the View editor might be a little bit different from the old one. Here is the screen record on my end https://drive.google.com/file/d/1kIWmdme1mJGpydJ9bPViOu9lTmXBRFRl/view?usp=drive_linkApril 8, 2024 at 10:47 PM in reply to: ✅[Icon field] Display icon (as subfield) by value only? #45172Peter
ModeratorHello Robert,
Please update Meta Box to the new version 5.9.5 to display the SVG icon in the frontend when using the helper function
rwmb_the_value().If you use the icon as the subfield in a group. You should enqueue the new version of Font Awesome (FA) style on your site to display the icon in the new FA version.
For example the icon "tower-cell". It is available in the FA version 6.5 so you need to have the style of version 6 to display the icon. Simply, add this code to the file header.php in the theme folder before the code
<?php wp_head(); ?><link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.5.0/css/all.css">You can read more about supported icons in FA versions here https://fontawesome.com/versions
-
AuthorPosts