You've already forked wp-bootstrap
-
WP Bootstrap 1.0.11
Stablereleased this
2026-02-28 20:38:55 +00:00 | 7 commits to main since this releaseChanged
- Offcanvas mobile navigation: Default header now uses
header-offcanvas.html.twiginstead ofheader.html.twig. Mobile navigation slides in as an offcanvas panel from the right instead of collapsing downward. - User avatar in offcanvas header: When logged in, the offcanvas header displays the user's Gravatar and display name linking to the WooCommerce My Account page (or WP admin profile as fallback). Falls back to the site name when logged out.
- Dark mode toggle repositioned: Moved from the offcanvas body to the offcanvas footer on mobile. Desktop toggle remains in the navbar.
Added
- User context data (
inc/Template/ContextBuilder.php): NewgetUserData()method exposinguser.logged_in,user.display_name,user.avatar, anduser.account_urlto all Twig templates.
Fixed
- Admin bar overlapping offcanvas (
functions.php): Inline CSS viawp_add_inline_style()addspadding-topmatching the admin bar height to.offcanvaswhen the admin bar is visible, preventing content overlap.
Downloads
- Offcanvas mobile navigation: Default header now uses