This plugin adds fancy jquery skill bars. Skill bar like progress bar or circular bar or half circular bar showcasing your skill set in percentage is shown. Fancy animation due to jquery.
Related Links:
This section describes how to install the plugin and get it working.
例如:
- Upload
sktskillbar.zip
to the /wp-content/plugins/
directory
- 通过 WordPress 的的“Plugins”菜单激活插件
- Place shortcode: '[skillwrapper type="bar"]
[skill title_background="#f7a53b" bar_foreground="#f7a53b" bar_background="#eeeeee" percent="90" title="CSS3"]
[skill title_background="#6adcfa" bar_foreground="#6adcfa" bar_background="#eeeeee" percent="55" title="WordPress"]
[skill title_background="#fa6e6e" bar_foreground="#fa6e6e" bar_background="#eeeeee" percent="85" title="PHP"]
[skill title_background="#336699" bar_foreground="#336699" bar_background="#eeeeee" percent="100" title="jQuery"]
[/skillwrapper]' without the inverted commas in your page or post for bar type or progress bar.
- Or for half circle place shortcode: '[skillwrapper type="gage" align="left"]
[skill percent="75" title="Wordpress" bar_foreground="#f00" bar_background="#eee"]
[skill percent="25" title="SEO" bar_foreground="#f60" bar_background="#eee"]
[skill percent="50" title="PHP" bar_foreground="#900" bar_background="#eee"]
[/skillwrapper]' without the inverted commas in your page or post for half circular bars.
- Or for full circle place shortcode: '[skillwrapper type="circle" track_color="#dddddd" chart_color="#333333" chart_size="150" align="left"]
[skill percent="88" title="Web Research"]
[skill percent="55" title="WordPress"]
[skill percent="85" title="PHP"]
[skill percent="100" title="jQuery"]
[/skillwrapper]' without the inverted commas in your page or post for full circular bars.
1.4
Updated plugin to work with latest version of WordPress and mobile devices
1.3
Compatibility tested for WordPress 4.2.2
1.2
Bugfixes for WordPress 3.8.1
1.1
Bugfixes for WordPress 3.8 for skill bar not working
1.0
Compatible upto WordPress 3.7.1