Cookie Consent for Brizy
Built for Your Page Builder
Brizy does not include a cookie banner. Add one in under 3 minutes with a single script tag — right from the Brizy editor or your WordPress dashboard.
Why Does Your Brizy Site Need a Cookie Banner?
Brizy makes it easy to build beautiful pages. It does not make you compliant with privacy laws. That part is on you.
Your Brizy site already tracks visitors
Google Analytics, Facebook Pixel, HotJar, embedded YouTube videos — Brizy makes it easy to add these. Each one sets cookies the moment a visitor lands on your page.
Privacy laws apply to page-builder sites too
GDPR, PIPEDA, and CCPA do not care whether you built your site in Brizy, Elementor, or raw HTML. If you collect data from EU, Canadian, or Californian visitors, you need consent.
Brizy has no built-in cookie consent
Unlike some enterprise platforms, Brizy does not ship a native cookie banner. You need an external solution — and most WordPress cookie plugins add bloat that fights with the page builder runtime.
How to Add a Cookie Banner to Brizy
Brizy runs on WordPress, so every standard WordPress method works. Method 1 is native to the page builder. Methods 2 and 3 bypass it entirely.
Brizy HTML Widget (Page Builder Method)
Stay inside the Brizy editor. Drag an HTML element into your Global Header block and paste the script. It will appear on every page without touching any files.
<!-- Inside a Brizy HTML element (Global Header) --> <script src="https://cdn.cookie-banner.ca/banner.js" data-site-id="YOUR_SITE_ID" defer> </script>
- Open the Brizy editor on any page
- Navigate to your Global Header block (or create one)
- Drag an HTML element into the header
- Paste the script tag inside the HTML element
- Save and publish
- Stays inside the Brizy visual editor
- Visible in the Global Blocks panel
- No file editing or extra plugins
- Must use a Global Block for site-wide coverage
WordPress functions.php
Add the script to your child theme. This bypasses the page builder entirely and loads the banner directly from WordPress — the fastest option.
// Add to your child theme's functions.php
function add_cookie_banner_script() {
?>
<script
src="https://cdn.cookie-banner.ca/banner.js"
data-site-id="YOUR_SITE_ID"
defer>
</script>
<?php
}
add_action('wp_head', 'add_cookie_banner_script');- Open Appearance > Theme File Editor in your WordPress dashboard
- Select your child theme's functions.php
- Paste the code at the bottom of the file
- Click Update File
- Best performance — no plugin overhead
- Loads on every page automatically
- Survives Brizy plugin updates
- Requires a child theme or code-snippets plugin
Header / Footer Plugin (WPCode)
Install a free header/footer plugin, paste the script into the Header section, and you are done. Zero file editing.
<!-- Paste into the "Header Scripts" field --> <script src="https://cdn.cookie-banner.ca/banner.js" data-site-id="YOUR_SITE_ID" defer> </script>
- Install "WPCode" from the WordPress plugin directory
- Go to Code Snippets > Header & Footer
- Paste the script into the Header section
- Click Save Changes
- No file editing required
- Survives theme and Brizy updates
- Beginner-friendly
- Requires one additional lightweight plugin
What Brizy Features Does It Work With?
The banner is a standalone script tag. It does not interfere with any Brizy feature because it runs outside the page builder runtime.
Global Blocks
Place the HTML widget in a Global Block. It appears on every page you assign the block to.
Popups & Overlays
The banner renders at the viewport level, so it layers correctly above Brizy popups and slide-ins.
Brizy Cloud & Self-Hosted
Works on Brizy Cloud sites and self-hosted Brizy-on-WordPress installations.
Dynamic Content
The banner loads independently of Brizy dynamic content. No conflicts with conditional display rules.
Caching & CDN
Fully compatible with WP Rocket, LiteSpeed Cache, Cloudflare, and any CDN you run in front of WordPress.
Multi-Language (WPML / Polylang)
The banner auto-detects visitor language. No extra configuration needed for translated Brizy pages.
Brizy Cookie Consent FAQ
Answers to common questions about adding cookie consent to Brizy-powered WordPress sites.
Your Brizy Site Deserves Better Than a Bloated Plugin
Build your cookie banner in the visual editor. Paste 1 script tag into your Brizy site. Done. Under 10 KB, $99 one-time, no subscription.