-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathreadme.txt
More file actions
58 lines (39 loc) · 2.04 KB
/
readme.txt
File metadata and controls
58 lines (39 loc) · 2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
=== Plugin Name ===
Contributors: boborchard
Donate link: http://cash.me/$boborchard
Tags: ui, ux, admin theme, blue, custom admin
Requires at least: 3.9.0
Tested up to: 4.7.1
Stable tag: 2.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Clean, blue theme that's customizable for the Wordpress Admin panel and Admin Bar
== Description ==
Wordpress's admin themes are great, but we wanted to take it a step further. This is a clean blue/gray theme by default for the admin panel that simplifies the interface and makes things more accessible for our customers. Customize your colors by visiting Settings > General
If there are any features you'd like to see or bugs with other plugins - visit the support tab and let me know.
##Improvements made
* Blue AdminBar for front and backend of site
* Soft Gray menu
* Larger Calls to Action within Edit screens
* Ability to change custom primary/secondary colors
* Mobile Menu compatibility
== Installation ==
1. Upload `fancy-admin-ui` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Set your custom colors via Settings > General
Be sure to check your login page because the default WP logo is a light blue and doesn't match. I did wrap the standard WP logo in a white rounded rectangle so it should show up without any issue on any color.
== Screenshots ==
1. Screenshot of the basic admin panel
== Changelog ==
= 2.0 =
Fixed mobile menu issues, refactored how styles are embedded, reduced how much the secondary color is used to keep things consistent, fixed other css bugs
= 1.1 =
Fixed styling issue that appeared with WordPress v. 4.2.2, fixed incorrect file reference for colorpicker, and cleaned up metabox styling
= 1.0 =
Added ability to change the primary and secondary color via the WP Admin Settings page
= 0.2 =
Added updates to style Visual Composer elements
= 0.1 =
Cleaning up code, reduced sidebar menu item height
= 0.1 Beta =
Initial beta version for release. The responsive portion of the nav isn't yet addressed.