=== WP Awesome Countimator === Contributors: jessicarenee408 Tags: counter, counter up, counter plugin, jquery countimator, numbers counter, animated counter, count up plugin Requires at least: 3.8 Tested up to: 4.8.2 Stable tag: trunk License: GPLv2 License URI: http://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses Animated Number Countimator - Count Up - Create individual jquery counter using shortcodes - count up. == Description == Awesome Animated Number Counter Plugin to Count Up - Create individual jquery counter using shortcodes. Utilizes the jquery countimator plugin to create countimator count up blocks to showcase different stats, features, or numbers on your site. This plugin is used by a quick an easy shortcode that allows you to fully customize the styles for the value, title, and icon per shortcode -- or set your default styles globally in the options menu. == Installation == 1. Download and Install 2. Activate the Awesome Counter Plugin. 3. Set default styles in the "ACP Settings" option page. 4. Insert a counter by using the [counter title="Title" value="2400"] shortcode 5. Use shortcode attributes to change the default options and styling for that counter only. == Frequently Asked Questions == 1. What are the required attributes to use the [counter] shortcode? - title="Your counter title" - value="400" 2. What are the optional attributes for the [counter] shortcode? - value_size - must specify px, em, rem, i.e. 20px or 2rem - value_color - color picker for value - format - format of value, i.e. % or $ or monthly or /hr etc. - title_size - must specify px, em, rem, i.e. 20px or 2rem - title_color - color picker for title - icon - fontawesome icon name, i.e. fa-envelope - icon_size - must specify px, em, rem, i.e. 20px or 2rem - class - custom class, create your own or use bootstrap classes to create coloumns, i.e. - col-md-3 - duration - duration of counting, default 3400 3. Will the optional attributes overwrite the default settings in the WP Awesome Countimator settings page? Yes 4. Can I see an example shortcode? [counter title="Projects" value="365" title_size="32px" title_color="#323232" value_size="65px" format="%" value_color="aqua" icon="fa-diamond" icon_size="28px" class="col-md-4"] [counter title="Clients" value="163" title_size="32px" title_color="#323232" value_size="65px" format="%" value_color="aqua" icon="fa-diamond" icon_size="28px" class="col-md-4"] [counter title="Cups of Coffee" value="3857" title_size="32px" title_color="#323232" value_size="65px" value_color="aqua" icon="fa-diamond" icon_size="28px" class="col-md-4"] This would create 3 different counters, in a 3 column responsive, bootstrap grid layout. == Screenshots == 1. WP Awesome Countimator Default Settings Page 2. WP Awesome Countimator Shortcode Example 3. WP Awesome Countimator Shortcode Markdown Instructions 4. WP Awesome Countimator Frontend Example