User page navigation hidden by plugin
-
Hi there,
My client got in touch as they could no longer view past the first page of users, and the user search box had gone.
I tracked this down to being caused by this plugin with the inserted inline code below:
.tablenav-pages *:not(.subsubsub, .subsubsub *), .tablenav-pages.no-pages *:not(.subsubsub, .subsubsub *), .tablenav-pages.one-page *:not(.subsubsub, .subsubsub *) { display: none; }
and:
.search-box {
display:none !important;
}I’ve writted an admin.css file in the theme to overwrite this (pasted below in case anyone else has the same issue:
.wp-admin .tablenav-pages span {
display: inline-block !important;
}
.wp-admin .search-box {
display: block !important;
}Could this be looked into in a future update please?
Otherwise, thanks for a great plugin and extensions.
- You must be logged in to reply to this topic.