[WordPress] 外掛分享: CC Circle Progress Bar

首頁外掛目錄 › CC Circle Progress Bar
WordPress 外掛 CC Circle Progress Bar 的封面圖片
⚠ 此外掛已下架 — 不再更新維護,建議勿安裝。
100+
安裝啟用
★★★★
4.8/5 分(4 則評價)
4320 天前
最後更新
問題解決
WordPress 3.0.1+ v1.0.0 上架:2014-05-19

內容簡介

簡單的圓形動畫進度條。
無限制使用。

示範連結:http://www.crazy-coder.com/plugins/cc-circle-progress-bar/

特點
1. 可顯示任何類型的進度條。
2. 您可以控制高度和寬度。
3. 您可以控制進度條的厚度。

用法
只需使用 [progressbar] 短碼。

簡單的使用說明:
1. 在 WordPress 網站中安裝這個外掛。

在希望使用的位置使用 [progressbar] 短碼。

您可以透過屬性控制這個短碼。這是所有屬性。
id=”1″ => 所有進度條的 ID。預設值為 1。如果在文章或頁面中新增超過一個進度條,必須更改此值。
dimen=”250″ => 高度和寬度。預設值為 250。您可以透過這個屬性控制高度和寬度。
text=”90%” => 圓圈中的文字。預設值為 90%。將其更改為您的文字,或者可以保留空白,如果您不想放置任何文字。
info=”Photoshop” => 圓圈的資訊,在文字下方顯示。預設值為 Photoshop。將其更改為您的文字,或者可以保留空白,如果您不想放置任何文字。
width=”10″ => 條的厚度。預設值為 10。您可以將其更改為您的值。
fontsize=”25″ => 文字的字型大小。預設值為 25。您可以將其更改為您的值。
percent=”90″ => 進度百分比。預設值為 90。您可以將其更改為您的值,值應介於 1 到 100 之間。
fgcolor=”#eee” => 進度的前景顏色。預設值為 #eee。您可以將其更改為您的值,值應以 Hash 符號(#)開始以 RGB 顏色格式表示。
bgcolor=”#000″ => 進度的背景顏色。預設值為 #000。您可以將其更改為您的值,值應以 Hash 符號(#)開始以 RGB 顏色格式表示。
fillcolor=”#000″ => 進度的填充顏色。預設值為 none。您可以將其更改為您的值,值應以 Hash 符號(#)開始以 RGB 顏色格式表示。
type=”full” => 進度的類型。預設值為 full。您可以將其值設置為 half 或 full,以顯示進度條的一半或全部檢視。
border=”outline” => 進度條的邊框類型。預設值為 outline。您可以將其值設置為 outline 或 inline。

那現在該怎麼做呢?🙂現在是範例時間。
範例 1:沒有任何屬性。
[progressbar]

範例 2:擁有每個屬性。
[progressbar id=”1″ dimen=”250″ text=”90%” info=”Photoshop” width=”10″ fontsize=”25″ percent=”90″ fgcolor=”#eee” bgcolor=”#000″ fillcolor=”#000″ type=”full” border=”outline”]

範例 3:內聯邊框。
[progressbar id=”1″ dimen=”250″ text=”90%” info=”Photoshop” width=”10″ fontsize=”25″ percent=”90″ fgcolor=”#eee” bgcolor=”#000″ fillcolor=”#000″ type=”full” border=”inline”]

範例 4:半圓形。
[progressbar id=”1″ dimen=”250″ text=”90%

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「CC Circle Progress Bar」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Simple circle animated progress bar.
No limit to use.
Demo link: http://www.crazy-coder.com/plugins/cc-circle-progress-bar/
Features
1. It will show any type of progressbar.
2. You can controll height and width.
3. You can control thickness.
Usages
Just use [progressbar] short code.
Simple usage instruction:
1. Install This plug in your WordPress Site

Usage [progressbar] this shortcode where you want to use it.

You can control this shortcode via attributes. There is all attributes.
id=”1″ => ID of every progressbar. Default value 1. Must change this value if you add more then one progress bar in post or page.
dimen=”250″ => Height and width. Default value 250. You can control height and width via this.
text=”90%” => Text in the circle. Default value 90%. Change it with your text or you can keep it blank if you don’t wanna put any text.
info=”Photoshop” => Information of the circle, it shown under text. Default value Photoshop. Change it with your text or you can keep it blank if you don’t wanna put any text.
width=”10″ => Thickness of bar. Default value 10. You can change it with your with your value.
fontsize=”25″ => Font size of text. Default value 25. You can change it with your with your value.
percent=”90″ => Percent of progress. Default value 90. You can change it with your with your value, value should be in 1 to 100.
fgcolor=”#eee” => Foreground colour of progress. Default value #eee. You can change it with your with your value, value should be in RGB colour format start with Hash (#).
bgcolor=”#000″ => Background colour of progress. Default value #000. You can change it with your with your value, value should be in RGB colour format start with Hash (#).
fillcolor=”#000″ => Fill colour of progress. Default value none. You can change it with your with your value, value should be in RGB colour format start with Hash (#).
type=”full” => Type of progress. Default value full. You can its value as half of full for showing half or full view of progressbar.
border=”outline” => Border type of progress. Default value outline. You can its value as outline of inline.

So, what right now? 🙂 It example time.
Example 1: Without any attribute.
[progressbar]
Example 2: With every attribute.
[progressbar id=”1″ dimen=”250″ text=”90%” info=”Photoshop” width=”10″ fontsize=”25″ percent=”90″ fgcolor=”#eee” bgcolor=”#000″ fillcolor=”#000″ type=”full” border=”outline”]
Example 3: For inline border.
[progressbar id=”1″ dimen=”250″ text=”90%” info=”Photoshop” width=”10″ fontsize=”25″ percent=”90″ fgcolor=”#eee” bgcolor=”#000″ fillcolor=”#000″ type=”full” border=”inline”]
Example 4: For half circle.
[progressbar id=”1″ dimen=”250″ text=”90%” info=”Photoshop” width=”10″ fontsize=”25″ percent=”90″ fgcolor=”#eee” bgcolor=”#000″ fillcolor=”#000″ type=”half” border=”inline”]

If you have any problem to use this plugin feel free to submit a ticket in plug in forum.

You can use this in you theme by Place in your templates

Arbitrary section
You may provide arbitrary sections, in the same format as the ones above. This may be of use for extremely complicated
plugins where more information needs to be conveyed that doesn’t fit into the categories of “description” or
“installation.” Arbitrary sections will be shown below the built-in sections outlined above.
A brief Markdown Example
Ordered list:

Some feature
Another feature
Something else about the plugin

延伸相關外掛

文章
Filter
Apply Filters
Mastodon