Skip to content

Releases: Bonsai-Systems/bonsai_notoolbar_edit

Bonsai No Toolbar Edit

Choose a tag to compare

@gakdesign gakdesign released this 26 Aug 15:00

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

Choose a tag to compare

@gakdesign gakdesign released this 26 Aug 14:57

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

Choose a tag to compare

@gakdesign gakdesign released this 26 Aug 14:53

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

Choose a tag to compare

@gakdesign gakdesign released this 26 Aug 14:48

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.