We are increasing the price on 14th may 2024. 

Premium add-on for Bricks Builder

Creating a custom Add To Cart button layout

Someone asked me how we shall create the above Add To Cart button layout in Bricks. BricksUltimate addon implemented this layout in its’ own Add To Cart element.Step 1: You need the BricksUltimate 1.0.9 or later version.Step 2: Open the builder editor, select the Add To Cart element and enable the “Quantity Text” option Step 3: The default text is Quantity. But you can enter the custom text instead of the default text.Step 4: Adjust the default layout style like font size, color, border color, etc. All are available inside…

Continue Reading

Show Product Filters Inside the Off-Canvas for Tablet/Mobile

Someone asked me this question how he will show the product filters inside the BricksUltimate’s Off-Canvas element for tablet/mobile(without duplicate product filters element)? In this tutorial, I am providing a simple solution for it.Step 1: Make a product listing template for shop and/or archive pages. I created the two columns layout. I put the product filters on the left side and the products on the right side. Step 2: Add the filter icon with the help of the Icon element and put it in the left side column. Hide the…

Continue Reading

[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…

Continue Reading

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…

Continue Reading

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.

Continue Reading

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.

Continue Reading

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.

Continue Reading

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.

Continue Reading

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.

Continue Reading

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…

Continue Reading