Articles
Page 1
All the Categories
WordPress, fixing Chrome’s Admin Bar glitch – CSS & GPU compositing
• Update:
~5 Mins Read
• Update:
~5 Mins Read
Fixed WordPress Admin Bar glitches in Chrome by replacing background-attachment: fixed & using specific transitions instead of transition: all.
WordPress, renaming an established custom ACF block
~9 Mins Read
~9 Mins Read
Step‑by‑step guide to rename established custom ACF blocks in WordPress: Update files, block.json, field groups, Db content & related styles.
Secure localhost with no warnings using mkcert & BrowserSync
~4 Mins Read
~4 Mins Read
Secure local development environment with mkcert and Gulp/BrowserSync setup, no HTTPS security warnings, just a trusted localhost working site.
Topic: #Tech-Stack
Parallel development without the headaches using Git worktree
~10 Mins Read
~10 Mins Read
Git worktree, run multiple branches in parallel directories to juggle features, hotfixes and testing without stashing or constant checkouts.
Topic: #Tech-Stack
WordPress ACF blocks: Simplify the editor with slide-out field panels
~8 Mins Read
~8 Mins Read
Upgrading ACF blocks to API v3 for WordPress 7.0 iframe editor. I explain why minimal previews beat full renders for faster, cleaner editing.