gmesmer
Forum Replies Created
-
Edit: wordpress incorrectly links to this plugin under “View details” even though the report I am making is for a separate plugin from Themeco.
Yes doing that (I set to 8em) does allow for it to be customized to fix better.
I would still be beneficial to allow for configuration to disable the text to only show the lock/unlock icon and have the column name be a similar width to the lock/unlock icon with a tooltip showing “Password Protection”
The first part would be editing:function(e, o, n) {
t(o).removeClass("ppw_protected_color"),
t(o).addClass("ppw_unprotected_color"),
t(o).html('<i class="dashicons dashicons-unlock"></i> unprotected')
}(0, r)) : (e.text(a.label),
function(e, o, n) {
t(o).removeClass("ppw_unprotected_color"),
t(o).addClass("ppw_protected_color"),
t(o).html('<i class="dashicons dashicons-lock"></i> protected')
}(0, r))Not sure about the second part but other plugins do it.
The space reserved for Password Protection is significantly larger than all other categories (eg: see stats and SEO score). Additionally, it would be much better to simply have an icon (instead of “Password Protection”) with a colored lock/unlock instead of writing out “unlocked” to further save space.