Bricks and Gutenberg content in the SAME Template
March 18, 2023
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…
Read MoreBricks Builder: Conditions based on Post Type
March 8, 2023
To show and hide elements in Bricks Builder based on Post Type conditions, you need to combine the native WordPress get_post_type() function with the Bricks Builder "echo" feature available in the Conditional Logic builder. Did that scare you? Don't worry! It's actually extremely easy to do! I'll also give you the exact PHP code you…
Read MoreHow to use BEM in Bricks Builder (with Examples)
March 7, 2023
In this post, I detail all the tips and tricks I've learnt while integrating the BEM methodology into the websites I build using Bricks Builder so that you can learn from my mistakes. I will add to this article as I learn more about how it works and some of the best ways I've found…
Read MoreBricks Builder: Show/Hide elements based on Business Opening Hours
February 2, 2023
Here is how you can Show and Hide elements on the Page based on whether or not your Business is currently OPEN or CLOSED. The more robust solution For a more thorough solution, I put together this video below where I go through coding this. The video is below and you can grab all the…
Read MoreBricks Builder: Display “You Save x%” in the Shop Loop | WooCommerce
February 1, 2023
Here's how to show a "you save X% in" in the WooCommerce shop loop when using Bricks Builder. VIDEO: The Video Tutorial Here is my YouTube video that shows you how to set this up. The PHP code And here is the code that we go through in the video.
Read MoreTable of Contents to Bricks Builder 2023 – Copy & Paste THIS code
July 28, 2022
I wanted a way to add a Table of Contents to WordPress that made the usability of the website much better. Easy right? Well, I couldn't find it in the plugin and so I went searching and decided on the below code. This Code I pieced together this Table of Contents from a few different…
Read MoreShow Posts as a Table with Filters (WordPress Archive)
July 20, 2022
This post will show you how to show your WordPress Blog Posts and a Table with a filter without using jQuery. I originally found the code at this link here and I adapted it to meet my needs. VIDEO Tutorial Shortcode CSS JS PHP: Posts per page
Read MoreReading Progress Bar to WordPress in 30 seconds! (EASY Method)
July 16, 2022
HTML element JS and CSS
Read MoreBricks Builder: Check if Bricks editor is Active (using PHP)
July 15, 2022
Here's the PHP conditional you need to check if the Bricks Builder editor is Active and in editing mode. The PHP Code: bricks_is_builder() The PHP conditional you're looking for to check if the Bricks editor is active is... TIPS! Important things about this function Here are the main points I've come up with that I…
Read MoreBricks Builder: Conditional Logic (show / hide elements on the page) PHP METHOD
July 11, 2022
I STRUGGLED more than I should have with the new Conditional Logic feature introduced in Bricks version 1.5 and this article will show you EXACTLY how to use this new feature in the EASIEST way possible. I'll also be showing you all the mistakes I made myself setting this up (so you don't make them…
Read More