ThemeBoy
Forum Replies Created
-
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Player Profile PageHi there,
Thanks for your question.
The current_teams() function for players is:
public function current_teams() { return get_post_meta( $this->ID, 'sp_current_team', false ); }Are there any current teams selected for that player?
The plugin is designed so that you can create your own copy of templates and put them in your theme inside a “sportspress” folder. For example,
wp-content/themes/twentyfourteen/sportspress/player-details.php
Will override the default player-details.php template when using the twentyfourteen theme.
Hope this helps!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] shortcode for venuesThanks for your feedback.
A venue shortcode is a good idea. We’re working on a “Home venue” feature for teams as well, which would give us the option to display venues on team pages. I’ll let you know when the update becomes available.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Widget questionsHi there,
Thanks for your question. I’m glad you like the plugin!
You can add this code to SportsPress > Settings > Custom CSS to change the color of league table borders:
.sp-league-table, .sp-league-table th, .sp-league-table td { border-color: #00a69c; }To change it for widgets only:
.widget .sp-league-table, .widget .sp-league-table th, .widget .sp-league-table td { border-color: #00a69c; }(Change #0069ac to your color).
And to hide the “Pos” column:
.sp-league-table .data-rank { display: none; }Hope this helps!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Request for a new sportsWe’ll look into adding it to our presets. Could you give me some more information about the columns needed in league tables and player statistics?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Statistics RoundingHi again,
Thanks for your feedback.
You’re right, the rounding was being reset in player lists. We’ll be releasing an update soon.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Player vs Player gamesHi there,
We’re prioritizing player vs player events as well as the sport presets, which should be ready within the next couple weeks.
I’ll let you know when the update becomes available π
Glad to hear that!
As always, feel free to let me know if you have any other questions or suggestions π
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Suggestion Add ReferresHi there,
I agree! Referees extension coming soon π
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] User control & easy eventsHi there,
Thanks, we try our best π
Regarding player statistics, try these steps:
1. Go to edit player page.
2. Ensure that at lease one team, league, and season is selected under “Details”.
3. Update the page and select a team from the dropdown under “Statistics”.Let me know if the issue persists.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] League Table set upHi there,
League Tables will only show teams within the league and season selected. Have the teams been added to any leagues/seasons? You can select leagues and seasons in the sidebar of the edit team page.
Hope this helps π
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Problème de doulonHi there,
We’ll be sending out login details to all current customers of Football Club within the next 24 hours.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Hide theme warningAh you’re right, we gotta fix that!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Player list problemGlad to hear that. Enjoy π
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] ColumnsHi again,
Thanks for your ongoing feedback.
We’re just released SportsPress version 1.0. The equation builder has been redesigned and several functions related to custom equations have been adjusted. Please let me know if the issue persists after updating to the latest version.
Hi again!
We’ve just released SportsPress version 1.0. The previous/next post links have been disabled for all SportsPress post types π
Thanks again for your feedback!