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.
UPDATE 25 May 2024 There is new simple method to query ACF Gallery Field in Bricks Builder. You can choose Query Editor in Query Option. And make sure to set…
Add the JavaScript code snippet provided below to your website's footer. This code utilizes the Splide.js library to enable auto-scrolling functionality for your sliders. 'ccklkt' is nestable slider element id.
First step is to add Custom Options to Query Tipe using WP hook bricks/setup/control_options like: We need to return a custom query result, using bricks/query/run. The callback function receives the…