Forums
Home / Plugin: hideShowPassword / Icon in field Disappeared
(@itskev)
4 years, 3 months ago
The icon has now disappeared. It was there last week, but now the link to the icon seems broken. There is a blank image there now. HELP!
The issue has something to do with restricted content. We have restricted content and so that “eye” doesn’t show on the login page unless you are already logged in…
I added this to the class-hide-show-password.php file. Works now. ??
add_action( ‘wp_enqueue_scripts’, function() { wp_enqueue_style( ‘dashicons’ ); });