Palette Color

The Palette Color field allows you to display a set of color palettes that a theme or plugin might use throughout, giving your users a choice of UI colors. Arguments Name Type Default Description type string ‘palette’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other […]

Read More

Actions Hooks

The follow table is a list of available filter hooks within Redux Framework that developers may use in their own code.  Please note, a solid understand of PHP and WordPress action hooks is required. As always, please be sure to replace {opt_name} with the opt_name string of your Redux instance. Thanks to @paulthecoder for compiling […]

Read More

Social Profiles

The Redux Social Profiles extension easily allows one to create and display links to their social media through code and/or an included widget. Getting Started To understand how to use extensions, you should read this article on Loading Extensions. To shortcut the process, you should use the Redux Generator. Please be aware that a working […]

Read More

Color Schemes

The Redux Color Schemes extension is a new way to take control over the color layout of your theme.  Instead of using individual color pickers to design the color layout of your theme, set them all up in one simple, easy-to-use field!   In addition to choosing any color, this extension also offers a per color […]

Read More

ACE Editor

The ACE Editor field offers the ability to edit back-end code in an easy to use and easy to read embedded interface.  In addition to matching the features of native code editors such as Sublime, Vim and TextMate, ACE offers real-time checking for code accuracy. Arguments hintsarrayArray containing the content and optional title arguments for […]

Read More

Background

The Redux Background field offers unmatched features not found in any other options framework.  Users will be able to present the background designs found in professionally authored pages with a few simple clicks. Arguments Name Type Default Description type string ‘background’ Controls the field type id string Must be unique to all other options. title […]

Read More

Border

The Border field is a great way to set the border properties of any HTML object that supports the border property. Arguments Name Type Default Description type string ‘border’ 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

Button Set

The button set gives you a button bar to set options. It can be useful when you want to group a number of options together in a more advanced radio or checkbox (multi argument, see blow). Arguments Name Type Default Description type string ‘button_set’ Value identifying the field type. id string Unique ID identifying the […]

Read More

Checkbox

The Checkbox field may be used to offer a single check option, or a group of multi-check options. Arguments Name Type Default Description type string ‘checkbox’ 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

Color

The Color field redefines simplicity.  Point and click to chose any color in the spectrum. Arguments Name Type Default Description type string ‘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. subtitle string Subtitle display of […]

Read More