=== Range Slider Addon for ACF ===
Contributors: galaxyweblinks
Donate link: https://www.galaxyweblinks.com
Tags: ACF Field, ACF Range Field, Range Field, Range slider, Min and Max value
Requires at least: 4.9
Tested up to: 6.8
Requires PHP: 7.4
Stable tag: 1.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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.

== Description ==
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'); 

2. To get range min value 
get_field('field_name')['min'];

3. To get range Max value
get_field('field_name')['max'];		

Here’s a link to the documentation for the plugin. This will help you learn more about its features and how to use it.
<strong>[Documentation](https://wp-plugins.galaxyweblinks.com/wp-plugins/range-slider-addon-for-acf/doc/)</strong>
For any feedback or queries regarding this plugin, please contact our [Support team](https://wp-plugins.galaxyweblinks.com/contact/).

== Installation ==

This plugin can be installed directly from your site.
1. Log in and navigate to _Plugins → Add New.
2. Type "Range Slider Addon for ACF" into the Search and hit Enter.
3. Locate the Range Slider Addon for ACF plugin in the list of search results and click install now.
4. Once installed, click the Activate link.

It can also be installed manually.

1. Download the Range Slider Addon for ACF plugin from WordPress.org.
2. Unzip the package and move it to your plugins directory.
3. Log into WordPress and navigate to the Plugins screen.
4. Locate the Range Slider Addon for ACF in the list and click the Activate link.

== Frequently Asked Questions ==

= Do I need a specific theme to use this plugin? =

All themes work fine with Range Slider ACF.

= Is Advanced Custom Fields required to use this plugin?

Yes Advanced Custom Fields or Advanced Custom Fields Pro is required to uses this plugin.


== Screenshots ==

1. ACF Range Slider Menu
2. Range Field


== Changelog ==

= 1.4 =
Stable Release

= 1.3 =
Stable Release

= 1.2 =
Stable Release

= 1.1 =
Stable Release

= 1.0 =
First Stable Release


== Upgrade Notice ==

= 1.4 =
Stable Release

= 1.3 =
Stable Release

= 1.2 =
Stable Release

= 1.1 =
Stable Release

= 1.0 =
First Stable Release
