Skip to content

Cloudflare Zaraz Causing WPBakery Page Builder to Stop Working (Fix)

by Yaron Elharar (@YaronElharar)

After creating a cookie consent form Cloudflare Zaraz the WPBakery Page Builder stops working. That means if you try to click on any element to add it does not work and errors will appear in the console.

To make the WPBakery work again, you will need to exclude Zaraz from activating in the WordPress administration area, You can do that using Cloudflare Configuration Rule

Once you’re in the configuration rule:

  1. Give a title that is relevant to your rule. In my case I used, “Disable Zaraz when in admin area”
  2. Select the option of “Custom filter expression”
  3. In the when incoming requests match field select cookie > contains > wordpress_logged_in_
    This is a partial name of one of the cookies that the logged-in WordPress user receives.
  4. Scroll a bit down and click add in the Disable Zaraz option.
  5. Save
  6. Go to your website and check WPBakery, It should now work properly.

Now, each time Cloudflare identifies a logged in user, it will Disable Zaraz. Returning WPBakery to its normal functionality.

Back To Top
Skip to content