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

WordPress 外掛 CC Circle Progress Bar 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「CC Circle Progress Bar」是 2014-05-19 上架。 目前已經下架不再更新,不建議安裝使用。
  • 目前有 100 個安裝啟用數。
  • 上一次更新是 2014-05-21,距離現在已有 4001 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 3.0.1 以上版本才可以安裝。
  • 有 4 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

thecrazycoder |

外掛標籤

circle | progress bar | circle progressbar | animated progressbar |

內容簡介

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

示範連結: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%

原文外掛簡介

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

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「CC Circle Progress Bar」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0.0 |

延伸相關外掛(你可能也想知道)

暫無相關外掛推薦。

文章
Filter
Apply Filters
Mastodon