| 开发者 | luxsnap |
|---|---|
| 更新时间 | 2026年8月15日 18:54 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/decoblocks, or install the plugin through the WordPress plugins screen directly.Yes. Every block also has a matching shortcode with a toolbar button and Quicktags button for the Classic Editor.
No. Styles and scripts are only loaded when needed, and all animations are lightweight, dependency-free JavaScript.
sanitize_title() already percent-encodes non-Latin slugs; encoding it again turned every % into %25, corrupting it beyond recognition on the marketplace server).[] is truthy). The preview + "license required" message now shows consistently for any locked pack, and the full list shows consistently once a valid key is entered.example definition to all 12 blocks so their real appearance is visible before inserting. (Insert Sticker and Buy 3D Style Upgrade are interactive/action blocks with no fixed visual output, so they show an empty preview rather than a placeholder — that's inherent to how they work, not a bug.)dbk_-prefixed shortcode registrations (dbk_sticker and the dbk_* block shortcodes) that were kept as backward-compatible aliases — all shortcodes now use only the decobl_ prefix.display: inline-flex, which is inline-level — two bubbles typed on separate lines could end up sitting side-by-side on the same row instead of stacking, in both 2D and 3D. Changed to display: flex (block-level) so each bubble always starts on its own linelabel attribute rather than wrapped content — it now inserts a default "Congrats!" label so there's something visible to editgradient_color shortcode attribute) to pick any color, which fades from solid to transparent left-to-rightmark.dbk-highlight { background: none; }) had higher CSS specificity (tag+class) than the 3D variant rule (class only), so it always won regardless of source order and silently cancelled the gradient. The 3D rule's selector is now .dbk-highlight.dbk-highlight--gradient3d (matching specificity, correctly overriding the base rule)