WP Manifestindependent plugin directory
manifest / content / acf-double-range

ACF Double Range Field

A professional double (min–max) range slider field type for Advanced Custom Fields.

by Andrei Balaianu · github.com/balaianu/acf-double-range · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/balaianu/acf-double-range/archive/refs/heads/master.zip

Also on Packagist as balaianu/acf-double-range:

composer require balaianu/acf-double-range

From the readme

ACF Double Range Field The ACF Double Range Field extends Advanced Custom Fields by introducing a modern and flexible min–max slider input type. Designed for precision, clarity, and responsiveness, it integrates seamlessly within both the block editor and the classic WordPress experience. Overview This plugin provides a clean and intuitive interface for selecting numeric ranges. It combines two synchronized number inputs with a dual-handle slider, offering developers and content editors a more refined way to define numeric intervals. Key use cases include pricing filters, score ranges, percentage thresholds, or any configuration that requires both a minimum and maximum value. Features Fully compatible with ACF Free and ACF PRO (6.0+) Real-time synchronization between slider and numeric inputs Smooth cursor behavior and precision typing Configurable limits for min, max, and step values Adaptive layout for both block editor and sidebar views Lightweight implementation with no external dependencies Built on WordPress core’s native jQuery UI Slider Installation Using Composer (recommended) Install the plugin directly from your project’s root directory: Ensure your envi

Read the full README on GitHub →