https://github.com/varunsridharan/live-admin-customzier
Create Customized theme for wordpress admin panel http://technofreaky.github.io/Live-Admin-Customizer/
https://github.com/varunsridharan/live-admin-customzier
vs-wp-plugin
Last synced: about 2 months ago
JSON representation
Create Customized theme for wordpress admin panel http://technofreaky.github.io/Live-Admin-Customizer/
- Host: GitHub
- URL: https://github.com/varunsridharan/live-admin-customzier
- Owner: varunsridharan
- Created: 2014-10-04T15:11:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T15:00:32.000Z (over 4 years ago)
- Last Synced: 2025-02-01T02:26:29.938Z (4 months ago)
- Topics: vs-wp-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/live-admin-customzier/
- Size: 1.63 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
===Live Admin Customizer===
Contributors: varunms
Author URI: http://varunsridharan.in/
Plugin URL: https://wordpress.org/plugins/live-admin-customizer/
Donate link: http://varunsridharan.in/
Tags:admin,theme,changer,admin themes,color,roleover,role over,customizer,color picker,color changer,modifier,beautifier
Requires at least: 3.5
Tested up to: 4.1
Stable tag: 0.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Create Customized theme for wordpress admin panel
== Description ==
Create Customized theme for wordpress admin panel. with out any code
What's New In 0.3
* Auto Enques Admin Bar Css In Front EndPlugin Feature List
* Built-in 5 Admin Themes
* Create New Themes
* Edit Created Theme
* Delete Created Existing ThemesHow To Disable Admin Bar Css File
Use This Filter `lac_front_adminbar_css` Or Add The Below Code In Your Themes **Functions.php**
`add_filter('lac_front_adminbar_css','remove_lac_front_adminbar_css_file');
function remove_lac_front_adminbar_css_file(){return false;}`
== Installation ==This section describes how to install the plugin and get it working.
* Upload `live_admin_customizer` to the `/wp-content/plugins/` directory
* Activate the plugin through the \'Plugins\' menu in WordPress
* Create New Theme Using [Live Admin Customizer]== Screenshots ==
1. Matt Black Admin Theme
2. Matt Blue Admin Theme
3. Matt Green Admin Theme
4. Matt Pink Admin Theme
5. Matt Red Admin Theme
5. Matt 3 Color Admin Theme== Frequently Asked Questions ==
**How I Can Remove Admin Bar Css File In Front End**
Use This Filter `lac_front_adminbar_css`**I have an idea for your plugin!**
That's great. We are always open to your input, and we would like to add anything we think will be useful to a lot of people. Please send your comment/idea to [email protected]**I found a bug!**
Oops. Please User github / WordPress to post bugs. Github : https://github.com/technofreaky/Live-Admin-Customizer== Changelog ==
= 0.3 =
* Admin Bar Css Now Hookable To Front End.= 0.2 =
* Small Bug Fix With WP Old Version
* Added Theme Edit Option
* Added Secondary Button CSS= 0.1 =
* Base Version