Forum Replies Created
-
AuthorPosts
-
September 23, 2024 at 10:42 AM in reply to: Checkbox List and Select Advanced (multiple true) returning a string #46513
Monden
Participantrwmb_meta fails/returns a string (why), but this works: $checkbox_list = get_post_meta( get_the_ID(), 'checkbox_list_field_id' );
July 24, 2024 at 12:54 PM in reply to: ✅How to translate MB fields within a MB setting page (with WPML)? #45994Monden
ParticipantAny advances in this issue?
Monden
ParticipantThank you,
You can just provide an example without the insult. To put it in your wording, if you want to sell "Lifetime support" to your highest-tier customers, you need to have a basic knowledge of customer support.
I didn't ask for customization, I asked for an example in the documentation. You should put those 5 lines of code in the documentation on MB User Profile
Monden
ParticipantThanks, I managed to store the value.
As for the documentation regarding 'rwmb_profile_after_save_user', When it says:
The action accepts 1 parameter: the instance of the MB_User_Profile_User class, which handles the submission. It has the following public properties that you can use:
$user_id: The submitted user ID
$config: The configuration, taken from the shortcode attributesHow do I access values from $config when in: add_action( 'rwmb_profile_after_save_user', function( $user ) { $user_id = $user->user_id; update_user_meta( $user_id, 'custom_field_ID', 'custom_field_value' ); } );?
October 25, 2023 at 11:48 PM in reply to: ✅Radio and Switch fields always reporting first choice value in Title Group #43620Monden
ParticipantNot working in free meta-box 5.8.2 and neither in 5.6.18
I use it with MB Group 1.3.18.
Always returning string '1'
May 14, 2023 at 2:32 AM in reply to: ✅Using show/hide conditional logic with Builder - takes over 1 minute to show #41817Monden
ParticipantIt appears to be fixed in v1.6.19
Thanks for the quick turnaround!
May 4, 2023 at 7:54 PM in reply to: ✅Using show/hide conditional logic with Builder - takes over 1 minute to show #41705Monden
ParticipantWell I can't exactly disable everything else because I've bundled it with my main theme plugin.
But I can tell you that my setup is:
FREE PLUGIN (aka the MetaBox.io you can download from WordPress plugins repo), plus:
+ MB Admin Columns
+ MB Custom Post Type
+ MB Term Meta
+ MB Conditional Logic
+ Meta Box Show HideAs for the fields themselves, none work i.e. all are affected after moving to version 1.6.18.
May 4, 2023 at 1:35 AM in reply to: ✅Using show/hide conditional logic with Builder - takes over 1 minute to show #41688Monden
ParticipantConfirmed with button_group, after updating from v1.6.14 to v1.6.18
October 25, 2021 at 6:17 PM in reply to: ✅Conditional items don't appear/disappear until after update #31493Monden
ParticipantThanks, at least I know it's not an issue with the original code. Can you point me to the JS handling this click event so I could hunt down the conflict?
October 24, 2021 at 11:20 PM in reply to: ✅Conditional items don't appear/disappear until after update #31484Monden
ParticipantAdditionally, after clicking on the radio, I noticed that if I resize the browser (and apparently hit a breakpoint / css media query related to the controlled color field), the color field does get hidden/shown as specified by the radio value. So, 1. It doesn't play out on click and 2. It does update on clicking "Update" (updating the page), and also the controlled element appears if a window is resized enough to trigger a css breakpoint.
Can you confirm this and advise please, thanks.
Monden
ParticipantAlso interested in this.
-
AuthorPosts