Import framework files
This page covers the manual setup required when you use the Pixflow Framework through the legacy web workflow.
If you are using the plugin, use the plugin setup wizard instead.
Before importing
Section titled “Before importing”Before changing framework files:
- back up the site
- use staging if possible
- do not mix setup methods on the same project
- keep a rollback option
Vanilla Bricks setup
Section titled “Vanilla Bricks setup”Use this when the site uses native Bricks styles without Core Framework or Advanced Themer.
Pixflow provides:
- Main Pixflow Theme Styles JSON
- Classes JSON
- Variables JSON
- Colour Scheme JSON files
All of them are required.
Import Theme Styles
Section titled “Import Theme Styles”- Open Bricks Builder.
- Open the Style Manager.
- Go to Theme Styles.
- Click Import.
- Upload the Main Pixflow Theme Styles JSON.
- Make sure the Pixflow Theme Style is active.
Import variables, classes, and colour schemes
Section titled “Import variables, classes, and colour schemes”In the Bricks Style Manager:
- Open Variables and import the Pixflow Variables JSON.
- Open Classes and import the Pixflow Classes JSON.
- Open Colors and import every Pixflow Colour Scheme JSON file.
Core Framework setup
Section titled “Core Framework setup”Use this when the site uses Core Framework but you still want the Pixflow Framework output.
Pixflow provides:
- Pixflow
.corefile - Main Pixflow Theme Styles JSON
Both are required.
Import the Core Framework file
Section titled “Import the Core Framework file”- Open Core Framework.
- Go to Manage Project.
- Find the Import section.
- Upload the Pixflow
.corefile. - Choose Overwrite All.
- Save changes.
Import the Bricks Theme Styles
Section titled “Import the Bricks Theme Styles”Core Framework does not replace the required Bricks Theme Styles import.
In Bricks:
- Open the Style Manager.
- Go to Theme Styles.
- Import the Main Pixflow Theme Styles JSON.
- Make sure the Pixflow Theme Style is active.
Advanced Themer setup
Section titled “Advanced Themer setup”Use this when the site uses Advanced Themer and you want the Pixflow Framework output.
Pixflow provides:
- Advanced Themer JSON file
In Advanced Themer:
- Open Global Settings.
- Open Import / Export.
- Find Import Theme Settings.
- Enable only:
- Bricks - Color Palettes
- Bricks - Global Classes
- Bricks - Global CSS Variables
- Bricks - Theme Styles
- Set Overwrite Existing Settings to Yes.
- Choose the provided Advanced Themer JSON file.
- Run the import.
- Save changes.
The Advanced Themer file includes the Pixflow Theme Styles, so a separate Bricks Theme Styles import is not required for this method.
After importing
Section titled “After importing”Before copying or inserting larger layouts, confirm:
- variables are available
- global classes are available
- colour schemes are available
- the correct Theme Style is active
- the front end and builder both show the expected styles
If anything looks incomplete, stop and fix the framework setup before adding more layouts.
Learn