Inline shortcode

Progress Icons

You can add this item with Inline Shortcode:

Default code:

[progress_icons icon="" image="" count="5" active="3" background=""]
Attributes Description
icon Select an icon from the list of available icons
image If you dont want to use icon you can enter image URL (use link with http://)
count Number of icons
active Number of icons that are active
background Background color. Use color name, hex or rgba, e.g.: grey, #626262 or rgba(98, 98, 98, 1)

Example of this shortcode below:

[progress_icons icon="icon-battery" image="" count="6" active="4" background=""]
Close