mirror of
https://ghproxy.net/https://github.com/AlxMedia/magaziner.git
synced 2025-08-28 09:43:30 +08:00
Initial commit
This commit is contained in:
commit
b0607606ae
369 changed files with 85494 additions and 0 deletions
94
functions/kirki/readme.txt
Normal file
94
functions/kirki/readme.txt
Normal file
|
@ -0,0 +1,94 @@
|
|||
=== Kirki Customizer Framework ===
|
||||
Contributors: aristath, dannycooper, wplemon, igmoweb
|
||||
Tags: customizer, options framework, theme, mods, toolkit, gutenberg
|
||||
Donate link: https://aristath.github.io/donate
|
||||
Requires at least: 4.9
|
||||
Tested up to: 5.2
|
||||
Stable tag: 3.0.45
|
||||
License: MIT
|
||||
License URI: https://opensource.org/licenses/MIT
|
||||
|
||||
The ultimate framework for theme developers using the WordPress Customizer
|
||||
|
||||
|
||||
== Description ==
|
||||
|
||||
[](https://travis-ci.org/aristath/kirki) [](https://codeclimate.com/github/aristath/kirki) [](https://opensource.org/licenses/MIT) [](https://www.codacy.com/app/aristath/kirki?utm_source=github.com&utm_medium=referral&utm_content=aristath/kirki&utm_campaign=Badge_Grade) [](https://scrutinizer-ci.com/g/aristath/kirki/?branch=develop)
|
||||
|
||||
Using Kirki theme developers can create rich experiences for the WordPress Customizer using best coding practices.
|
||||
|
||||
Included are more than 30 custom control types ranging from simple sliders to complex typography controls with Google-Fonts integration, automatic CSS generation, `postMessage` scripts automatically generated, tooltips and a lot of extras that make developing themes a lot faster for developers and meaningful for users.
|
||||
|
||||
### Control Types ###
|
||||
|
||||
* [Background Customizer Control](https://kirki.org/docs/controls/background)
|
||||
* [Checkbox Customizer Control](https://kirki.org/docs/controls/checkbox)
|
||||
* [Code Customizer Control](https://kirki.org/docs/controls/code)
|
||||
* [Color Palette Customizer Control](https://kirki.org/docs/controls/color-palette)
|
||||
* [Color Customizer Control](https://kirki.org/docs/controls/color)
|
||||
* [Custom Customizer Control](https://kirki.org/docs/controls/custom)
|
||||
* [Dashicons Customizer Control](https://kirki.org/docs/controls/dashicons)
|
||||
* [Date Customizer Control](https://kirki.org/docs/controls/date)
|
||||
* [Dropdown Pages Customizer Control](https://kirki.org/docs/controls/dropdown-pages)
|
||||
* [Editor Customizer Control](https://kirki.org/docs/controls/editor)
|
||||
* [Generic Customizer Control](https://kirki.org/docs/controls/generic)
|
||||
* [Image Customizer Control](https://kirki.org/docs/controls/image)
|
||||
* [Link Customizer Control](https://kirki.org/docs/controls/link)
|
||||
* [Multiple Checkbox Customizer Control](https://kirki.org/docs/controls/multicheck)
|
||||
* [Multicolor Customizer Control](https://kirki.org/docs/controls/multicolor)
|
||||
* [Number Customizer Control](https://kirki.org/docs/controls/number)
|
||||
* [Radio Buttonset Customizer Control](https://kirki.org/docs/controls/radio-buttonset)
|
||||
* [Radio Image Customizer Control](https://kirki.org/docs/controls/radio-image)
|
||||
* [Radio Customizer Control](https://kirki.org/docs/controls/radio)
|
||||
* [Repeater Customizer Control](https://kirki.org/docs/controls/repeater)
|
||||
* [Select Customizer Control](https://kirki.org/docs/controls/select)
|
||||
* [Slider Customizer Control](https://kirki.org/docs/controls/slider)
|
||||
* [Sortable Customizer Control](https://kirki.org/docs/controls/sortable)
|
||||
* [Spacing Customizer Control](https://kirki.org/docs/controls/spacing)
|
||||
* [Switch Customizer Control](https://kirki.org/docs/controls/switch)
|
||||
* [Text Customizer Control](https://kirki.org/docs/controls/text)
|
||||
* [Textarea Customizer Control](https://kirki.org/docs/controls/textarea)
|
||||
* [Toggle Customizer Control](https://kirki.org/docs/controls/toggle)
|
||||
* [Typography Customizer Control](https://kirki.org/docs/controls/typography)
|
||||
* [Upload Customizer Control](https://kirki.org/docs/controls/upload)
|
||||
|
||||
Premium controls are also available for premium themes:
|
||||
|
||||
* [Kirki WCAG Text Colorpicker](https://wplemon.com/downloads/kirki-wcag-text-colorpicker/)
|
||||
* [Kirki WCAG Links Colorpicker](https://wplemon.com/downloads/kirki-wcag-link-colorpicker/)
|
||||
* [Kirki Box Model](https://wplemon.com/downloads/kirki-box-model/)
|
||||
* [Kirki Box Shadow](https://wplemon.com/downloads/kirki-box-shadow/)
|
||||
|
||||
All premium controls are also [available as a pack](https://wplemon.com/downloads/kirki-premium-controls-pack/)
|
||||
|
||||
Theme developers should be familiar with the Customizer API before you start writing your theme using Kirki. An excellent handbook for the WordPress Customizer can be found on the [developer.wordpress.org](https://developer.wordpress.org/themes/customize-api/) website.
|
||||
|
||||
You can find detailed documentation on how to use Kirki on [kirki.org](https://kirki.org)
|
||||
|
||||
[Development and issues on Github](https://github.com/aristath/kirki).
|
||||
|
||||
== Installation ==
|
||||
|
||||
Simply install as a normal WordPress plugin and activate.
|
||||
|
||||
If you want to integrate Kirki in your theme or plugin, please read the instructions on [our documentation site](https://kirki.org/docs/integration).
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 3.0.45 - 2019-09-01 =
|
||||
|
||||
### Fixed
|
||||
* Compatibility with the latest Gutenberg plugin versions.
|
||||
* Styles for normal font-weights in typography controls (`regular` to `400` conversion).
|
||||
|
||||
### Changed
|
||||
* Updated Google-Fonts lists.
|
||||
|
||||
### Removed
|
||||
* Backup fonts are no longer needed since google-fonts are no longer loaded from the google CDN.
|
||||
|
||||
### Deprecated
|
||||
* `kirki_fonts_backup_fonts` filter.
|
||||
* `Kirki_Fonts::get_backup_fonts()` method.
|
||||
|
||||
[See the previous changelogs here](https://github.com/aristath/kirki/blob/master/CHANGELOG.md).
|
Loading…
Add table
Add a link
Reference in a new issue