Bricks Builder

Bricks Builder Form data to FunnelKit Automations

This step-by-step guide shows you how to connect your Bricks Builder Forms to FunnelKit Automations. By doing what I show you in this article today, I was able to convert all my FluentForms to Bricks Forms, uninstall FluentForms and now my website loads faster (more on this later). The quick-and-short of how you send your […]

Remove Bricks Header using remove_action

Here is the PHP Code you can copy and paste to remove the Bricks Builder header using a PHP action hook – specifically render_header. In the above code, I am removing the Bricks Header from the Post Types that I use for my Sales Funnels built using the FunnelKit plugin. You just need to add […]

Back to Top button in Bricks Builder

This is the EASIEST way I have found to add a Back to Top button in Bricks Builder. The best thing about the method we use today to add our Return to Top button is that we use the Bricks UI as much as possible. This method requires very little custom code and minimal JavaScript […]

Same Bricks Builder Form on multiple Pages

This article will show you how to add the same Bricks Builder Form to more than one page on your website. The benefit of doing what I will show you in a second is that you can edit your Form in one place and it will update everywhere on your website. This makes managing your […]

Add a Bricks Form in the Gutenberg editor

I want to show you how I create my forms in Bricks Builder and then insert these forms into the content I write using Gutenberg. An example of where I do this on my website is my Newsletter page. On this page, I have a form (1) where users (like you 😛 ) can opt-in […]

Remove Website & Name Fields from Comment Form in Bricks Builder

Here is the code you can copy and paste into your website to remove the Website URL and/or Name field from your Comments form in Bricks. Let’s start with the website URL field… The Video Tutorial Here is a video that shows you how to add the PHP Code from this page into your website, […]

Set a Bricks Builder Template using PHP

This article will show you how to set a Bricks Builder Template for a post or page using PHP. The way we’ll do it is by utilizing the bricks/screen_conditions/scores PHP Filter. You’ll notice that the last word on the end of that filter is “scores”. Bricks has a built-in template scoring system and it uses […]

Add offset to Smooth Scroll in Bricks (for Anchor Links)

Below is the CSS code you can copy and paste into your website to add an offset to the Smooth Scroll feature in Bricks. The code is as follows: This code is taken from my own website and I added it so that my Sticky Header didn’t hide headings when I clicked to go to […]

Hide Bricks Elements using has_blocks()

Using the has_blocks() function inside of Bricks allows you to control the output of elements based on whether or not you’re using Gutenberg or Bricks for the content of your Post / Page. Like most of my tutorials, we’re going to go through a real-world scenario to best explain how (and why) you might want […]

Bricks and Gutenberg content in the SAME Template

This article shows you how to create a Single Post template in Bricks Builder that allows you to use Gutenberg AND Bricks Builder to create your content area. Here’s what we’ll set up in the article and why you might want to do it in your website. We will create a new Single Post template […]