Range slider Addon for ACF

Plugin demo instructions and functionality described how to use the plugin using each functionality please check ahead for the more scroll it to down.

Documentation

Please see the documentation of the “Range Slider Addon for ACF” plugin.

Overview

range-slider-addons-for-acf

This plugin provides an option in the backend to add a number range slider as an ACF field. It allow to set range by selecting min and max number.

Important Note: Range Slider Addon for ACF is built on top of Advanced Custom Fields. This plugin requires ACF plugin to function. Make sure you have ACF installed and activated.

Access the range values from an array.
For example-
1. To get range array
get_field(‘field_name’);

  1. To get range min value
    get_field(‘field_name’)[‘min’];

  2. To get range Max value
    get_field(‘field_name’)[‘max’];

Getting Started

Requirements –

To get the best experience with this Range Slider Addon for ACF plugin, we recommend the following:

PHP  7.4 or later
MySQL 5.6 or later

WordPress 4.7 or later

To be sure about the above requirements, contact your hosting vendor.

Installation & Activation –

This content explains how to install the plugin and get it working.

This plugin can be installed directly from your site.

  • Log in and navigate to Plugins  Add New.
  • Type “Range Slider Addon for ACF” into the Search and hit Enter.
  • Locate the Range Slider Addon for ACF plugin in the list of search results and click Install now.
  • Once installed, click the Activate link.


It can also be installed manually.

  • Download the Range Slider Addon for ACF plugin from WordPress.org.
  • Unzip the package and move it to your plugins directory.
  • Login to the WordPress and navigate to the Plugins screen.
  • Locate the Range Slider Addon for ACF in the list and click the Activate link.

Settings

Backend Settings :

Add New Field Group ‹ Galaxy Plugins — WordPress

Reviews Range Slider Addon for ACF

We hope you enjoy using the Range Slider Addon for ACF. Please note that we are always trying to improve it.

Add Review

Thanks so much in advance!

FAQs

Q. Do I need a specific theme to use this plugin?
Ans. All themes work fine with Range Slider ACF.
Q. Is Advanced Custom Fields required to use this plugin?
Ans. Yes Advanced Custom Fields or Advanced Custom Fields Pro is required to uses this plugin.