Title: Advanced Custom Fields: Range Field
Author: Viktor Solovej
Published: <strong>23 dezembro, 2013</strong>
Last modified: 30 agosto, 2014

---

Pesquisar plugins

Este plugin **não foi testado com os 3 lançamentos principais mais recentes do WordPress**.
Ele pode não ser mais mantido ou suportado e pode ter problemas de compatibilidade
quando usado com versões mais recentes do WordPress.

![](https://s.w.org/plugins/geopattern-icon/acf-range-field.svg)

# Advanced Custom Fields: Range Field

 Por [Viktor Solovej](https://profiles.wordpress.org/viriava/)

[Baixar](https://downloads.wordpress.org/plugin/acf-range-field.1.1.4.zip)

 * [Detalhes](https://br.wordpress.org/plugins/acf-range-field/#description)
 * [Avaliações](https://br.wordpress.org/plugins/acf-range-field/#reviews)
 *  [Instalação](https://br.wordpress.org/plugins/acf-range-field/#installation)
 * [Desenvolvimento](https://br.wordpress.org/plugins/acf-range-field/#developers)

 [Suporte](https://wordpress.org/support/plugin/acf-range-field/)

## Descrição

This is an add-on for the [Advanced Custom Fields](https://wordpress.org/extend/plugins/advanced-custom-fields/)
WordPress plugin, that allows you to add a jQuery Range Slider field type. http://
jqueryui.com/slider/

Read more here: https://github.com/viriava/acf-field-range

## Capturas de tela

 * [[
 * Default look

## Instalação

This add-on can be treated as both a WP plugin and a theme include.

#### Plugin

 1. Copy the ‘acf-range’ folder into your plugins folder
 2. Activate the plugin via the Plugins admin page

#### Include

 1. Copy the ‘acf-range’ folder into your theme folder (can use sub folders). You can
    place the folder anywhere inside the ‘wp-content’ directory
 2. Edit your functions.php file and add the code below (Make sure the path is correct
    to include the acf-range.php file)
 3. add_action(‘acf/register_fields’, ‘my_register_fields’);
 4. function my_register_fields()
     { include_once(‘acf-range/acf-range.php’); }

## Perguntas frequentes

  What does it return?

If the type is Default, it returns the number.

If the type is Range, it returns an array of minimum and maximum numbers.

    ```
        array(2) { 
            ["min"]=> float(0) 
            ["max"]=> float(0) 
        }
    ```

## Avaliações

Não há avaliações para este plugin.

## Colaboradores e desenvolvedores

“Advanced Custom Fields: Range Field” é um programa de código aberto. As seguintes
pessoas contribuíram para este plugin.

Colaboradores

 *   [ Viktor Solovej ](https://profiles.wordpress.org/viriava/)

[Traduzir o “Advanced Custom Fields: Range Field” para seu idioma.](https://translate.wordpress.org/projects/wp-plugins/acf-range-field)

### Interessado no desenvolvimento?

[Navegue pelo código](https://plugins.trac.wordpress.org/browser/acf-range-field/),
consulte o [repositório SVN](https://plugins.svn.wordpress.org/acf-range-field/)
ou assine o [registro de desenvolvimento](https://plugins.trac.wordpress.org/log/acf-range-field/)
por [RSS](https://plugins.trac.wordpress.org/log/acf-range-field/?limit=100&mode=stop_on_copy&format=rss).

## Registro de alterações

#### 1.1.4

 * If a new post/page is created with a range field the default value is not returned
   since the user change the slider. I have changed the code so that the default
   value is returned if the user doesn’t change the slider.

#### 1.1.3

 * ACF5 compatible

#### 1.1.2

 * ZERO bug fixed

#### 1.1.1

 * Updated parseInt to parseFloat

#### 1.1.0

 * Added descriptions for fields
 * Added default values
 * Updated prepend and append functionality

#### 1.0.0

 * Initial version

## Meta

 *  Versão **1.1.4**
 *  Última atualização **12 anos atrás**
 *  Instalações ativas **80+**
 *  Versão do WordPress ** 3.0.1 ou superior **
 *  Testado até **3.9.40**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/acf-range-field/)
 * Tags
 * [acf](https://br.wordpress.org/plugins/tags/acf/)[field](https://br.wordpress.org/plugins/tags/field/)
   [jquery](https://br.wordpress.org/plugins/tags/jquery/)[range](https://br.wordpress.org/plugins/tags/range/)
 *  [Visualização avançada](https://br.wordpress.org/plugins/acf-range-field/advanced/)

## Classificações

 5 de 5 estrelas.

 *  [  2 avaliações com 5 estrelas     ](https://wordpress.org/support/plugin/acf-range-field/reviews/?filter=5)
 *  [  0 avaliação com 4 estrela     ](https://wordpress.org/support/plugin/acf-range-field/reviews/?filter=4)
 *  [  0 avaliação com 3 estrela     ](https://wordpress.org/support/plugin/acf-range-field/reviews/?filter=3)
 *  [  0 avaliação com 2 estrela     ](https://wordpress.org/support/plugin/acf-range-field/reviews/?filter=2)
 *  [  0 avaliação com 1 estrela     ](https://wordpress.org/support/plugin/acf-range-field/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/acf-range-field/reviews/#new-post)

[Ver todas avaliações](https://wordpress.org/support/plugin/acf-range-field/reviews/)

## Colaboradores

 *   [ Viktor Solovej ](https://profiles.wordpress.org/viriava/)

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/acf-range-field/)

## Doar

Gostaria de contribuir para o desenvolvimento deste plugin?

 [ Doe para este plugin ](http://www.crazyxhtml.com)