Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello Benny,
In the case of using Bricks 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/January 8, 2024 at 10:57 PM in reply to: Posts Manually using Custom Fields | Meta Box Tutorial #44244Peter
ModeratorHello,
Are you following this tutorial https://docs.metabox.io/tutorials/reorder-posts-manually-by-custom-fields/?
Can you please share some screenshots of the issue on your site?
Peter
ModeratorHello Aaron,
Actually, the fields
dividerandheadingdo not have input boxes to add value. So no need to have the setting'save_field' => false. This setting is used to prevent saving value to the database when the field has an input box liketext,wysiwyg,image...
I will inform the development team to improve the builder for this case.January 6, 2024 at 8:12 PM in reply to: Metabox UI disappeared when posting new or editing existing post #44239Peter
ModeratorHello,
Please click on the Screen Options button and see if the meta box is unchecked. If yes, please check that meta box to show on the editing post screen.
https://imgur.com/1qX1pVOIf not, please share your site credentials via this contact form https://metabox.io/contact/
I will take a look.January 6, 2024 at 8:10 PM in reply to: โ Customise - Login / Register / Reset Password - Validation Messages #44238Peter
ModeratorHello,
Those messages are hardcoded in the plugin source. There aren't any filter hooks to change the messages. For example, the message "Please enter a username or email address" is located in the file
/mb-user-profile/src/Forms/Login.phpline 118.
You can try to use a translation plugin to translate the message into your language.January 6, 2024 at 6:35 PM in reply to: Custom Register Form - Show/hide password on password fields? #44235Peter
ModeratorHello,
I will inform the development team to consider supporting this case in future updates.
Thank you.
January 6, 2024 at 6:33 PM in reply to: โ Custom Register Form - Remove 'Confirm Password' field #44234Peter
ModeratorPeter
ModeratorHello Jan,
No, the settings page can work with Elementor as well. Please let me know how you setup the settings page on your site.
January 5, 2024 at 7:56 PM in reply to: Metabox UI disappeared when posting new or editing existing post #44227Peter
ModeratorHello,
Please share some screenshots of the issue on your site. You also check if the field group is assigned to the Form CPT correctly.
January 5, 2024 at 7:48 PM in reply to: Custom Register Form - Show/hide password on password fields? #44226Peter
ModeratorHello,
It isn't possible. You need to keep the field user_pass2 to make the check password strength function work properly.
January 5, 2024 at 7:34 PM in reply to: Display an Embedded Google Map with Meta Box and Bricks Builder #44225Peter
ModeratorHello,
Please check if you can save some normal paragraphs in the Text mode. If not, please export the field group to a JSON file and share it here. I will import and check it on my demo site, following the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--import
January 4, 2024 at 10:39 PM in reply to: Custom Register Form - Show/hide password on password fields? #44219Peter
ModeratorHello,
Please try to add the setting
'append' => '<i class="password-icon show-icon"></i>',to the password field to display the show/hide icon.'password2' => [ 'name' => __( 'Confirm Password', 'mb-user-profile' ), 'id' => 'user_pass2', 'type' => 'password', 'required' => true, 'append' => '<i class="password-icon show-icon"></i>', //here ]January 4, 2024 at 9:21 PM in reply to: Display an Embedded Google Map with Meta Box and Bricks Builder #44217Peter
ModeratorHello Peter,
You should remove the second parameter
'object_type'in the helper functionrwmb_meta(). It is used to set the object typeterm,setting,userof Meta Box only.The code to get the WYSIWYG field value would be:
$field_name = rwmb_meta('kepzes_terkep', '', get_the_ID());Follow the documentation https://docs.metabox.io/functions/rwmb-meta/
January 3, 2024 at 10:36 PM in reply to: Woocommerce conflict - MB Custom Post Types & Custom Taxonomies #44212Peter
ModeratorHello,
Please follow this topic to fix the issue https://support.metabox.io/topic/fatal-errors-with-custom-post-type-v2-6-2-update/
Peter
ModeratorHello,
The issue has been fixed in this commit https://github.com/wpmetabox/meta-box/pull/1553/commits/f43126dd7082e0f201ba54b75726a5ca227135fa
It will be included in the next update of Meta Box. -
AuthorPosts