-
Notifications
You must be signed in to change notification settings - Fork 3
/
README.txt
64 lines (42 loc) · 2.25 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
=== Reading progressbar ===
Contributors: audrasjb,whodunitagency
Tags: reading, progressbar, progress, scroll, read, bar, position, indicator, template, lecture, barre, suivi
Requires at least: 4.5
Tested up to: 4.7.1
Stable tag: 1.2
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
A reading position indicator that you can use where you want: top, bottom or custom position in differents templates or post types.
== Description ==
Get a reading position indicator as a progress bar and show it where you want: top, bottom or custom position in differents templates or post types.
It uses `<progress>` HTML element and few lines of javascript.
Options:
* Progress bar’s height
* Foreground color
* Background color
* Position (top, bottom, custom)
* Class/ID of HTML element to fix the bar (if custom position selected)
* Page templates
* Post types (natives or custom)
**Credits** :
* [Jean-Baptiste Audras](http://jeanbaptisteaudras.com/ "Jean-Baptiste Audras"), project manager at [Whodunit](http://www.whodunit.fr/ "Whodunit WordPress Agency") and WordPress developer. @audrasjb on [Twitter](https://twitter.com/audrasjb "@audrasjb on Twitter") or [Github](https://github.com/audrasjb "@audrasjb on Github").
**Contributors** :
* German translation by [Josef Seidl](http://www.blog-it-solutions.de/mail "Josef Seidl") <3
Add your own language pack on GlotPress or do pull requests on [Github](https://github.com/audrasjb "Plugin repo on Github"). Contributors will be credited here :)
== Installation ==
1. Install the plugin and activate.
2. Go to Settings > Reading Progressbar to manage plugin’s options.
== Frequently Asked Questions ==
= Does it works on WordPress network/multisite? =
Sorry but this plugin doesn’t supports network/multisite installation in it's free/public version.
It will be fixed on version 2.0. Contact me if you want to help or ask for more informations.
== Screenshots ==
1. Plugin option page.
2. Reading Progressbar in custom fixed position on Twenty Seventeen Theme.
== Changelog ==
= 1.2 =
* Add german translation and fixed a JS bug while loading the progressbar value. We need to load the whole page before display the bar :)
= 1.1 =
* i18n ready.
= 1.0 =
* Plugin initial commit. Works fine :)