Premium add-on for Bricks Builder

[WooCommerce + Bricks] Creates free shipping notification bar

BricksUltimate added the Free Shipping Notice element which is creating the free shipping notification bar on your WooCommerse shop site. It is coming with two inbuilt sub-elements: Free Shipping Notice and Free Shipping Bar. You can also display the custom message with the Bricks element and avoid those two sub-elements. Activate Free Shipping Notice Login to your dashboard, go to Bricks -> BricksUltimate -> Misc Tab page and activate the Free Shipping Notice feature. After this, you will open the bricks builder editor. You get two elements under Free Shipping…

Mini Cart automatically pops out after a product is added to the cart

Bricks builder has a native element for the mini cart feature. In this tutorial, I am showing you how the mini cart box pops out automatically after adding a product to the cart. Login to your Dashboard and go to Bricks -> Settings -> Custom Code tab. Enter the following JS code in the Body (footer) scripts textbox. Or you can create a separate JS file, put the code into the JS file and save it in the child theme folder. Then you will enqueue this JS file with wp_enqueue_scripts…

Add the term’s latest post featured image to the background

You make a terms list with the terms query loop builder and want to add the featured image of the latest post to the container background. In this tutorial, I shall show how you will fetch the featured image of the latest post of a term and add it to the container background.

Excluding current term(s) from terms query loop

How do you exclude the current term(s) from the terms query loop? In this tutorial, I am sharing the snippets.

Adds Admin Bar in Builder Editor

Bricks builder removed the Admin bar from the builder editor. If you want, you can add it with custom PHP code. In this tutorial, I shared the code.

Removes Share Icon from Bricks lightbox

The bricks builder is using the Photoswipe JS library for the image lightbox and it is adding the social share button. 3 ways you can remove this share option.

Display All Sticky Posts with Query Loop

How do you display the sticky posts with the query loop builder? In this tutorial, I am showing you how you can get it with the query loop builder.

Creates Product Upsells Section with Query Loop Builder

As per request, the BricksUltimate add-on created a custom provider for the query loop builder and you can make the upsells products list with the loop builder. Preview Step 1: Linked Upsells Products At first, we shall link the upsells product to a product from the dashboard.1. Login to your dashboard and add/edit a product.2. Click on the “Linked Products” tab3. Add some products in upsells input box4. Save the post Step 2: Make List with Query Loop Navigate to Bricks -> BricksUltimate -> MISC tab and enable the “Ultimate…

Creates Author Box with Query Loop Builder

The BricksUltimate add-on is providing the custom provider for Query Loop builder. With this provider, you can easily and quickly build the author box section for your blog posts or another post type. It is giving flexibility and you will get full control of your content.Step 1: Log in to your Dashboard and go to Bricks->BricksUltimte settings page. Click on the MISC tab and enable the “Ultimate Query Builder” feature.Step 2: Setup the query provider in this way1. Open the builder editor and add the Container element.2. Enable the “Use Query Loop” control option, you’ll…

Show a fallback image if the featured image is missing

We are showing the featured image with Bricks image element. But there has no placeholder image option and we are unable to display a fallback image if the featured image is missing. In this tutorial, I am showing you how you can display a fallback image.