BioLink Pro v2.6.0
Added
- Wallpaper position + blur — Background editor (image type) now exposes
Position(Cover-center / Cover-top / Cover-bottom / Contain / Tile) and aBlurslider (0–30 px). The image renders behind a fixedbody.bio-body::beforepseudo so blur applies cleanly without affecting the foreground content. - Content area card — new "Content area" card on the Design page. Three modes:
- Transparent (default, current behavior)
- Solid card —
.bio-pagegets a configurable color + opacity background, rounded corners, drop shadow. Wallpaper fills the desktop viewport behind it. - Frosted glass — solid card +
backdrop-filter: blur()so the wallpaper shows through with a frosted effect.
- Card max-width slider (380–960 px) — controls the desktop column width.
- Card corner radius slider (0–48 px).
- Card opacity slider (10–100%) — fine-tune solid/glass card transparency.
Changed
ThemeEnginebackground rendering refactored. Thebody.bio-bodyselector no longer paints the bg directly — that moved tobody.bio-body::before(a fixed full-viewport pseudo) so the newbg_blurfilter applies to the image without blurring the content. Shortcode embeds (.bio-embed-{id}) keep the inlinebackground:rule since blur doesn't make sense scoped to an inline embed.- Image overlay slider max bumped from 80% to 90% (still keeps the image faintly visible at max).
DB
- 8 new page settings keys:
bg_position,bg_blur,content_bg_type,content_bg_color,content_bg_opacity,content_blur,content_radius,content_max_width. Stored in the existing_biolink_data.settingsJSON — no schema bump needed.
Notes
- On screens narrower than 540 px, the content card drops its border-radius + shadow + horizontal margin so it spans the full viewport (mobile-first stays readable).
Frosted glassmode usesbackdrop-filter, which Safari < 9 and some Linux Firefox builds don't support — they'll fall back to the solid card automatically.
Install: download biolink-pro-v2.6.0.zip below and upload via Plugins → Add New → Upload Plugin.
Auto-update: if you already have BioLink Pro installed, this release will appear under Dashboard → Updates within ~12 hours (or click "Check Again" to force a refresh).