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

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

Fix Bricks Filter Experimental Feature Issue on Nestable Slider

If you experience bug where the Query Loop inside Nestable Slider doenst work when you use ajax filter element, you might try to use this javascript code.

Likes
4984

Adding class name to wordpress menu link on scroll with javascript

To begin, we target all navigation links within the WordPress theme using JavaScript. These links typically have the class .nav-link and represent the various sections of the website. We then…

Likes
6102

Implementing Popup Display Upon Successful Form Submission with Bricks Builder

Create your popup template, ensuring to establish conditions for its display where the template form is loaded. Then add the following JavaScript code within a designated either by code element,…

Likes
5472

Enqueueing Scripts and Styles in a WordPress Child Theme

When customizing a WordPress theme, properly enqueuing scripts and styles is crucial for maintaining code organization and performance. This ensures that assets are loaded efficiently and only when needed. Enqueuing…

Likes
6205