Category: Bricks Builder

With articles also related to:

Aleš Sýkora wrote:

ACF Gallery in Bricks Loop

February 26, 2024 in ACF, Bricks Builder, Custom Code, Plugins, WordPress

If you want to build your own gallery layout and you want to be completely free of Bricks Gallery block, then you may need to use custom query.

Continue reading

Aleš Sýkora wrote:

Bricks Builder: ACF True/false in conditions

February 5, 2024 in Bricks Builder, Custom Code, Plugins, WordPress

If you want to use ACF True/False field in conditions for display/hide Bricks Builder modules you need to know something…

Continue reading

Aleš Sýkora wrote:

Bricks Builder: WP Grid Builder facets not working

January 12, 2024 in Bricks Builder, Plugins, WordPress, WP Grid Builder

Quick advice from my mistakes when setting up Bricks + WP Grid Builder.

Continue reading

Aleš Sýkora wrote:

Display the content of a parent post in a child post using Bricks Builder

January 5, 2024 in Bricks Builder, Custom Code, WordPress

In this tutorial, you will learn, how to display content of parent post on it’s child post page. It is not a normal scenario, however, sometimes is needed.

Continue reading

Aleš Sýkora wrote:

Display Bricks element if is_page or is_archive or is_single

January 5, 2024 in Bricks Builder, Custom Code, Plugins, WordPress

Use global reusable templates and change the content with determitaion functions.

Continue reading

Aleš Sýkora wrote:

Get only sticky posts in Bricks query builder

December 6, 2023 in Bricks Builder, Plugins, WordPress

If you need to query ONLY sticky (featured) WordPress posts with Bricks builder, here is how to do it. 1) You should know how it works in WP Query Here is how you construct WP Query to get sticky posts: 2) Use the Query editor in Bricks Builder Now you can use the knowledge in…

Continue reading

Aleš Sýkora wrote:

Load more button for Bricks Gallery and Limiting the Number of Displayed Images

December 6, 2023 in Bricks Builder, Custom Code, Plugins, WordPress

If you like to hide your Bricks Builder gallery until user click on show more button, let’s do it! Step 1: Structuring the Gallery Ensure your gallery in Bricks Builder is structured with a specific class, like .product__gallery. By default, each image item has a consistent class .bricks-layout-item. Just ensure if it doesn’t changed in…

Continue reading

Aleš Sýkora wrote:

Bricks builder WooCommerce Queries

November 28, 2023 in Bricks Builder, Custom Code, Plugins, WooCommerce, WordPress

WooCommerce TOP selling products query in Bricks You need to use Query editor for this and add this code: WooCommerce Featured products query in Bricks To display featured products only, use this in your Query Loop: Retrieve WooCommerce “NEW” products added not more than 30 days ago Bricks builder currently lacks the Date Query, however,…

Continue reading

Aleš Sýkora wrote:

WooCommerce gallery in Bricks dynamic data

December 6, 2023 in Bricks Builder, Custom Code, Plugins, WooCommerce, WordPress

If you would like to use WooCommerce product gallery images in Bricks dynamic data – for example with Gallery module, then you find, that there is no option for that. The solution is simple – create custom function to get the images and then call it with echo. This can be used for Bricks carousel…

Continue reading

Aleš Sýkora wrote:

Bricks: wp_body_open and wp_footer don’t work

January 17, 2024 in Bricks Builder, Plugins, WordPress

Bricks builder doesn’t work with wp_body_open and wp_footer actions. You need to use custom actions instead.

Continue reading