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 […]
Articles Tagged: placeholder
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 […]
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 […]
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 […]
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. […]
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 […]
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 […]
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, […]