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