[wp-trac] [WordPress Trac] #44854: Bulk action missing/hidden on taxonomies
WordPress Trac
noreply at wordpress.org
Tue Aug 28 06:20:45 UTC 2018
#44854: Bulk action missing/hidden on taxonomies
--------------------------------+-----------------------------
Reporter: poojasahgal | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Taxonomy | Version: 4.9.8
Severity: normal | Keywords: ui-feedback
Focuses: ui, administration |
--------------------------------+-----------------------------
I have found this issue on mobile. When I go to taxonomies like
category/tags the bulk action on top of the table is missing. After
inspecting it I found that it is getting hidden using CSS. We can make it
visible there because if someone wants to bulk delete then they have to
select from top and then have to scroll down to do so. Just because it is
hidden using CSS still there are CSS rules putting margins and all there.
For this we have to remove this css only:
{{{
@media screen and (max-width: 782px){
.form-wrap>p, .tablenav .view-switch, .tablenav.top .actions,
.tablenav.top .displaying-num, .tablenav.top .tablenav-pages.one-page {
display: none;
}
}
}}}
This will explain what I want to say :
https://screencast-o-matic.com/watch/cFju1nqupU
Also here I am seeing that search box is at bottom we can put it just
before the table.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/44854>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list