TDD Progress Bar

0

TDD Progress Bar allows you to track the progress of multiple projects. Actually, as many as you’d like. A cool feature is the ability to “race” multiple projects at once. Progres

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

TDD Progress Bar allows you to track the progress of multiple projects. Actually, as many as you’d like. A cool feature is the ability to “race” multiple projects at once. Progress bars are managed in the admin side and displayed using shortcode. Oh, and did I mention it has a very pretty animation?

Usage

In the menus, you’ll see a new menu for “Progress Bars” which is what you’ll use to add and manage progress bars. There’s also an area here for settings, but honestly if you never touch them, things will work fine.

After configuring a progress bar, insert it anywhere you’d like with shortcode.

  • Simple example: [progress id=32]
  • Race multiple bars: [progress id=32,35,54]
  • Set the bar’s width: [progress ids=12,33 width="25%"]
  • Set the height of the bar `[progress ids=12 height=”50px”]
  • Align Center: [progress ids=4 width="50%" class="aligncenter"]

Note that “id” and “ids” are interchangeable

Or use the widget which allows you to pick bars to display