11. Countdown

Clock countdown shortcode is very useful for event presentation as a call to action message for customers to quickly decide to purchase tickets to your events.
Countdown shortcode is defined as follows

[u_countdown year="" month="" day="" hour="" minute="" bg_color="" num_color="" css_animation=""]

    1. year, month, day, hour, minute – Time to count down. If hour and minute is not present, default value is 00:00
      • number
    2. show_second – Show countdown for seconds. Default is 1/true
      • 1/true – 0/false
    3. bg_color – Color of background. Default theme color
      • #RGB
    4. num_color – Color of number. Default white (#FFF)
      • #RGB
    5. css_animation – Select types of animation for element to be animated when it “enters” the browsers viewport (Note: works only in modern browsers), with options: top-to-bottom, bottom-to-top, left-to-right, right-to-left, appear-from-center
Note: Text below the number is translate-able string
shortcode_Countdown