welshrunner
Forum Replies Created
-
Thank you both – confirming the patch fixes it.
Forum: Plugins
In reply to: [Detailed Player Stats for SportsPress] Performances not visibleConfirmed. Thank you.
Forum: Plugins
In reply to: [Detailed Player Stats for SportsPress] Performances not visible@savvasha I figured out the issue, and it’s an interesting one. Within the Sportspress Team editor, if you have any kind of value in the “Short Name” field it will knock out the icons under your plugin. If you clear out the short name and resave, the icons will show up again for that team.
Forum: Plugins
In reply to: [Detailed Player Stats for SportsPress] Performances not visibleI will do, and thinking about it, it must have been working earlier in the week on 1.2.0 because I tried out the inline mode.
Forum: Plugins
In reply to: [Detailed Player Stats for SportsPress] Performances not visibleWell I spun up a new dev site with a fresh install of Sportspress and the stats plugin, added a few players and events and the icons do indeed show up as expected, so there must be something else impacting it on my original dev and prod site.
Forum: Plugins
In reply to: [Detailed Player Stats for SportsPress] Performances not visibleConfirming I am running the free version of Sportspress 2.7.8. Example is the following player page: https://rockrugby.org/player/mason-gracian/
Looking at the 2021 1st XV league, there should be icons on several of the rows.
Forum: Plugins
In reply to: [Detailed Player Stats for SportsPress] Performances not visibleI am having the same issue. It worked on version 1.1.1, but no longer seems to work in version 1.2.0.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] List player by teamSpreadsheet is pretty simple, just a series of ID/label pairs across the columns, and details down the rows
Id,Team (columns A and b)
2000,Team A
2001,Team B
2002,Team CId,Season (columns D and E)
30,2021
40,2022Id,League (columns G and H)
1,League A
2,League BForum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] List player by teamIf you have the Classic editor, you can just use the SportsPress Shortcode Generator. Even if you don’t, a nice little trick is to go edit an “Event” or a “Team” and you will also find it on the edit window there – just pick your filters, generate the code and cut and paste it.
Finally, if you just go to the edit page for a Team, the id code is in the URL. I just keep a list of the teams, leagues and season ids in a handy little spreadsheet for quick reference.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] List player by teamI use filters in shortcodes all the time to get different outputs from a single player list. You can do it via a dropdown in the classic editor, and it will figure out the different ids for you. Syntax example as follows (the keyword in the filter is “team” – in this example I also filtered by season and league).
[player_list id=”2196″ title=”Filter as needed” team=”2137″ seasons=”33″ leagues=”3″ columns=”number,team,position,starts,subs,mom,pts” orderby=”name” order=”” show_all_players_link=”0″ align=”none”]
- This reply was modified 4 years, 7 months ago by welshrunner.
Forum: Plugins
In reply to: [Detailed Player Stats for SportsPress] Custom Icons not showingWow, that was fast. Yes, that fixed it. Thank you so much for the quick response – great extension.
Mark
OMG, how did I miss that? Thank you so much – I was looking for options in the widget itself.