• Resolved Mirek_PL

    (@mirek_pl)


    Hello.
    I have two problems with this plugin, if any one could help me figure it out…
    1.
    Clock icon is covers number of days in widget (FireFox (latest), Chrome, show it corectly, but not IE 11).
    Is there a way to resolve it for IE (maybe moveing icon)?
    class=”widget widget_countdown widget_sp_countdown”
    link: lkspromna.pl

    2.
    Is there a way to color TOP 1-2 and LAST 1-2 rows (separetly, TOP green and LAST red), in league tables (full, and short (widget))

    Thx for any help

    https://wordpress.org/plugins/sportspress/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ThemeBoy

    (@themeboy)

    Hi there,

    Thank you for your feedback.

    We’ll look into the IE 11 issue and provide an update as soon as possible.

    Row highlighting in league tables would be a great feature. We’ve added it to our roadmap and will let you know when this feature becomes available.

    Thread Starter Mirek_PL

    (@mirek_pl)

    thx for respond.

    ifor some one who cant wait for colored rows:

    .sp-league-table tbody tr:nth-child(1) td, .sp-league-table tbody tr:nth-child(1) td a
    {
    	color: green;
    }
    .sp-league-table tbody tr:nth-child(n+16) td, .sp-league-table tbody tr:nth-child(n+16) td a
    {
    	color: red;
    }

    it changed only font color, but you can do a bit more. And of course this solution has few drawbacks.

    PS for table with 16 rows

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Clock in countdown widget, Coloring TOP rows table’ is closed to new replies.