설명
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.
For any Feedback and Queries please contact vivek.jha@galaxyweblinks.com
Access the range values from an array.
For example-
1. To get range array
get_field(‘field_name’);
-
To get range min value
get_field(‘field_name’)[‘min’]; -
To get range Max value
get_field(‘field_name’)[‘max’];
스크린샷
설치
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.
- Download the Range Slider Addon for ACF plugin from WordPress.org.
- Unzip the package and move it to your plugins directory.
- Log into WordPress and navigate to the Plugins screen.
- Locate the Range Slider Addon for ACF in the list and click the Activate link.
FAQ
-
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.
후기
이 플러그인에 대한 평가가 없습니다.
기여자 & 개발자
자국어로 “Range Slider Addon for ACF”(을)를 번역하세요.
개발에 관심이 있으십니까?
변경이력
1.2
Stable Release
1.1
Stable Release
1.0
First Stable Release