=== FusionRedux Framework ===
Contributors: dovyp, kprovance
Donate link: http://ideas.fusionreduxframework.com
Tags: admin, admin interface, options, theme options, plugin options, options framework, settings, web fonts, google fonts
Requires at least: 3.5.1
Tested up to: 4.5
Stable tag: 3.5.9
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
FusionRedux is a simple, truly extensible and fully responsive options framework for WordPress themes and plugins. Ships with an integrated demo.
== Description ==
FusionRedux is a simple, truly extensible and fully responsive options framework for WordPress themes and plugins. Built on the WordPress Settings API, FusionRedux supports a multitude of field types as well as: custom error handling, custom fields & validation types, and import/export functionality.
But what does FusionRedux actually DO? We don't believe that theme and plugin
developers should have to reinvent the wheel every time they start work on a
project. FusionRedux is designed to simplify the development cycle by providing a
streamlined, extensible framework for developers to build on. Through a
simple, well-documented config file, third-party developers can build out an
options panel limited only by their own imagination in a fraction of the time
it would take to build from the ground up!
= Online Demo =
Don't take our word for it, check out our online demo and try FusionRedux without installing a thing!
[**http://demo.fusionredux.io/**](http://demo.fusionredux.io/)
= Use the FusionRedux Builder to Get Started =
Want to use FusionRedux, but not sure what to do? Use our [builder](http://build.fusionreduxframework.com/)! It will allow you to make
a custom theme based on [_s](http://underscores.me), [TGM](http://tgmpluginactivation.com), and [FusionRedux](http://fusionreduxframework.com), and any FusionRedux arguments you want to set.
Don't want to make your own theme? Then output a custom admin folder that you can place
in a theme or plugin. Oh and did we mention it's free? Try it today at:
[**http://build.fusionreduxframework.com/**](http://build.fusionreduxframework.com/)
= Docs & Support =
We have extremely extensive docs. Please visit [http://docs.fusionreduxframework.com/](http://docs.fusionreduxframework.com/) If that doesn’t solve your concern, you should search [the issue tracker on Github](https://github.com/fusionreduxframework/fusionredux-framework/issues). If you can't locate any topics that pertain to your particular issue, [post a new issue](https://github.com/fusionreduxframework/fusionredux-framework/issues/new) for it. Before you submit an issue, please read [our contributing requirements](https://github.com/fusionredux-framework/fusionredux-framework/blob/master/CONTRIBUTING.md). We build off of the dev version and push to WordPress.org when all is confirmed stable and ready for release.
= FusionRedux Framework Needs Your Support =
It is hard to continue development and support for this free plugin without contributions from users like you. If you enjoy using FusionRedux Framework, and find it useful, please consider [making a donation](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MMFMHWUPKHKPW). Your donation will help encourage and support the plugin's continued development and better user support.
= Fields Types =
* Background
* Border
* Button Set
* Checkbox / Multi-Check
* Color (WordPress Native)
* Color Gradient
* Color RGBA
* Date
* Dimensions (Height/Width)
* Divide (Divider)
* Editor (WordPress Native)
* Gallery (WordPress Native)
* Image Select (Patterns/Presets)
* Import/Export
* Info (Header/Notice)
* Link Color
* Media (WordPress Native)
* Multi-Text
* Password
* Radio (w/ WordPress Data)
* Raw (HTML/PHP/MarkDown)
* Section (Indent and Group Fields)
* Select (Select/Multi-Select w/ Select3 & WordPress Data)
* Select Image
* Slider (Drag a Handle)
* Slides (Multiple Images, Titles, and Descriptions)
* Sortable (Drag/Drop Checkbox/Input Fields)
* Sorter (Drag/Drop Manager - Works great for content blocks)
* Spacing (Margin/Padding/Absolute)
* Spinner
* Switch
* Text
* Textarea
* Typography
* The most advanced typography module complete with preview, Google fonts, and auto-css output!
= Additional Features =
* Field Validation
* MANY translations. (See below)
* Full value escaping.
* Required - Link visibility from parent fields. Set this to affect the visibility of the field on the parent's value. Fully nested with multiple required parents possible.
* Output CSS Automatically - FusionRedux generates CSS and the appropriate Google Fonts stylesheets for you on select fields. You need only specify the CSS selector to apply the CSS to (limited to certain fields).
* Compiler integration! A custom hook runs when any fields with the argument `compile => true` are changed.
* Oh, and did we mention a fully integrated Google Webfonts setup that will make you so happy you'll want to cry?
= Translators & Non-English Speakers =
We need your help to translate FusionRedux into your language! FusionRedux is part of the WP-Translations.org team. To help us translate FusionRedux create a few account here: <a href="https://www.transifex.com/organization/wp-translations">https://www.transifex.com/organization/wp-translations</a>. Once you're in, you can head over to the <a href="https://www.transifex.com/projects/p/fusionredux-framework/">FusionRedux sub-project</a> and translate away. Thank you for your assistance.
= Get Involved =
FusionRedux is an ever-changing, living system. Want to stay up to date or
contribute? Subscribe to one of our mailing lists or join us on [Facebook](https://facebook.com/fusionreduxframework) or [Twitter](https://twitter.com/fusionreduxframework) or [Github](https://github.com/FusionReduxFramework/FusionReduxFramework)!
NOTE: FusionRedux is not intended to be used on its own. It requires a config file
provided by a third-party theme or plugin developer to actual do anything
cool!
== Installation ==
= For Complete Documentation and Examples =
Visit: [http://docs.fusionreduxframework.com/](http://docs.fusionreduxframework.com/)
== Frequently Asked Questions ==
= Why doesn't this plugin do anything? =
FusionRedux is an options framework... in other words, it's not designed to do anything on its own! You can however activate a demo mode to see how it works.
= How can I learn more about FusionRedux? =
Visit our website at [http://fusionreduxframework.com/](http://fusionreduxframework.com/)
= You don't have much content in this FAQ section =
That's because the real FAQ section is on our site! Please visit [http://docs.fusionreduxframework.com/faq/](http://docs.fusionreduxframework.com/faq/)
== Screenshots ==
1. This is the demo mode of FusionRedux Framework. Activate it and you will find a fully-functional admin panel that you can play with. On the Plugins page, beneath the description and an activated FusionRedux Framework, you will find a Demo Mode link. Click that link to activate or deactivate the sample-config file FusionRedux ships with. Don't take our word for it, check out our online demo and try FusionRedux without installing a thing! [**http://demo.fusionreduxframework.com/wp-admin/**](http://demo.fusionreduxframework.com/wp-admin/)
== Changelog ==
## 3.5.9
* Fixed: Wordpress 4.4.1 related issues.
* Fixed: #2794 - User contributed code from #2716 did not contain isset and caused an index error.
* Modified: Added tons of wp_remote_get handlings to stop bringing down site if FusionRedux is down.
* Modified: When some items appear or not. Making devs lives easier. ;)
* Updated: parsedown.php vendor code, to deal. with PHP 7.0 errors.
* Fixed: #2774 - border fields set to 0 would disappear after saving.
* Modified: Post/page settings on the media gallery window hidden for g
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论







收起资源包目录





































































































共 1389 条
- 1
- 2
- 3
- 4
- 5
- 6
- 14
资源评论


weixin_43203755
- 粉丝: 0
- 资源: 1
上传资源 快速赚钱
我的内容管理 收起
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


会员权益专享
最新资源
- .archivetemp足球分析安装4.3.msi
- 单文件获取摄像头动作侦测信息,资源占用少,随地部署,有外联钩子,发生动作可访问指定网址
- Apress.Advanced.Social.Media.Marketing.Dec.2012
- 2022年中华人民共和国县以上行政区划代码
- GPT聊天工具.apk
- 真由光伏、蓄电池及负载组成的独立直流微电网,提出电压和电流分段式协同控制策略 该控制策略将能量管理划分为 4 种工作模式,采用最
- 光伏储能交直流微电网Matlab/simulink仿真模型
- 光伏MPPT控制算法仿真模型
- lmsq_v2.3.38.5_release_2338_jiagu_sign(4).apk
- 鞋go 1.1.0.apk
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



安全验证
文档复制为VIP权益,开通VIP直接复制
