Countdown
-
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 to see the link]
-
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!
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.
ThanksAre 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 ?
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?
This is the screen: https://imgur.com/a/x9ErbDj
Can you tell me what version of SportsPress you are running?
It’s listed on your plugins page :
https://sinigocalcio.com/wp-admin/plugins.phpSure, the sportsPress pro
—This doesn’t describe the version number tho.
Also, you can get priority support for Pro version here :
https://support.themeboy.com/Hi,
The problem was already with the basic versionHi there @dribblingmerano,
As I saw from here https://snipboard.io/ehj5rv.jpg you managed to fix it?
Thanks,
SavvasHi, no at the moment I have removed it and put another countdown, the sportspress contdown has that problem
What you can try, is to copy
countdown.phpfile fromSportsPress\templatestoyour_child_theme\sportspress\and then change the line141from:
<?php echo $title.' ('.$statuses[ $sp_status ].')'; ?>
to
<?php echo $title; ?>Thanks,
Savvasok
-
This reply was modified 5 years, 11 months ago by
dribblingmerano.
But it don’t work, “on time” always can still be seen
-
This reply was modified 5 years, 11 months ago by
The topic ‘Countdown’ is closed to new replies.