Remove Bricks Header using remove_action
April 27, 2023
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…
Read MoreBack to Top button in Bricks Builder
April 13, 2023
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…
Read MoreBricks Builder Form data to FunnelKit Automations
April 5, 2023
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…
Read MoreSame Bricks Builder Form on multiple Pages
April 3, 2023
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…
Read MoreAdd a Bricks Form in the Gutenberg editor
April 3, 2023
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 :P ) can opt-in…
Read MoreRemove Website & Name Fields from Comment Form in Bricks Builder
April 2, 2023
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,…
Read MoreSet a Bricks Builder Template using PHP
March 24, 2023
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…
Read MoreRedirect WordPress Dashboard to a custom URL for Admins
March 22, 2023
Here is the PHP code I use to redirect to a custom WordPress Admin Page when I log into WordPress as an Administrator. Add this in functions.php or wherever else you add PHP code snippets (using WPCodeBox etc). But the above PHP code isn't going to be very useful if you don't know how to…
Read MoreAdd offset to Smooth Scroll in Bricks (for Anchor Links)
March 19, 2023
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…
Read MoreHide Bricks Elements using has_blocks()
March 19, 2023
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…
Read More