WordPress glossary without plugin x Bricks Builder

I am using Tippi.js to make tooltip faster and its support ajax. Add this code to enqueue the files and to run ajax. Then add this code below to scan…

Likes
1927

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

WordPress Post Views Count without Plugin (Works with Bricks Builder too)

Adding and displaying post view counts in WordPress and Bricks Builder is a great way to measure the popularity of your content and engage your audience. By tracking how many…

Likes
5873

How to Check Visitor Country on Bricks Builder

Here is how to check website visitor on wordpress then use it as conditional logic to show and hide element based on their country. In this case, i will use…

Likes
5509

Bricks Builder | Enqueue CSS and Javascript Files

This code below will load files in Canvas and Frontend. Usually this is the mostly used for enqueueing css and js files.

Likes
5374

Bricks Builder Usefull Snippet

Bricks Builder collection of hook snippet. Filter to add HTML attributes to the body tag Filter to add HTML attributes to the header tag Filter to add HTML attributes to the footer tag Filter to add…

Likes
5449