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

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 Add Confetti Falling Animation to Bricks Builder Form

Have you seen the stuff falling down animation when we upvote ideas on Bricks Builder Idea Page? Their website using javascript library called Confetti Js. Lets try to do the…

Likes
6160

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

How to Add a Country Dropdown List to Bricks Builder Form

To be able to display Country and its region in Dropdown list of Bricks Builder form, first step is to get the data from json file which contain list of…

Likes
6898

Easy social share buttons WordPress without plugin with Example Code

To add button social share on wordpress without plugin you can create custom_social_share_buttons() function in your functions.php file or code snippet plugin. Here is the example for sharing button Facebook,…

Likes
3326

Query Donation History of Give WP for Current User

To query the donation history of Give WP wordpress plugin for the current user, you typically need to access the donation records stored in the database of your WordPress website.…

Likes
7051

How to Query WordPress Json Rest Api or any Website using Bricks Builder

If you are wondering how can you display post or page from other website in wordpress using Bricks Builder, then I will show you some example and code to achieve…

Likes
7824