這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Responsive Progress Bar

描述

A lightweight responsive progress bar which will work with your favourite HTML5 theme.

It works with major browsers, is configurable and only dependency is jQuery which is heavily used by WordPress themes.

Usage

Use the shortcode [rprogress] anywhere while editing your post or page. Below are some examples:

  • [rprogress value=80] displays a progress bar with value of 80%
  • [rprogress value=95 text=”Homework nearly completed”] writes a text as well
  • [rprogress value=75 color=”#ff0000″] uses red color for the progress bar
  • [rprogress value=70 color=”#00ff00″ delay=300] uses green color, draws the progress bar faster (default delay is 1000)

Below is a complete list of attributes with default values as well:

  • value (default = 100)
  • color (default = “#4af”)
  • bgcolor (default = “#cc” )
  • delay (default = 1000)
  • border_radius (default = “3px”)
  • text (default = “”)
  • text_color (default = “#333”)

螢幕截圖

  • Responsive Progress Bar in action
  • Using the shortcode in WordPress editor

安裝

  1. Download the latest version and extract it in the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

To disable the shortcode, deactivate the plugin in the ‘Plugins’ menu in WordPress.

常見問題

N/A

N/A

評價

閱讀全部3個評價

貢獻者及開發者

“Responsive Progress Bar” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Responsive Progress Bar 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0

  • Initial version.