Title: Advanced Custom Fields: Range Field
Author: Viktor Solovej
Published: <strong>23. desember 2013</strong>
Last modified: 30. august 2014

---

Søk gjennom innstikk

Dette innstikket **er ikkje testa med dei tre siste utgåvene av WordPress**. Det
kan henda det ikkje blir vedlikehalde lenger, og kan ha problem med nyare versjonar
av WordPress.

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

# Advanced Custom Fields: Range Field

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

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

 * [Detaljar](https://nn.wordpress.org/plugins/acf-range-field/#description)
 * [Omtalar](https://nn.wordpress.org/plugins/acf-range-field/#reviews)
 *  [Installasjon](https://nn.wordpress.org/plugins/acf-range-field/#installation)
 * [Utvikling](https://nn.wordpress.org/plugins/acf-range-field/#developers)

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

## Skildring

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

## Skjermbilete

 * [[
 * Default look

## Installasjon

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»); }

## Vanlege spm.

  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) 
        }
    ```

## Omtalar

There are no reviews for this plugin.

## Bidragsytarar og utviklarar

“Advanced Custom Fields: Range Field” is open source software. The following people
have contributed to this plugin.

Contributors

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

[Omset “Advanced Custom Fields: Range Field” til ditt eige språk.](https://translate.wordpress.org/projects/wp-plugins/acf-range-field)

### Interested in development?

[Les kjeldekoden](https://plugins.trac.wordpress.org/browser/acf-range-field/), 
sjekk [SVN-lageret](https://plugins.svn.wordpress.org/acf-range-field/) eller abonner
på [utviklingsloggen](https://plugins.trac.wordpress.org/log/acf-range-field/) med
[RSS](https://plugins.trac.wordpress.org/log/acf-range-field/?limit=100&mode=stop_on_copy&format=rss).

## Endringslogg

#### 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

## Om

 *  Version **1.1.4**
 *  Last updated **12 år sidan**
 *  Active installations **80+**
 *  WordPress version ** 3.0.1 eller nyare **
 *  Tested up to **3.9.40**
 *  Language
 * [English (US)](https://wordpress.org/plugins/acf-range-field/)
 * Tags
 * [acf](https://nn.wordpress.org/plugins/tags/acf/)[field](https://nn.wordpress.org/plugins/tags/field/)
   [jquery](https://nn.wordpress.org/plugins/tags/jquery/)[range](https://nn.wordpress.org/plugins/tags/range/)
 *  [Avansert vising](https://nn.wordpress.org/plugins/acf-range-field/advanced/)

## Vurderingar

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/acf-range-field/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/acf-range-field/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/acf-range-field/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/acf-range-field/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/acf-range-field/reviews/?filter=1)

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

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

## Contributors

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

## Hjelp

Har du noko å seia? Treng du hjelp?

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

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://www.crazyxhtml.com)