Filter: bricks/element/render_attributes use case

This filter can be use to manipulating HTML attributes for specific elements. Sourcehttps://www.bricksultimate.com/add-aria-label-attribute-to-mini-cart-link/

Likes
963

A-Z listing using Bricks Builder filter in wordpress 

Creating an A-Z listing in WordPress using Bricks Builder can be a great way to organize posts, especially for content-heavy websites. In this article, we’ll cover how to implement an…

Likes
2371

WordPress Query Menu Navigations in Bricks Builder

This post is baed on code share by deyril_support on https://forum.bricksbuilder.io/t/solved-custom-query-for-nav-menus/26250/4. In this article, we’ll explore how to create a custom query type for WordPress menu items using the Bricks…

Likes
2457

Get index number in Bricks Builder Query Loop

Put this code below into functions.php file or snippet plugin. Then use dynamic data in element setting custom attribute value.

Likes
5513

Bulk Upload Custom Font or Google Font in Bricks Builder

Use this code to add function to bulk upload custom font in Bricks Builder. Download google font font from https://gwfh.mranftl.com/fonts 1. enqueue_media_uploader This function enqueues the WordPress media uploader script,…

Likes
5842

Add dismissible alert element In Bricks Builder Programmatically

Add dismissible alert element In Bricks Builder Programmatically using cookies. First step is to add class name to alert element. The important things is all alert element has same prefix class name…

Likes
6796

Display Google Place Data in WordPress using Google Place Api in Bricks Builder

Integrating the Google Places API into your WordPress site can significantly enhance your content by displaying detailed information about specific locations. Bricks Builder, a powerful visual page builder for WordPress,…

Likes
6544

How to Show or Hide Menu Item Programmatically in WordPress without Plugin

This code snippet below is for adding custom fields to WordPress menu items based on login status. When editing a menu item in the WordPress admin, this function inserts a…

Likes
6019