The Color Gradient controls allows for the selection of two separate colors, for use in any situation that requires gradient colors (i.e. Header, footer, sidebar, etc…). Arguments Name Type Default Description type string ‘color_gradient’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. title […]
Articles Tagged: compiler
Color RGBA
The Color RGBA field offers the addition of an alpha channel, initial color selection, saved colors and color palette to the color picker, allowing for not only opacity within the selected color, but an array of useful options for your end users. This field makes use of Brian Grinstead’s Spectrum “No hassle jQuery color picker” […]
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 […]
Dimensions
The Dimensions field comes in handy when allowing users the ability to set the width, height and unit value of any HTML element that supports those properties. Arguments Name Type Default Description type string ‘dimensions’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. […]
Editor
The Editor field offers WYSIWYG editing capability, using the same editing interface as WordPress itself. Arguments Name Type Default Description type string ‘editor’ 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 […]
Gallery
With the Gallery field, create a new gallery of images by selecting existing images or uploading new ones with the WordPress uploader. Arguments Name Type Default Description type string ‘gallery’ 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 […]
Image Select
Description of field Arguments Name Type Default Description type string ‘image_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 the option, situated beneath the title. desc string Description of the option, […]
Link Color
With the Link Color field, setting the hyperlink properties in a project is as east as selecting the desired colors. Arguments Name Type Default Description type string ‘link_color’ 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. […]
Integrating a Compiler
This article deals specifically with integrating a basic compiler hook for any Redux field. For an in depth article on how to use the compiler hook to dynamically generate a CSS file, please view the Updating a CSS File Dynamically article. Setting up the Field Each and every Redux field has a `compiler` argument. By […]
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 […]