Google Maps

The Redux Google Map extension offers users the ability to search for map locations via the Redux options panel using the Google Maps API.  Such an extension comes in very handy when outputting maps and markers on the front-end of theme pages, using latitude/longitude return values with the Google Maps API. DISCLAIMER:  This extension does […]

Read More

Date

The Date field displays the popup jQuery datebox when clicking on the text input. Arguments Name Type Default Description type string ‘date’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. title string Displays title of the option. subtitle string Subtitle display of the […]

Read More

Media

Description of field Video Tutorial Arguments Name Type Default Description type string ‘media’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. title string Displays title of the option. subtitle string Subtitle display of the option, situated beneath the title. desc string Description of […]

Read More

Select

The Select field displays information in a drop-down field in both single and multi-select formats. Arguments Name Type Default Description type string ‘select’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. title string Displays title of the option. subtitle string Subtitle display of […]

Read More

Select Image

The Select Image field offers the ability to populate a drop-down field with an array of images names.  When selected, a preview of the image appears underneath. Arguments Name Type Default Description type string ‘select_image’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. […]

Read More

Slides

With the Slider field, unlimited slides may be created with titles, descriptions and links. Arguments Name Type Default Description type string ‘slides’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. title string Displays title of the option. subtitle string Subtitle display of the […]

Read More

Text

The Text field accepts any form of text and optionally validates the text before saving the value. Arguments Name Type Default Description type string ‘text’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. title string Displays title of the option. subtitle string Subtitle […]

Read More

Textarea

The Textarea field accepts any form of multi-line string input, including custom HTML. Arguments Name Type Default Description type string ‘textarea’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. title string Displays title of the option. subtitle string Subtitle display of the option, […]

Read More