ThemeBoy
Forum Replies Created
-
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Fatal ErrorSounds like it’s conflicting with another plugin. Could you try disabling the other plugins?
The next update will include a check for this.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] functionsThanks for your question!
Yes, this is possible 🙂You’ll first need to create a calendar for that team by going to Schedule > Calendar then select the team and other details like league and season if necessary. Be sure to select “List” as the Format. Click publish, then copy the [event-list] shortcode containing the ID.
Edit the team and paste the shortcode from above into the content editor. Now this team page will display a list of events.
Hi there, and welcome to WordPress 🙂
That is totally understandable. The current version of the plugin will display an empty table when no players are selected. We’ll need to make some adjustments to hide the table altogether.
This will be added in the next update. I’ll let you know when it becomes available 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] League table calculationsHi again!
Thanks for clarifying. That sounds useful, so we’ll definitely do our best to include an initial rating to teams in the next major update.
Regarding the phpStack error, this will be fixed in the next version 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Custom Table FormattingHi there,
Glad to hear that the import tool worked out 🙂
We’ll be adding some basic color settings to the next major update. In the meantime, you can add some custom CSS to your existing theme and target certain classes that are generated by SportsPress tables:
.sp-data-table{} /* all tables */
.sp-league-table{} /* league tables */
.sp-event-list{} /* event lists */Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] League table calculationsHi there,
Thanks for your feedback.
If I understand correctly, the points in the league tables should all start with 1000 (not 0), and points are added or deducted depending on outcomes.
This could be done by adding a constant at the beginning of the points calculation.
For example, if the equation for points is 1000 + Wins x 50 – Losses x 50, you could enter this:
Points = ( 10 x 10 + Wins x 5 – Losses x 5 ) x 10
Let me know if this works 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Suggestions for future features!Also, thank you for completing the Swedish translation! You are awesome 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Player AvailabilityThank you for your feedback. We’re definitely considering this, although it may be released in the form of an extension to the plugin.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Suggestions for future features!Hi Jens!
Thank you for your feedback.
Currently, you can publish one post in the event page (the Article section at the bottom of the event edit screen). Interesting idea to link multiple posts to events, though! I’ll have a chat with the team to see if that’s something we’d like to add.
Yes, we are definitely going to include an export tool by version 1.0 🙂
Hi there,
The SportsPress plugin is still being developed and will soon be fully integrated into the Football Club theme. Current users of the theme will receive a free update as well as a complementary premium extension, and an import tool to bring all Football Club data into the new system.
The update will become available shortly. Thanks for your patience 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] EVENT Calendars little helpHi there,
Thanks for your feedback. We can definitely add Venue to the events list in the next update. I’ll let you know when the update becomes available 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Build equation for playersHi Bhelpful2,
Firstly thank you for your ongoing help with the project’s German translation on Transifex!
Regarding calculations for player statistics, it might take some time as I would need to add a new Calculate type (Total, Average, and Equation) but I think this is a great idea and would be happy to add it to the plugin.
I’ve added it to our GitHub here: https://github.com/ThemeBoy/SportsPress/issues/15
Will let you know when the functionality has been added 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Arabic coming soonHi Abdulelah,
I noticed that you’ve been adding Arabic translations to the Transifex project. Thank you for your help, we appreciate it!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Team RosterHi there,
The staff shortcodes are currently being developed and will be included in the next major update.
Thank you for your feedback, that’s a great idea. We’ll try to work in options for displaying other details on hover in the player gallery.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Theme Footbal SoccerHi again!
We don’t have an exact date yet, but we’re aiming to release the update very soon.
All existing users will receive a free update 🙂