This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Redux Converter

Description

Redux Converter takes the pain out of trying Redux with your current framework. It auto-generates a fully functional panel with compatable fields. It even has auto-generated code for you to migrate your data from/to.

After you intall the plugin, it will search for supported framework(s) that may be installed. You will then see a new Admin Menu option names XXX 2 Redux. Click that item for a fully functional panel using Redux Framework, your current panel configuration and your current data.

Supported Frameworks

  • SMOF – Slightly Modified Options Framework
  • OptionTree

Found a Bug? Need Help?

Visit our issue tracker at https://github.com/ReduxFramework/redux-converter/issues

Updates

You’ll be notified of updates using the standard WordPress update procedure.

Installation

Installation is pretty strait forward. In case you need some instruction, here goes.

Using The WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Search for ‘redux-converter’
  3. Click ‘Install Now’
  4. Activate the plugin on the Plugin dashboard

Uploading in WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Navigate to the ‘Upload’ area
  3. Select redux-converter.zip from your computer
  4. Click ‘Install Now’
  5. Activate the plugin in the Plugin dashboard

Using FTP

  1. Download redux-converter.zip
  2. Extract the redux-converter directory to your computer
  3. Upload the redux-converter directory to the /wp-content/plugins/ directory
  4. Activate the plugin in the Plugin dashboard

FAQ

Does this really work?

Yes.

Are you sure?

Yes.

Really?

Yes. Try it already!

Will my data get messed up if I try it?

Nope. Everything in the demo panel is stored in a transient table that expires after an hour. To fully convert to Redux, we have a section that generates an actual config file for you.

Sounds great, but my users will be up a creek!

Not true. With the config file there’s also a data conversion function that’s provided so your users can switch. It only runs on theme activation (upgrade) too!

Wow, this is amazing! How can I help?

Please donate!

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Redux Converter” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Redux Converter” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.1.3.1

  • Fixed a fatal error due to the WP file system. Thanks @highergroundstudio!

1.1.3

  • Small fixes for the new version of Redux. Better configurations.

1.1.2

  • Small fix where a link led to nowhere and confused devs.

1.1.1

  • Small fix where the converter hook was commented out even if the user wanted it.

1.1.0

  • Full OptionTree conversion and deploying on WordPress.org.

1.0.0

  • Full SMOF conversion and deploying on WordPress.org.