meekaanne
Forum Replies Created
-
Found the cause and a workaround. Your admin.css (v5.2.1) applies
line-height: 0anddisplay: inline-blockto all admin checkboxes globally, which hides checkmarks on user profile role editing pages. Fixed temporarily with a PHP snippet reverting those styles. Please scope your admin.css more specifically so it targets only your plugin’s forms, not all WordPress admin checkboxes.Resolved! The culprit was the User Registration & Membership plugin (WPEverest) — its admin.css was overriding WordPress core checkbox styles with
line-height: 0anddisplay: inline-block, which hid the checkmarks visually while the checkboxes still functioned underneath. Fixed it by adding a PHP snippet usingadmin_headto revert those styles. I’ve also reported it to WPEverest. Thank you for your quick response!One more update if it helps. If I click on a role box choice it does not show a checkmarks or any checkmarks to show the role of the person. But say, if they are a subscriber and I click the subscriber box, it removes them. And I click the customer box (if they are not a customer) it adds them. So the issue is that the visual checkmark is not showing up. Which makes it difficult.
Thank you for the quick response. I’d prefer not to downgrade on a production site. I did check the Console log in browser developer tools and saw this error: “A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received.” The issue occurs in both Chrome and Firefox. I am using User Role Editor as a temporary workaround. Other active plugins include WooCommerce, LearnDash, and User Registration & Membership. Is there a known JS conflict with any of these? It’s very important that I am able to get this resolved, as this is a patient member site. I’m concerned about patients access right now.