+2
Answered

Reverse W/D/L coloured items

chicky365 12 months ago in Stadium updated 11 months ago 3

Hi,

Is there a way to change the coloured W/ D / L icons (squares or lines) in the standings?

They seems to run from right to left for matches played, but i would prefer them to go left-to-right, so the latest result would be on the right hand side?

There appears to be an issue between matchweek 3 and 4, when you do not use dates for matches. The W/D/L icons reverse after 3 games and in match week 4, the match order is reversed to the order that the matches are input. 

Answered

Hi

Is there a way to change the coloured W/ D / L icons (squares or lines) in the standings?

You can do it with custom CSS.

https://www.anwp.pro/how-to-add-custom-css-to-your-wordpress-site/

.standing-table__cell-form-wrapper, .club-form {
flex-direction: row-reverse;
}
There appears to be an issue between matchweek 3 and 4, when you do not use dates for matches.

Without a date the behavior is unpredictable. I recommend always adding a date. 

--

Best Regards

Andrei S.

Thanks for the update. The problem is that we don't always have fixed dates for our matches, so the plugin will throw off the information for any fixtures after Match Week 3 that we have yet to confirm playing dates.