How to Make Auto Scrolling Bricks Builder Nestable Slider

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.

Likes
6714

Responsive Preview Iframe with Icon in WordPress

Here's a step-by-step guide on how to implement this functionality using custom JavaScript and WordPress hooks. Before implementing the functionality, identify the custom post type where you want to apply…

Likes
5283

Allow custom function to be executed Bricks Builder

Starting at Bricks 1.9.7, you must explicitly allow any function names you want to call via Bricks’ dynamic data echo tag using the new bricks/code/echo_function_names filter. You can add this…

Likes
6714

Display Woocommerce Product Image using Nestable Slider in Bricks Builder

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…

Likes
6618

Create Nice WordPress Ajax Custom Form Login using Modal

WordPress offers a flexible platform for website development, including user authentication and login systems. In this tutorial, we'll create a custom login form integrated with AJAX, allowing for smoother user…

Likes
7367

Browser Caching with CyberPanel and OpenLiteSpeed

The provided code snippet defines a context block that matches specific file extensions (e.g., woff, woff2, jpg, jpeg, png, css, js, ttf). Within this context, it sets the Cache-control header…

Likes
3783

Create Simple Booking Form in Bricks Builder

Create CPT called “Booking” and create custom field text type, name it Booking Date (slug is booking_date). Then create form in Bricks Builder with a date picker field. We are…

Likes
4110

Enhance Your WordPress Posts with Reading Time using ACF Fields

Adding a reading time estimate can give your readers an idea of what to expect and help them manage their time better. In this article, I'll explore how to automatically…

Likes
5969