Redux Framework

Software Screenshot:
Redux Framework
Software Details:
Version: 3.5.9 updated
Upload Date: 9 Feb 16
Developer: The Redux Team
Distribution Type: Freeware
Downloads: 187

Rating: 4.0/5 (Total Votes: 1)

The Redux Framework is a continuation of an older project called NHP Theme Options.

As the original, Redux doesn't automatically add an options panel for any WordPress theme, but provides all the tools necessary for adding it yourself.

It enables developers to create a special section in the WordPress backend where they can coral all theme or plugin settings into one big options panel.

These settings can easily be modified by the webmaster and imported/exported from/to other WP installations.

Redux basically abstracts plugin and theme options, allowing easy movement of various settings via a single configuration file.

Installation:

Unpack and upload it to the /wp-content/plugins/ directory.

Activate the plugin through the 'Plugins' menu in WordPress.

What is new in this release:

  • Modified:
  • The Redux Repeater field has landed!
  • Fixed:
  • Reset section hook firing too early.
  • color_rgba field defaulting to black on reset.
  • Datepicker opened off screen.
  • Slider issues.
  • Duplicate slide when clicking Add.
  • color_rgba not outputting default values on first load (before save).
  • Google font enqueues with opt_name to avoid collision with multiple Redux instances.
  • JS errors with sorter & sortable.
  • color_rgba field outputting incorrect information via output/compiler.
  • Google fonts not properly loading in typography dropdown.
  • Undefined index error on MU installs.
  • Removed:
  • SASS compile of field CSS, for the time being. Compiler remains in core.
  • Improved:
  • Panel load time, most notable when not in dev_mode. Better for your clients.
  • Updated:
  • Elusive Font library.
  • Added:
  • New filter: apply_filters 'redux/validate/{opt_name}/before_validation'

What is new in version 3.5.4.3:

  • Modified:
  • The Redux Repeater field has landed!
  • Fixed:
  • Reset section hook firing too early.
  • color_rgba field defaulting to black on reset.
  • Datepicker opened off screen.
  • Slider issues.
  • Duplicate slide when clicking Add.
  • color_rgba not outputting default values on first load (before save).
  • Google font enqueues with opt_name to avoid collision with multiple Redux instances.
  • JS errors with sorter & sortable.
  • color_rgba field outputting incorrect information via output/compiler.
  • Google fonts not properly loading in typography dropdown.
  • Undefined index error on MU installs.
  • Removed:
  • SASS compile of field CSS, for the time being. Compiler remains in core.
  • Improved:
  • Panel load time, most notable when not in dev_mode. Better for your clients.
  • Updated:
  • Elusive Font library.
  • Added:
  • New filter: apply_filters 'redux/validate/{opt_name}/before_validation'

What is new in version 3.4.1:

  • Modified:
  • The Redux Repeater field has landed!
  • Fixed:
  • Reset section hook firing too early.
  • color_rgba field defaulting to black on reset.
  • Datepicker opened off screen.
  • Slider issues.
  • Duplicate slide when clicking Add.
  • color_rgba not outputting default values on first load (before save).
  • Google font enqueues with opt_name to avoid collision with multiple Redux instances.
  • JS errors with sorter & sortable.
  • color_rgba field outputting incorrect information via output/compiler.
  • Google fonts not properly loading in typography dropdown.
  • Undefined index error on MU installs.
  • Removed:
  • SASS compile of field CSS, for the time being. Compiler remains in core.
  • Improved:
  • Panel load time, most notable when not in dev_mode. Better for your clients.
  • Updated:
  • Elusive Font library.
  • Added:
  • New filter: apply_filters 'redux/validate/{opt_name}/before_validation'

What is new in version 3.3.4.9:

  • Fixed:
  • Google fonts not loading in font drop down.

What is new in version 3.3.2:

  • Fixed:
  • Added class check for W3_ObjectCache.
  • JS not initializing properly in import_export.
  • Typography would lose Font Weight and Style. value was named val in the HTML, so it would be destroyed on the next save if not initialized.
  • W3 Total Cache was affecting validation and compiler hooks.
  • Menu errors weren't showing properly for non-subsectioned items.
  • Import/Export buttons not functioning. Also fixed sortable somehow.
  • Slides not initializing with the last fix.
  • Slides field was not properly initialized for the media elements.

What is new in version 3.3.1:

  • Fixed:
  • Default font in preview.
  • Required not working on all fields.
  • Typography not un-saving italics.
  • Added:
  • New validation: numeric_not_empty.

What is new in version 3.3.0:

  • Added:
  • hide_reset argument, to hide the Reset All and Reset Section buttons.
  • content_title argument to slides field.
  • customizer_only argument for fields & sections.
  • select2 args for spacing field.
  • select2 args for the following fields: typography, background, border, dimensions and slider.
  • 'preview' = array('always_display' => true) argument to typography, to determine if preview field show always be shown.
  • Modified:
  • Portions of core JavaScript rewritten into object code.
  • All field JavaScript rewritten using jQuery objects (versus standard function).
  • Typography field rewritten to fill out font-family field dynamically, versus on page load.
  • Fixed:
  • Typography font backup not in sync with font-family.
  • Typography not saving font-family after switching back and forth between standard and google fonts.
  • Background field selects not properly aligned.
  • Removed select field dependency from background field.
  • Color-picker/transparent checkbox functionality.
  • Typography fine-tuning.
  • All typography select fields render as select2.
  • Switching between transparency on and off now restores the last chosen color in all color fields.

What is new in version 3.2.3:

  • Added:
  • Data and args can now be set to sorter! Just make sure to have it be a key based on what you want it to display as. IE: array('Main'=>'sidebars')
  • Prevent Redux from firing on AJAX heartbeat, but added hook for it 'redux/ajax/heartbeat'.
  • Tick mark if section has sub sections. Hidden when subsections expanded.
  • Check to make sure a field isn't empty after the filter. If it is empty, skip over it.
  • Subsections now show icon if they have it. Show text only (without indent) if they do not.
  • Fixed:
  • Style conflicts with WP 3.9. Added register filter to fields via id.
  • Metaboxes issues.
  • Compiler hook in the customizer now passes the CSS.
  • Compiler hook now properly fires in the customizer.
  • Validation error with headers already being set.
  • Added mode for width/height to override dimensions CSS output.
  • Restoring lost formatting from multiple merges.
  • New sorter default values get set properly now.
  • Removed erroneous 's' character from HTML.
  • Info field didn't intend within section.
  • Compiler hook wasn't running.
  • Modified:
  • Some admin panel stylings. Now perfect with mobile hover. Also fixed an issue with the slidedown width for sections. No more 2 empty pixels.

What is new in version 3.1.8:

  • Fixed:
  • Background field now works with dynamic preview as it should.
  • Extension fields now enqueueing properly.
  • Servers returning forwards slashes in TEMPLATEPATH, while Redux is installed embedded would not show options menu.
  • On and Off for switch field not displaying language translation.
  • email validation allowing a blank field.
  • Now allow for empty values as valid keys.
  • Spacing field kicking back notices and warnings when 'output' wasn't set.
  • Modified:
  • Added file_exists check to all include lines in framework.php
  • Added:
  • Text-align to typography field.
  • Dismiss option to admin notices (internal function)

What is new in version 3.1.2:

  • Feature - Sortable select boxes!
  • Feature - Reset a section only or the whole panel!
  • New Field - RGBA Color Field!
  • Improvement - Use of REM throughout.
  • Fixed Typography - Fix output option and various small bugs.
  • Fixed Border - Fix output option and various small bugs.
  • Fixed Dimensions - Fix output option and various small bugs.
  • Fixed Image_select - Various small bugs.
  • Fixed Slides - Various small bugs.
  • Fixed Sortable - Using native jQuery UI library same as within WordPress.
  • Fixed Slider and Spinner Input Field - Values now move to the closest valid value in regards to the step, automatically.

What is new in version 3.0.5:

  • Fixed how Redux is initialised so it works in any and all files without hooking into the init function.
  • Added thumbnails to media and displayed those instead of full image.
  • Slides had error if last slide was deleted.
  • Color field was outputting hex in the wrong location.
  • Added ACE Editor field, allowing for better inline editing.

Requirements:

  • WordPress 3.5.1 or higher

Similar Software

Comments to Redux Framework

Comments not found
Add Comment
Turn on images!