This repository has been archived by the owner on Jan 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
36 lines (29 loc) · 1.42 KB
/
readme.txt
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
=== Sticky Admin Sidebar ===
Contributors: jasongillyon
Tags: sticky, admin, sidebar
Requires at least: 4.0
Tested up to: 4.3.1
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
WordPress plugin to stick the post sidebar in wp-admin so it's always in view
== Description ==
This plugin solves the problem of when you have long pages/posts/custom posts edit screens in the WordPress admin, usually caused by lots of custom fields or plugins. Whenever you get down to the bottom of the page you need to scroll back up to the top to press the update or publish button. This plugin solves this problem by automatically scrolling the sidebar into view as you scroll the page.
== Installation ==
1. Upload the `sticky-admin-sidebar` folder to the `/wp-content/plugins/` directory or search for "Sticky Admin Sidebar" using the plugin install tool in your WordPress installation
2. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
= Help, I've found a bug! =
Please contact me at http://jasongillyon.co.uk/contact and I'll do my best to fix it.
== Screenshots ==
1. Without the plugin you have to scroll back to the top to publish
2. With the plugin, the publish button is always visible
== Changelog ==
= 1.0.1 =
* Enable on ACF top level options pages.
= 1.0.1 =
* Enable on ACF options pages.
= 1.0 =
* Tidy up code and documentation.
= 0.1 =
* Initial release.