=== Customify - A Theme Customizer Booster === Contributors: pixelgrade, euthelup, babbardel, vlad.olaru, cristianfrumusanu, raduconstantin Tags: customizer, css, editor, live, preview, customise Requires at least: 4.5.0 Tested up to: 4.7.2 Stable tag: 1.4.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Customify is a Theme Customizer Booster that you can easily use to add Fonts, Colors, Live CSS Editor and other options to your theme. == Description == With [Customify](https://github.com/pixelgrade/customify), developers can easily create **advanced theme-specific options** inside the WordPress Customizer. Using those options, a user can make presentational changes without having to know or edit the theme code. **[Types of Fields](https://github.com/pixelgrade/customify#list_of_fields)** * **Color.** A color picker used to control any text or background color of an element. * **Font.** A real font selector which includes a flexible library of fonts(Fonto, google fonts or added via fliter) and allows you to customize, with live preview, properties like font-weight, size, letter spacing, text align, text decoration etc. * **Typography.** (Deprecated) A series of typographic options that allow you to access the massive **Google Fonts library** and make them available inside your theme customizer. * **CSS Editor.** A powerful **Live CSS Editor** directly into your customizer! Useful for better control over the appearance of your theme without the need to create a child theme or worry about theme updates overwriting your customizations. * **Text Field.** A simple text field that allows you to customize elements like Site Title or Footer Credits. * **Select Dropdown.** A drop-down menu selector to be used when you have to choose from multiple options. * **Range.** The html5 range element can be used to select number values. * **[Preset](https://github.com/pixelgrade/customify/blob/master/README.md#presets_title).** A field which allows you to change a group of Customify fields. * **And more others [this is the full list](https://github.com/pixelgrade/customify#list_of_fields) **Made with love by Pixelgrade** == Changelog == = 1.4.2 = * Improved Font style output in front-end. Now is just one style element with all the fonts inside. * Improved Fonts panels, now only one can be opened to avoid confusion * Fixed Presets with fonts * Fixed Google Fonts with italic weights * Fixed Range input field * Small Fixes = 1.4.1 = * Fixed Multiple local fonts = 1.4.0 = * Make Customify compatible with the [4.7 customizer changes](https://make.wordpress.org/core/2016/10/12/customize-changesets-technical-design-decisions) * Add `show_if` [config option](https://github.com/pixelgrade/customify#conditional-fields) * Fix Conflict with Jetpack - Related posts * Fix Javascript callbacks loss * Switch de default storage from option to theme_mod * Fixed Incorrect Color Panel Height * Fixed Font field weight in customizer preview = 1.3.1 = * Fixed compatibility with PHP <= 5.3.x = 1.3.0 = * Added the new and awesome `font` selector * The live CSS editor is now removed for 4.7, but don't worry, your style will be imported into the new [CSS Editor](https://make.wordpress.org/core/2016/11/26/extending-the-custom-css-editor/) * Added compatibility with 4.7 = 1.2.7 = * Added capability to control the Jetpack Sharing default options = 1.2.6 = * Added capability to define Jetpack default and hidden modules = 1.2.5 = * Fixed WordPress 4.7 incompatibilities = 1.2.4 = * Added: Support for Fonto plugin * Improved the font selector * Fixed presets on ssl = 1.2.3 = * Added: Support for conditional fields display * Fixed weights for local fonts * Fixed Ace editor warnings * Fixed some rare PHP warnings = 1.2.2 = * Added: Customizer styling * Fixed some rare warnings with google fonts = 1.2.1 = * Improve default fonts parse, and fix some legacy cases * Remove google api code when google fonts is disabled = 1.2.0 = * Added: Compatibility with WordPress 4.4.0 * Added: Presets can now set fonts and font weights * Fixed: Now range fields can have `0` as default * Fixed: Font subsets style * Fixed: Fixed some PHP and javascript warnings * Updated: Font field style = 1.1.7 = * Added: Compatibility with WordPress 4.3.1 * Added: Custom fonts can be used now as defaults * Fixed: Fonts preview * Fixed: Some rare errors with PHP 5.2.x * Fixed: Some font variants warnings with PHP 5.2.x = 1.1.6 = * Added: Custom background field with bacgkround-* css properties selects * Added: Compatibility with WordPress 4.3.x * Added: Compatibility with PHP 5.2.x * Improved: Live CSS Editor is now live...for real * Updated: ACE Editor * Updated: The list of google fonts is now up to date = 1.1.5 = * Added: Live-preview support for `text` and `textarea` fields. * Added: **Unit** parameter for css values(now we can use all the css units like em, rem, vh, all of them :D). * Fixed: Editor style for Typekit fonts. * Fixed: Editor style with default values. * Fixed: Live Preview small fixes * Updated: The list of google fonts is now up to date = 1.1.4 = * Added: Ace Editor field. * Added: HTML field. * Added: Sanitize callbacks parameter and a default sanitizer for the checkbox field. * Fixed: Slight styling issues. = 1.1.2 = * Added: Option to add Customify's changes in the editor. * Added: Possibility to load Typekit fonts through config. = 1.1.1 = * Added: Radio input with image label. * Added: Javascript callback for css properties. * Update: Updated Ace editor. = 1.1.0 = * Added: [Preset](https://github.com/pixelgrade/customify/blob/master/README.md#presets_title) field type. * Added: Reset buttons (disabled by default). * Added: Button field. == Installation == 1. Install Customify either via the WordPress.org plugin directory, or by uploading the files to your `/wp-content/plugins/` directory 2. After activating Customify go to `Appearance → Customize` and have fun with the new felds 3. For further instructions and how to setup your own fields, read our [detailed documentation](http://github.com/pixelgrade/customify/blob/dev/README.md) == Frequently Asked Questions == = Is there a way to reset Customify to defaults? = Reset buttons are available for all the options or for individual sections or panels. They are disabled by default to avoid useless/accidental resets. To enable them simply go to Dashboard -> Settings -> Customify and check "Enable Reset Buttons"