Releases: Bonsai-Systems/bonsai_notoolbar_edit
Release list
Bonsai No Toolbar Edit
fix: prevent theme CSS from hiding SVG icons and unhiding sr-only labels
Screen-reader labels relied on WP core's .screen-reader-text class,
which isn't guaranteed to exist on the front end — replace with a
scoped, self-contained visually-hidden class. Force explicit SVG
sizing with !important so theme flex/svg resets can't collapse the icons.
Bonsai No Toolbar Edit
fix: replace dashicons font with inline SVGs for fixed toolbar links
Icons weren't rendering because dashicons isn't loaded on the front
end once the admin bar is hidden (and some themes dequeue it anyway).
Swap to hardcoded inline SVG icons so they render with no external
font/stylesheet dependency.
Bonsai No Toolbar Edit
feat: add icon links and placement settings to Bonsai No Toolbar Edit
Replace text labels with dashicons icon buttons (with a11y title/
screen-reader text) and add a Settings → No Toolbar Edit page for
choosing which corner the fixed links appear in.
Bonsai No Toolbar Edit
A minimal WordPress plugin that hides the default admin toolbar on the front end and replaces it with two fixed top-right links: WP Dashboard and Edit Page.