MetaBox 5.10.9 breaks password reveal icon on change password form
Support › MB User Profile › MetaBox 5.10.9 breaks password reveal icon on change password form
- This topic has 6 replies, 2 voices, and was last updated 6 months, 2 weeks ago by
Peter.
-
AuthorPosts
-
May 16, 2025 at 3:18 AM #48262
Johannes Gross
ParticipantAfter upgrading to the main MetaBox plugin to 5.10.9, the password reveal icon does not show anymore update on my front facing change password form.
$meta_boxes[] = [ 'title' => false, 'id' => 'my-update-password', 'type' => 'user', 'fields' => [ [ 'name' => __( 'New Password', 'mb-user-profile' ), 'id' => 'user_pass', 'type' => 'password', 'required' => true, 'save_field' => false, 'append' => '<i class="password-icon show-icon"></i>', 'desc' => '<span id="password-strength" class="rwmb-password-strength"></span>' ], [ 'name' => __( 'Confirm Password', 'mb-user-profile' ), 'id' => 'user_pass2', 'type' => 'password', 'required' => true, 'save_field' => false, 'append' => '<i class="password-icon show-icon"></i>', ] ], ];After the 5.10.9 update, the /wp-content/plugins/mb-user-profile/assets/password.css?ver=2.5.8 is not anymore being loaded. If I remove 'append' => '<i class="password-icon show-icon"></i>', from my password fields, a different password reveal icon shows up but when clicking on it nothing happens.
Do you mind looking into this?
May 17, 2025 at 5:19 PM #48269Peter
ModeratorHello Johannes,
Thank you for your feedback.
I can see the issue on my site. You can use one plugin Meta Box AIO to prevent this issue, it also includes Meta Box in the source.
May 18, 2025 at 12:10 AM #48275Johannes Gross
ParticipantI switched to Meta Box AIO and disabled all the other Meta Box extensions but the password field when logging in or changing the password still has the icon missing: https://scholarships.bocagrandewomansclub.org/
Can you take another look?
May 18, 2025 at 8:40 PM #48276Peter
ModeratorHello,
Do you deactivate the single plugin Meta Box? You can use only one plugin Meta Box AIO to have all features of MB plugins.
May 19, 2025 at 6:48 PM #48282Johannes Gross
ParticipantThanks for checking! Yes, I deactivated the Meta Box plugin and all the Meta Box add-ons. I am using only Meta Box AIO. But the password reveal icons are still not showing: https://scholarships.bocagrandewomansclub.org/
May 19, 2025 at 10:42 PM #48284Peter
ModeratorThank you for the feedback. This issue has been escalated to the development team and we are working on it to fix the issue soon. The fix for this issue will be included in the next update of MB plugins.
May 23, 2025 at 10:22 PM #48317Peter
ModeratorHello,
Please update Meta Box and Meta Box AIO plugins to the new versions to fix this.
Let me know if you still experience any issues.
-
AuthorPosts
- You must be logged in to reply to this topic.