How to use:
1. Paste your HTML/CSS/JS (or use ⚡ Smart Split if mixed)
2. Click ▶ Run Code to preview
3. Click Copy Bricks Structure
4. Inside Bricks Builder press Ctrl+V to paste
⚠️ HTTP 500 Error on Bricks Save?
This is a server-side PHP limit. Fix it by adding
these lines to your wp-config.php or .htaccess:
# In .htaccess:
php_value max_input_vars 10000
php_value post_max_size 64M
php_value max_execution_time 120
// OR in wp-config.php:
@ini_set('max_input_vars', 10000);
🎨 Icon Libraries in Bricks:
Icons are exported as CSS classes. To display
them, add the library CDN to:
Bricks → Settings → Custom Code → Header Scripts
Example for Font Awesome:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">