skills/sales-kadence/SKILL.md
Kadence Blocks platform help — Gutenberg page-builder block plugin for WordPress by StellarWP (600k+ installs): 20+ free blocks (Row Layout/Section containers, Advanced Form, Tabs, Posts, Testimonials) plus Pro Advanced Query Loop, Advanced Slider, Modal, Dynamic Content (ACF/MetaBox/WooCommerce binding), Design Library and Kadence AI. No hosted REST API — extend via WordPress hooks/filters (kadence_blocks_posts_query_args, kadence_blocks_pro_query_loop_query_vars) and Advanced Form webhooks (Pro). Use when the Kadence editor goes blank or won't load, dynamic CSS regeneration is slowing TTFB on a high-traffic or WooCommerce site, child-theme or custom CSS won't show in the editor, a caching/optimization plugin breaks Kadence styles, you're deciding which plan unlocks Dynamic Content/Query Loop/AI, or wiring an Advanced Form submission to a webhook/Zapier/CRM. Do NOT use for cross-tool builder selection or funnel/CRO strategy (use /sales-funnel) or checkout/cart across platforms (use /sales-checkout).
npx skillsauth add sales-skills/sales sales-kadenceInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
If references/learnings.md exists, read it first for accumulated platform knowledge.
What are you trying to do?
kadence_blocks_posts_query_args, kadence_blocks_pro_query_loop_query_vars, kadence_element_display), Advanced Form webhooks → Zapier/Make/CRM, WordPress REST API on block contentFree or Pro? Free (WordPress.org, 20+ blocks). Pro adds Advanced Query Loop, Dynamic Content, Advanced Slider/Modal, the Design Library/Creative Kit, Kadence AI, and form webhooks. Pro is sold standalone or inside the unified Kadence bundles (Essentials/Pro/Elite).
Skip-ahead rule: if the user's prompt already contains enough context, skip to Step 2.
| Problem domain | Route to |
|---|---|
| Funnel strategy, page structure, builder selection across tools (Spectra/GenerateBlocks/Elementor/SeedProd…) | /sales-funnel — Run: /sales-funnel {user's original question} |
| A/B testing methodology (Kadence Blocks has no native split testing) | /sales-vwo — Run: /sales-vwo {user's original question} |
| Email sequences/automation after a Kadence Advanced Form opt-in | /sales-email-marketing — Run: /sales-email-marketing {user's original question} |
| Growing the list, lead-magnet strategy | /sales-audience-growth — Run: /sales-audience-growth {user's original question} |
| WooCommerce store/checkout beyond Kadence's blocks + Shop Kit | /sales-checkout — Run: /sales-checkout {user's original question} |
| On-page/technical SEO beyond Kadence's schema/FAQ blocks | /sales-seo — Run: /sales-seo {user's original question} |
If the question is Kadence-specific, continue to Step 3.
Read references/platform-guide.md for the full platform reference — blocks/modules, pricing/plan gates, data model, integration recipes, and code examples. For the public hooks/filters list, the Advanced Form webhook flow, and the WordPress REST API surface on block content, read references/kadence-api-reference.md.
Answer the user's question using only the relevant section. Don't dump the full reference.
Focus on the user's specific situation.
class-kadence-blocks-css.php isn't running uncached.SCRIPT_DEBUG on production to debug it.add_editor_style() (or enqueue_block_assets) so it loads inside the editor, and regenerate Kadence's cached CSS after changes.If you discover a gotcha, workaround, or tip not covered in references/learnings.md, append it there.
Best-effort from research (2026-06) — review these, especially items about plan-gated features and integration details that may be outdated.
add_editor_style() / enqueue_block_assets and regenerate Kadence's cached CSS.kadencewp.com/help-center/... doc links redirect — follow them./sales-funnel — Funnel strategy, page structure, and builder selection across tools (Spectra, GenerateBlocks, Elementor, SeedProd, ClickFunnels, Leadpages)/sales-spectra — The closest rival: another Gutenberg-native block plugin (by Brainstorm Force / Astra) — compare blocks, performance, and plan gates/sales-generateblocks — The minimalist, performance-first Gutenberg block plugin (by EDGE22/GeneratePress) — compare its few-primitives model and lean DOM against Kadence's 20+ blocks and design system/sales-stackable — A design-focused Gutenberg-native block plugin (by Gambit Technologies) — 42 blocks + Global Design System but no form block/webhooks (Kadence has both); compare design controls and plan gates/sales-seedprod — A non-Gutenberg WordPress page/landing-page builder plugin (Theme Builder + coming-soon pages) alternative/sales-vwo — A/B testing and heatmap methodology Kadence lacks natively/sales-audience-growth — Growing an email list (lead magnets, opt-in strategy) behind a Kadence Advanced Form/sales-email-marketing — Email sequences to run after a Kadence form captures the lead/sales-checkout — Checkout/cart strategy beyond Kadence's blocks and Shop Kit/sales-do — Not sure which skill to use? The router matches any sales objective to the right skill. Install: npx skills add sales-skills/sales --skill sales-do -a claude-codeUser: "How do I push Kadence form submissions into my CRM automatically?"
Approach: The Advanced Form webhook is the right surface (it requires Kadence Blocks Pro). On a Kadence Form, open Actions After Submit and check WebHook; on a Kadence Form (Adv), open Submit Actions and add WebHook. A Webhook Settings panel appears — paste your endpoint as the Webhook URL and use Map Fields to bind each form field to the payload key your CRM (or a Zapier/Make "Catch Hook") expects. Test with a temporary URL (e.g. webhook-test.com) before going live. For the exact menu path and field-id format (kadence-form-{id}), see references/kadence-api-reference.md.
User: "TTFB jumped on my WooCommerce store after I started using Kadence Blocks — what's going on?"
Approach: This is almost always dynamic CSS being regenerated per request (class-kadence-blocks-css.php). In Kadence → Settings → General → CSS/JS, set CSS output to External File instead of inline so the stylesheet is generated once and cached, enable the built-in Performance tools, and make sure a page cache is serving the assets. Re-test TTFB. See Troubleshooting and references/platform-guide.md for the full performance checklist.
User: "I want to build a dynamic listing pulling ACF fields into blocks — what tier?"
Approach: Advanced Query Loop and Dynamic Content are Pro — the free plugin can't do them. Kadence Blocks Pro (standalone, or inside the Essentials/Pro/Elite bundles) unlocks them, plus the Design Library and Kadence AI. Warn that Pro-gated features degrade if the license lapses, so test on staging. Confirm current tiers/prices in references/platform-guide.md (pricing is best-effort and annual).
Symptom: Opening a page/post shows a blank editor or nothing loads, intermittently.
Cause: A JavaScript conflict with another plugin, or a stale/partial asset build.
Solution: Update Kadence Blocks and Kadence Blocks Pro to the latest version; hard-refresh and clear browser + page cache; deactivate other editor-heavy plugins one at a time to isolate the conflict; check the browser console for the failing script. Avoid enabling SCRIPT_DEBUG on production — it can expose dev assets and cause its own issues.
Symptom: Slower TTFB or higher server load, especially on high-traffic or WooCommerce pages. Cause: Kadence regenerating dynamic block CSS on every request without caching. Solution: Set CSS output to External File (Kadence → Settings → General → CSS/JS), enable the built-in Performance tools, and ensure a page-cache plugin serves the generated assets. Confirm the CSS class isn't running uncached on every load.
Symptom: Blocks render unstyled/distorted after turning on minify/combine/defer, or your child-theme CSS doesn't appear inside the block editor.
Cause: The optimization plugin is stripping/deferring Kadence's generated CSS/JS, or the editor iframe never loads your stylesheet.
Solution: In the caching/optimization plugin, exclude Kadence's generated CSS/JS handles from minify/combine/defer, then regenerate Kadence's cached CSS and clear caches. For editor styling, enqueue your stylesheet with add_editor_style() (or hook enqueue_block_assets) so it loads inside the editor.
tools
Wizlogo (wizlogo.com) platform help — a budget online logo maker (template/style-variation, marketed as "AI") plus a hub of FREE branding tools (business-name, blog-name and slogan generators, business-card maker, invoice generator, color converter, domain search). The pricing traps: the FREE logo is PERSONAL-USE-ONLY; the two cheap paid tiers are RASTER PNG/JPG only — Single (~€39.99 one-time) and Unlimited (~€3.99 per WEEK, recurring) — and VECTOR (SVG/PDF/EPS) is gated to the ~€299.99 Enterprise tier, which also bundles human designer edits and a social kit. Transparent PNG is on all paid plans. Use when making a Wizlogo logo, understanding free-vs-paid or personal-vs-commercial use, which tier unlocks vector/SVG for print, the weekly-subscription billing trap, its free name/slogan generators, or whether it has an API (UI-only — no public API, webhooks, Zapier or MCP). Do NOT use to just generate the business name (use /sales-namelix) or to compare/validate branding tools (use /sales-idea-validation).
tools
VistaPrint platform help (vistaprint.com, a Cimpress company) — the small-business design + print + digital-marketing platform: a free AI Logomaker (4 generations, 60 more after free sign-up) exporting SVG/PNG/PDF at 4000x4000 with no watermark, a free Brand Kit, business cards/flyers/signage/apparel/promo print, and a website builder. THE RIGHTS TRAP: VistaPrint states NO intellectual-property rights transfer on an AI-generated logo — you get usage rights but CANNOT register it for trademark or copyright; only its human designer service transfers full IP. Use when making a VistaPrint logo, asking if you own or can trademark it, running out of AI logo credits, printed colors not matching the screen, bleed/DPI/font file-prep rejections, or asking whether VistaPrint has an API (the consumer site does not — automation runs through the parent Cimpress Open partner-fulfilment API). Do NOT use for Vista Social scheduling (use /sales-vistasocial) or comparing logo tools market-wide (use /sales-idea-validation).
tools
Turbologo (turbologo.com) platform help — a budget AI/DIY logo maker: enter a business name + industry, pick icons and colors, and it proposes logo concepts you refine in an in-browser editor, then pay a one-time fee to download (designing is free, previews are watermarked, downloading is the paywall). Vector SVG/PDF is gated to the mid tier and up; the top tier adds a brand kit (business cards, letterheads, email signatures, social assets). Use when generating a logo in Turbologo, choosing which download tier to buy, vector SVG vs raster PNG, removing the free watermark, the time-limited edit-after-purchase window, pay-to-download pricing questions, whether an AI logo is yours to trademark, or whether Turbologo has an API to bulk-generate logos (it is UI-only — no public API, webhooks, Zapier, or MCP). Do NOT use to generate the business name (use /sales-namelix), compare or validate branding tools across the market (use /sales-idea-validation), or build wider marketing creative (use /sales-canva).
tools
Online Logo Maker (onlinelogomaker.com) platform help — a long-standing free/freemium DIY logo maker: build the mark yourself from icons, shapes, text, and fonts — MANUAL/template-based, NOT enter-a-name-get-AI-concepts. The free pack downloads a LOW-RES 300px PNG with a background; vector SVG, transparent PNG, and 2000px high-res are gated to a one-time lifetime Premium pack (not a subscription). The free tier's commercial-use rights are disputed by reviewers — clean ownership effectively needs Premium, and a shared-icon mark can be non-distinctive. Use for building/editing a logo here, free download vs Premium, vector SVG or transparent PNG, one-time pricing, commercial-use/trademark terms, near-namesake confusion (NOT LogoMaker.com / LogoMakr / Logomakerr.ai), or whether it has an API (UI-only — no API, webhooks, Zapier, MCP). Do NOT use to generate the business name (use /sales-namelix), compare branding tools across the market (use /sales-idea-validation), or build wider creative (use /sales-canva).