Forum Replies Created
-
AuthorPosts
-
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
Peter
ModeratorHello,
I import your field group to my demo site, add the prefix "cf_" to the field group and it is saved as well. See the screenshot https://monosnap.com/file/PlQUVTMeVeSTG6pI9bKOr0LewWCoKZ
You can try increase the PHP setting
max_input_vars(around 100-300k) and see if it helps. Read more about the PHP setting in the documentation https://metabox.io/wordpress-custom-fields-not-saving-increase-max-input-vars/Peter
ModeratorHello Zim,
Meta Box doesn't support an option to style the form fields. You need to create your own custom CSS code to style the form fields. If you want to enqueue your style file, please follow the documentation https://docs.metabox.io/actions/rwmb-enqueue-scripts/
And does it matter or not for example if I use Bricks Builder.I'm not sure if the builder has its own style that affects the HTML input tag of the field. You can contact Bricks support to get more information.
Peter
ModeratorHello,
If you set the
teenyto true, you won't see the Toggle toolbar, screenshot https://imgur.com/ERq5GiUIf it doesn't work on your site, please share some screenshots of the issue.
April 8, 2024 at 9:09 PM in reply to: Improve location setting: place field group between post title & editor #45165Peter
ModeratorHello,
Meta Box supports the context to display the custom fields below the post title and above the editor. It only works when you use the Classic Editor, not Gutenberg (Block Editor).
In the builder, you can use the option Position https://imgur.com/a/0iFmk7o
With the code, you can use thecontextsetting. Following the documentation https://docs.metabox.io/creating-fields-with-code/Peter
ModeratorHello Yasmine,
Is the field
partnership_summaryorselect_partnershown/hidden by another conditional logic? Please ensure they are visible on the same page/tab with the fieldcontrol_partner_visibilityand not affected by another conditional logic then check the issue again.Peter
ModeratorHello,
It isn't possible to use one frontend shortcode to edit the current post and create new one. You can try to use two frontend shortcodes:
- On the post template: use the attributepost_id="current"to edit the current post.
- On the separate page: remove that attribute to submit a new post.April 5, 2024 at 4:50 PM in reply to: How to target a specific index of cloned fields with Metabox Group #45151Peter
ModeratorHello,
What is the action/filter that you hook the callback function
output_to_cloneto? If you want to update the group field value, you can use the function update_post_meta()
Refer to this topic https://support.metabox.io/topic/add-cloneable-group-using-update_post_meta-whilst-preserving-existing-data/If you cannot complete the task, we offer a customization service with an extra fee. Please submit this form with your details, our development team will get back to you soon.
https://metabox.io/contact/ -
AuthorPosts