Category: Bricks Builder
With 208 articles also related to:
Aleš Sýkora wrote:
Bricks: Query Filters doesn’t work with WP ASE Disable Rest API Option
October 23, 2024 in Bricks Builder, Plugins, WordPress, WP ASE
When using query filters in Bricks Builder for WordPress, it is crucial to ensure that the REST API remains enabled if you have the WP Admin Site Enhancements (WP ASE) plugin activated.
Aleš Sýkora wrote:
Bricks: How to load Animate On Scroll library properly in Builder
September 20, 2024 in Bricks Builder, Uncategorized
If you use the AOS scripts and you want them to load in Bricks Builder, you must use the functions.php.
Aleš Sýkora wrote:
Bricks: Display Current User Posts
August 27, 2024 in Bricks Builder, Custom Code
You will learn, how to create “my posts” query in Bricks builder.
Aleš Sýkora wrote:
Bricks: Auto scroll to active Tab ─ Tabs Nestable element
May 3, 2024 in Bricks Builder, Custom Code, WordPress
If you want your browser to autoscroll to the tab content when user click on Tab nestable title (especially in mobile view) you will need to add some javascript to your page. I use Code Block to add this code only where I need it. Here is the code to insert into Bricks Code Block:…
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.
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…
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.
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.
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.
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…