=== Custom Scrollbar ===
Contributors: Michael Uno, miunosoft
Donate link: http://en.michaeluno.jp/donate
Tags: scroll, scrollbar, scrollbars, scroll bar, scroll bars, appearance, custom scrollbar, custom scrollbars, custom scroll, custom scroll bar, custom scroll bars
Requires at least: 3.4
Tested up to: 4.3.1
Stable tag: 1.1.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Adds a custom scrollbar to specified HTML elements.
== Description ==
Do you have too long elements sticking out and breaking the web site layout?
If you have such a problem, fix their height by adding a scrollbar to the element with this plugin.
How It Works
[youtube https://www.youtube.com/watch?v=_MRQOXW1UTU]
After installing it, go to `Dashboard` -> `Appearance` -> `Scrollbars`. Set a selector and height. That's it.
Notes: you need a basic understanding of CSS (jQuery) selectors to use this plugin.
= Features =
* **Multiple Selectors** - by specifying selectors, you can define multiple scrollbars.
* **Custom Colors** - pick custom colors for the scrollbar elements.
* **Custom CSS** - define custom CSS rules.
* **Predefined Styles** - pick you favorite style from a list.
= Supported Language =
* English
== Installation ==
1. Upload **`custom-scrollbar.php`** and other files compressed in the zip folder to the **`/wp-content/plugins/`** directory.
1. Activate the plugin through the 'Plugins' menu in WordPress.
1. Go to **Dashboard** -> **Appearance** -> **Scrollbars**.
1. Configure the options by setting a selector and height.
== Frequently asked questions ==
== Other Notes ==
== Screenshots ==
1. **Front-end**
2. **Setting Page**
== Changelog ==
= 1.1.4 - 11/27/2015 =
- Tweaked the setting pages.
= 1.1.3 - 11/05/2015 =
- Changed the required WordPress version to 3.4.
- Fixed a bug that settings were not saved properly when removing a scrollbar definition item.
= 1.1.2 - 10/29/2015 =
- Tweaked the setting pages.
- Fixed a bug that percentages for width and height could not be set.
= 1.1.1 - 10/20/2015 =
- Tweaked the setting pages.
- Updated the [Admin Page Framework](https://wordpress.org/plugins/admin-page-framework/) library.
= 1.1 - 08/29/2015 =
- Added the ability to set inline CSS rules wit the `Inline CSS` option.
- Tweaked the styling of setting forms.
- Fixed a bug that the `Width` option did not take effect.
= 1 - 07/05/2015 =
- Released.