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

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

Multi Media

The Redux Multi Media extension is an improved way to allow your users to upload and/or select multiple files from the WordPress media library, for use in the Redux Framework options panel. Getting Started To understand how to use extensions, you should read this article on Loading Extensions. To shortcut the process, you should use […]

Read More

JS Button

The Redux JS Button extension is a new way to activate JavaScript functions manually from within the options panel.  Once you’ve set up the field code with the buttons you’d like to display, you simply assign a JavaScript function name to the button, include that function in a JavaScript file assigned to the field and […]

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

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

Color Gradient

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

Read More