Getting Started with Sections

Before any Field array is written, which will represent the individual options on the options panel, a section must be created. The section array sets up a tab on the side of the Redux options panel, where the Field arrays will ultimately go. The setSections function Section arrays are declared in the setSections function of your […]

Read More

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 […]

Read More

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 […]

Read More

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, […]

Read More

Import/Export

The Import/Export offers users the ability to back up and restore their Redux options data in one of three ways:  raw data, file and URL. Arguments Name Type Default Description type string ‘import_export’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. title string […]

Read More

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. […]

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

Multi Text

Multi-Text field supports as many fields as one might need.  Adding and removing them is as simple as point and click. Arguments Name Type Default Description type string ‘multi_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 […]

Read More

Password

The Password field, which can be used as a login with password could be used as a POP or SMTP login for other site functions. Arguments Name Type Default Description type string ‘password’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. title string […]

Read More

Radio

The Radio field is an excellent way to present a set of choices for users to select from. Arguments Name Type Default Description type string ‘radio’ 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 […]

Read More