• Resolved dribblingmerano

    (@dribblingmerano)


    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]

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

    (@rochesterj)

    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

    (@dribblingmerano)

    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

    (@corrinarusso)

    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

    Thread Starter dribblingmerano

    (@dribblingmerano)

    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

    (@dribblingmerano)

    This is the screen: https://imgur.com/a/x9ErbDj

    corrinarusso

    (@corrinarusso)

    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

    Thread Starter dribblingmerano

    (@dribblingmerano)

    Sure, the sportsPress pro

    corrinarusso

    (@corrinarusso)

    This doesn’t describe the version number tho.
    Also, you can get priority support for Pro version here :
    https://support.themeboy.com/

    Thread Starter dribblingmerano

    (@dribblingmerano)

    Hi,
    The problem was already with the basic version

    Plugin Contributor Savvas

    (@savvasha)

    Hi there @dribblingmerano,

    As I saw from here https://snipboard.io/ehj5rv.jpg you managed to fix it?

    Thanks,
    Savvas

    Thread Starter dribblingmerano

    (@dribblingmerano)

    Hi, no at the moment I have removed it and put another countdown, the sportspress contdown has that problem

    Thread Starter dribblingmerano

    (@dribblingmerano)

    Plugin Contributor Savvas

    (@savvasha)

    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

    (@dribblingmerano)

    ok

    Thread Starter dribblingmerano

    (@dribblingmerano)

    But it don’t work, “on time” always can still be seen

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

The topic ‘Countdown’ is closed to new replies.