Title: Countdown
Last modified: June 7, 2020

---

# Countdown

 *  Resolved [dribblingmerano](https://wordpress.org/support/users/dribblingmerano/)
 * (@dribblingmerano)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/countdown-20/)
 * Since yesterday in the contdown is also inserted the wording “on time”, how do
   you remove it?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcountdown-20%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/topic/countdown-20/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/countdown-20/page/2/?output_format=md)

 *  [Roch](https://wordpress.org/support/users/rochesterj/)
 * (@rochesterj)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/countdown-20/#post-12956104)
 * Hi there!
 * Thanks for reaching out.
 * I don’t see any “on time” element on your site, but maybe you are referring to
   the Italian version of it. Would you mind highlighting that one for us? Maybe
   we can remove it with a bit of CSS code.
 * Thanks!
 *  Thread Starter [dribblingmerano](https://wordpress.org/support/users/dribblingmerano/)
 * (@dribblingmerano)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/countdown-20/#post-12956731)
 * Hi there,
    il you look on the homepage on my site, yuo can see “NEXT MATCH” on
   green, than Sinigo calcio – Sinigo calcio in white and then >>> (In orario)>>
   > in black colored. “In orario” is “on time” in english. Since yesterday, it 
   wasn’t there before. Thanks
 *  [corrinarusso](https://wordpress.org/support/users/corrinarusso/)
 * (@corrinarusso)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/countdown-20/#post-12956829)
 * Are you using a .po file for your translation ?
 * The filter is being applied by a module that retrieves the status of the event–
   in this case, it is :
    ok
 *     ```
       $this->statuses = apply_filters( 'sportspress_event_statuses', array(
        'ok' => __( 'On time', 'sportspress' ),
        'tbd' => __( 'TBD', 'sportspress' ),
        'postponed' => __( 'Postponed', 'sportspress' ),
        'cancelled' => __( 'Canceled', 'sportspress' ),
       ) );
       ```
   
 * If you change the parameter in the event, does it also change in the countdown?
 * > [View post on imgur.com](https://imgur.com/a/15v6DDM)
 *  Thread Starter [dribblingmerano](https://wordpress.org/support/users/dribblingmerano/)
 * (@dribblingmerano)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/countdown-20/#post-12958344)
 * Yes, if i change the parameter in the event, it also change in the countdown.
   But i see it only in my countdown, no in another site. How can I delete it?
 *  Thread Starter [dribblingmerano](https://wordpress.org/support/users/dribblingmerano/)
 * (@dribblingmerano)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/countdown-20/#post-12958392)
 * This is the screen: [https://imgur.com/a/x9ErbDj](https://imgur.com/a/x9ErbDj)
 *  [corrinarusso](https://wordpress.org/support/users/corrinarusso/)
 * (@corrinarusso)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/countdown-20/#post-12960006)
 * Can you tell me what version of SportsPress you are running?
    It’s listed on 
   your plugins page : [https://sinigocalcio.com/wp-admin/plugins.php](https://sinigocalcio.com/wp-admin/plugins.php)
 *  Thread Starter [dribblingmerano](https://wordpress.org/support/users/dribblingmerano/)
 * (@dribblingmerano)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/countdown-20/#post-12960205)
 * Sure, the sportsPress pro
    —
 *  [corrinarusso](https://wordpress.org/support/users/corrinarusso/)
 * (@corrinarusso)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/countdown-20/#post-12960468)
 * This doesn’t describe the version number tho.
    Also, you can get priority support
   for Pro version here : [https://support.themeboy.com/](https://support.themeboy.com/)
 *  Thread Starter [dribblingmerano](https://wordpress.org/support/users/dribblingmerano/)
 * (@dribblingmerano)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/countdown-20/#post-12960504)
 * Hi,
    The problem was already with the basic version
 *  Plugin Contributor [Savvas](https://wordpress.org/support/users/savvasha/)
 * (@savvasha)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/countdown-20/#post-12965817)
 * Hi there [@dribblingmerano](https://wordpress.org/support/users/dribblingmerano/),
 * As I saw from here [https://snipboard.io/ehj5rv.jpg](https://snipboard.io/ehj5rv.jpg)
   you managed to fix it?
 * Thanks,
    Savvas
 *  Thread Starter [dribblingmerano](https://wordpress.org/support/users/dribblingmerano/)
 * (@dribblingmerano)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/countdown-20/#post-12965847)
 * Hi, no at the moment I have removed it and put another countdown, the sportspress
   contdown has that problem
 *  Thread Starter [dribblingmerano](https://wordpress.org/support/users/dribblingmerano/)
 * (@dribblingmerano)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/countdown-20/#post-12965859)
 * > [Sinigocalcio](https://imgur.com/a/x9ErbDj)
 *  Plugin Contributor [Savvas](https://wordpress.org/support/users/savvasha/)
 * (@savvasha)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/countdown-20/#post-12965921)
 * What you can try, is to copy `countdown.php` file from `SportsPress\templates`
   to `your_child_theme\sportspress\` and then change the line `141` from:
    `<?php
   echo $title.' ('.$statuses[ $sp_status ].')'; ?>` to `<?php echo $title; ?>`
 * Thanks,
    Savvas
 *  Thread Starter [dribblingmerano](https://wordpress.org/support/users/dribblingmerano/)
 * (@dribblingmerano)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/countdown-20/#post-12966110)
 * ok
    -  This reply was modified 5 years, 11 months ago by [dribblingmerano](https://wordpress.org/support/users/dribblingmerano/).
 *  Thread Starter [dribblingmerano](https://wordpress.org/support/users/dribblingmerano/)
 * (@dribblingmerano)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/countdown-20/#post-12966195)
 * But it don’t work, “on time” always can still be seen

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/topic/countdown-20/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/countdown-20/page/2/?output_format=md)

The topic ‘Countdown’ is closed to new replies.

 * ![](https://ps.w.org/sportspress/assets/icon-256x256.png?rev=1252005)
 * [SportsPress - Sports Club & League Manager](https://wordpress.org/plugins/sportspress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sportspress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sportspress/)
 * [Active Topics](https://wordpress.org/support/plugin/sportspress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sportspress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sportspress/reviews/)

 * 24 replies
 * 6 participants
 * Last reply from: [Roch](https://wordpress.org/support/users/rochesterj/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/countdown-20/page/2/#post-13010670)
 * Status: resolved