Counter

The [counter] shortcode is a wonderfully simple, yet incredibly engaging element that can be used almost anywhere. It’s great for sharing statistics or tidbits of information about your company or service. The [counter] shortcode will not begin incrementing until it has come into the viewport of the screen so that you can see the effect take place. Keep scrolling down the page to more examples in action!

0+
Shortcodes

[counter num_start="0" num_end="40" num_suffix="+" num_speed="1500" num_color="#272727" text_below="Shortcodes"]

0
Counters

[counter num_start="0" num_end="14" num_speed="1500" num_color="#272727" text_below="Counters"]

Number Prefix and Suffix

The shortcode comes with two parameters (num_prefix and num_suffix) that allow you to place symbols or additional text before or after your number.

-0
Points

[counter num_start="0" num_end="817" num_prefix="-" num_speed="1500" num_color="#272727" text_below="Points"]

0*
Widgets

[counter num_start="0" num_end="463" num_suffix="*" num_speed="1500" num_color="#272727" text_below="Widgets"]

Place Text Before and After

Additionally, the text_above and text_below parameters give you the ability to provide a context for what your numbers are meant to convey.

We Have
0
Employees

[counter num_start="0" num_end="2716" num_speed="1500" num_color="#272727" text_above="We Have" text_below="Employees"]

Across
0
Countries

[counter num_start="0" num_end="128" num_speed="1500" num_color="#272727" text_above="Across" text_below="Countries"]

Add a Little Color

Spice up your numbers with a little color using the num_color parameter. Colors can be used to help convey a statistic more clearly and generate interest.

It Is
-0
Degrees

[counter num_start="0" num_end="132" num_prefix="-" num_speed="1500" num_color="#3498db" text_above="It Is" text_below="Degrees"]

We Made
0
Dollars

[counter num_start="0" num_end="272" num_speed="1500" num_color="#2ecc71" text_above="We Made" text_below="Dollars"]

Time it Just Right

Use the num_speed parameter to determine how long you want your counter to increment. This parameter accepts time in milliseconds, so if you would like for it to last for two seconds, you would enter in “2000.”

This is
0ms

[counter num_start="0" num_end="3000" num_suffix="ms" num_speed="3000" num_color="#272727" text_above="This is"]

This is
0ms

[counter num_start="0" num_end="5000" num_suffix="ms" num_speed="5000" num_color="#272727" text_above="This is"]

Get Creative

You can even include icons as part of your number suffix or prefix. To do so, you’ll need to input the appropriate HTML for the icon you want. First, find the icon you want (e.g. “camera-retro”) and then input the following HTML: <i class='x-icon-camera-retro' data-x-icon=''></i>. Make sure to use single quotes around the class so that it gets output properly in the shortcode.

We Took
0
Pictures

[counter num_start="0" num_end="4891" num_prefix="<i class='x-icon-camera-retro' data-x-icon=''></i> " num_speed="1500" num_color="#9b59b6" text_above="We Took" text_below="Pictures"]

We Have
0
Big Ideas

[counter num_start="0" num_end="823" num_suffix=" <i class='x-icon-lightbulb-o' data-x-icon=''></i>" num_speed="1500" num_color="#f1c40f" text_above="We Have" text_below="Big Ideas"]

Options

  • id: add a unique ID to the shortcode.
  • class: add a class or multiple classes to the shortcode.
  • style: add inline styles to the shortcode.
  • num_start: include the starting number for the counter.
  • num_end: include the ending number for the counter.
  • num_prefix: prefix the number with text or symbols.
  • num_suffix: suffix the number with text or symbols.
  • num_color: optionally include a color for your number.
  • text_above: include text to appear above the number.
  • text_below: include text to appear below the number.
  • text_color: optionally include a color for the text above and below the number.