Pixflow plugin is availableView changelog
22 new items droppedView changelog
Style generator is now liveTry it out

2. Using Pixflow Layouts & Components

Pixflow layouts and components are designed to be used directly inside Bricks Builder, producing native, editable Bricks elements with no exports, ZIP files, or proprietary wrappers.

This document explains:

  • The two supported ways to use Pixflow assets
  • How framework choice affects copying
  • What is and is not supported
  • When Pixflow framework styles are required

Two Supported Ways to Use Pixflow Assets

Pixflow layouts and components can be used in two intentional and supported workflows:

1. Remote Templates (Bricks Builder)

Paid plans · Whitelisted domains · Pixflow framework only

2. Copy & Paste from the Pixflow Website

Free & paid plans · Framework mapping supported

Both workflows insert native Bricks elements, but they behave differently and support different framework strategies.

Workflow A: Using Pixflow via Remote Templates (Paid Plans)

Remote Templates allow you to browse and insert Pixflow layouts and components directly inside Bricks Builder.

Requirements

All of the following must be true:

  • You are on a paid Pixflow plan
  • You are using Bricks Builder
  • Each site domain is whitelisted in your Pixflow dashboard
  • Pixflow framework styles are installed

⚠️ Remote Templates always use the Pixflow framework
Framework mapping is not supported for remote templates.

If Pixflow styles are not installed, imported layouts will be missing variables, classes, and design tokens.

Step 1: Whitelist Your Site Domain

(Pixflow Dashboard)

  1. Log in to your Pixflow account
  2. Go to Dashboard → Domains
  3. Enter the domain of each Bricks site
    • Do not include http:// or https://
    • Subdomains are allowed but count separately
  4. Click Save

Once saved:

  • The domain is authorised
  • Remote Templates become available on that site
  • Access is enforced based on your plan limits

Step 2: Add Pixflow as a Remote Template Source

(Bricks Builder)

  1. In WordPress admin, go to Bricks → Settings → Templates
  2. Scroll to Remote Templates
  3. Add:
    • Name: Pixflow
    • URL: https://remote.pixflow.dev
    • Password: leave blank
  4. Click Save Changes

Important: The URL must use https, not http.

Pixflow will now appear as a selectable source inside Bricks.

Step 3: Browsing & Importing Templates in Bricks

  1. Open Bricks Builder
  2. Open the Templates panel
  3. Select Pixflow from the Remote Templates source dropdown
  4. Browse layouts and components
  5. Insert directly into the page

Imported assets are:

  • Native Bricks elements
  • Fully editable
  • Not locked or encoded
  • Independent after insertion
  • Not synced after import

Workflow B: Copying from the Pixflow Website

(Free & Paid Plans)

Pixflow also supports copying layouts and components from the website and pasting them into Bricks Builder.

This workflow:

  • Does not require Remote Templates
  • Works for free and paid users (with feature limits)
  • Supports framework mapping
  • Is ideal for testing, experimentation, and flexible reuse

Framework Choice When Copying

When copying from the Pixflow website, you can choose how variables are handled before copying.

Available options include:

  • Pixflow Framework
    Uses Pixflow’s native variables
    → Requires Pixflow framework styles to be installed
  • Framework Mapping
    Rewrites variables at copy time to match:
    • ACSS
    • Advanced Themer
    • Core Framework
    • Raw CSS

→ Does not require Pixflow framework styles

⚠️ Framework mapping applies only to copy & paste
Remote Templates always use the Pixflow framework.

The selected framework affects only the copied output, not Pixflow’s stored layouts.

Copy Methods Explained

Pixflow provides two copy methods, each with a specific purpose.

Quick Copy

Available to:

  • Free users (free items only)
  • All paid users

What it does:

  • Copies the layout or component exactly as-is
  • Preserves the default BEM class structure

Example:

.content-1
.content-1__container
.content-1__img

Best for:

  • Fast reuse
  • Minimal customisation
  • Dropping layouts into existing pages

Rename & Copy

(Paid Plans Only)

What it does:

  • Copies the layout or component
  • Renames the entire BEM block to a user-defined class
  • Automatically updates all child element classes

Example:

Original:

.content-1
.content-1__container
.content-1__img

Renamed:

.custom-class
.custom-class__container
.custom-class__img

Best for:

  • Creating independent variants
  • Avoiding class collisions
  • Heavy customisation

No manual renaming is required.
Structural integrity is preserved automatically.

Important Notes on Copying

Regardless of copy method:

  • Only the BEM block and its elements are renamed
  • Global utility classes are not affected
  • Layout structure remains intact
  • Output is always native Bricks elements

Framework-specific behaviour:

  • Pixflow framework selected:
    Pixflow styles must be installed
  • Mapped framework selected:
    Pixflow styles are not required
    Variables are rewritten at copy time

Plan-Based Feature Summary

FeatureFreePaid
Browse library on websitecheck-iconcheck-icon
Quick Copy (free items)check-iconcheck-icon
Rename & Copyx-iconcheck-icon
Remote Templates in Bricksx-iconcheck-icon
Domain whitelistingx-iconcheck-icon

Key Principles of the Pixflow Workflow

  • One canonical layout source
  • Native Bricks output only
  • BEM-safe reuse
  • Framework flexibility when copying
  • Plan-based access control
  • No file downloads or exports

Summary

Pixflow supports two intentional workflows:

  • Remote Templates
    Structured, scalable, Pixflow-framework-based projects
  • Copy & Paste
    Flexible usage with optional framework mapping

Choose the workflow and framework strategy that fits your project — Pixflow adapts at the point of use.

Hidden
Contents