• Resolved darkidk

    (@darkidk)


    Hi.

    is it possible to make a league table with all the standing from all the seasons for a team.

    I have tried, but i only get the total games played not the standing for every seasons.

    picture here of the settings i have used.

    https://ibb.co/TcN5TzP

    Best Regards.

    Bjarne

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Roch

    (@rochesterj)

    Hi Bjarne,

    Thanks for your message.

    It looks like you have added only one team in your table, so there won’t be a general classification.

    I’m assuming you want to show the team position considering all competitions and hide all other teams.

    If that’s the case, then you need to actually add all teams (so the position is correct). Then use CSS code to hide all temas but your own.

    Thanks!

    Thread Starter darkidk

    (@darkidk)

    Hi Roch.

    I want to get a list view with all the stadings for one team from every season.

    Like this.

    2010 nr 5
    2011 nr. 2
    2012 nr. 10
    2013 nr. 1

    What css code can i use to hide the other teams?

    Best Regards.

    Bjarne

    • This reply was modified 4 years, 5 months ago by darkidk.
    Roch

    (@rochesterj)

    Hi Bjarne!

    Thanks for your reply.

    I see what you mean.

    We don’t have a single shortcode for this.

    You’d need to add each of the league tables (using the shortcodes) and make sure that your team is highlighted.

    Once you did that, please send us a link to that page so we can give you the code to hide all teams but yours.

    Thanks!

    Thread Starter darkidk

    (@darkidk)

    Hi Roch!

    Here is the page.

    https://fcrfan.dk/all-league-standings

    Best regards

    Bjarne

    Roch

    (@rochesterj)

    Hi Bjarne,

    That’s awesome, thanks for that.

    Add the following code in your custom css field ( Wp admin > SportsPress > Settings > General > Custom CSS ) and let us know how it works:

    .page-id-3792 .sp-league-table tr {
    	display: none;
    }
    .page-id-3792 .sp-league-table thead tr, .page-id-3792 .sp-league-table tr.highlighted {
    	display: contents;
    }

    Kind Regards,
    -Roch

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘League table with standings from all seasons.’ is closed to new replies.