Your facts:
- Bricks loads fine.
- Most pages work.
- 404 page doesn’t render.
- Pages using “Standard Page” template don’t render properly.
- You already:
- Reinstalled Bricks.
- Switched off Polylang (problem persists).
- Verified functions.php is now fine.
- Know it’s not ACF (fields render fine elsewhere).
Here’s what matters now — no loops, no bullshit:
🔎 Diagnostic: What does render instead of the expected content?
For each broken page:
- Is it a blank page (white)?
- Is there any HTML output? Right-click → View Source
- Does Bricks CSS/JS load at all (
/bricks-assets/)? - Does the
<body>havedata-bricksin it?
→ These confirm if Bricks is rendering at all or WordPress is bypassing the theme logic.
🧪 Test: Create a dummy template
- Bricks → Templates → Add New
- Type: Template
- Condition:
Include → Page → All - Content: just write “BRICKS TEMPLATE WORKING” in a Section
- Set it to priority 99

