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…
For video tutorial please check my youtube channel Ivan Nugraha
Updated on May 27, 2024
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…
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…
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.
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…
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,…
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…