ThemeBoy
Forum Replies Created
-
@artakevn You’ve already sent this exact message to us directly, so I am marking this topic as resolved.
@sunshyme Thanks for your feedback. In the current version, values cannot be attached to events directly. We’ll definitely be adding a feature that allows attaching values to events in a future update.
Regarding displaying multiple results in event lists and event blocks, the best way to do this is via a custom page template. To learn how to do this, please see https://sportspresspro.com/docs/theme-integration-guide/
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Specific event details possible?@eliytres We’re aiming for the first week of August, but I’ll keep you posted.
@ross We added a “padding” option in a recent update, which can be left empty to use your themes default padding. I’m not sure how it looked before on your site but it looks ok to me now. Let me know if I can still help you with this.
@alle Correct. The only difference between the “Friendly” and “League” format is that League events count toward League Tables and Player Statistics, so it’s okay to select League format even if they are technically friendly 🙂
Thanks for letting us know about the “number” issue in the event blocks shortcode. We’ve just released a fix for this.
We’ve also added an option that allows you to completely hide team performance in events. Once you’ve installed the update, please go to SportsPress > Settings > Events and uncheck the “Display total” option next to “Player Performance”.
Both are available in version 1.2.1:
http://wordpress.org/plugins/sportspress/changelog/
Regarding player performance stats, you’ll need to check the checkboxes at the top next to each label that you’d like to display. Please let me know if they are already checked but still not being displayed.
Hope this helps!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Code needed for text centreHi Kev,
Thanks for letting us know. You’re right, the “number” parameter in auto-generated shortcodes were not being applied. We’ve just fixed this, so updating to version 1.2.1 should resolve this issue.
We’ll look into adding an option to hide the table title in the next update. Please see below for custom CSS that will center the “View full table” text:
/* Applies to all tables */ sp-view-all-link { text-align: center; } /* Applies to league tables only */ sp-league-table-link { text-align: center; }Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Event List Widget@ironman52885 Thank you for letting us know. We’ve just released version 1.2.1 which contains a fix for this issue.
Glad to hear you’re enjoying the plugin 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Formulas not work@teecrisp The issue could be one of two things (or both):
1. I’m not sure if there is a need to have a “Wins” variable in Player Performance. You could use the Event Outcome directly when calculating Player Statistics, so let’s change the equation to:
Points Per Win = Total Points ÷ Win
(“Win” should be from Event Outcomes)
2. If the “Rounding” value for Points Per Win is 0, this could also result in the value being returned as zero if the equation returns a number less than 0.5. Changing the Rounding value to 3, for example, will ensure that 3 decimal places are shown.
@andrewlynch We’ll be corresponding via email support so I’ll mark this ticket as resolved.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Problems displaying Staff@ddoine Using SportsPress (free), staff can be displayed as a single profile. SportsPress Pro is a significant upgrade that includes a feature called “Staff Directories” which enables displaying multiple staff members in a detailed list or gallery format.
@tecknogeek SportsPress does support individual sports so it will work for the most part. That being said, the league table can only calculate totals within a given league or season, so your example of having a column per week would not work out of the box.
We’ll look into implementing something like this in the future.
@alle The statistics should automatically update. Have you also selected “League” (not “Friendly”) as the event format?
I’d be happy to look at your dashboard if you’d like me to. Please feel free to send us a ticket on https://sportspresspro.com/support/ for free private support.
@caro4711 This can be achieved by defining 3 types of Event Outcomes via SportsPress > Configure tab.
The outcomes needed are:
- Win
- Overtime Win
- Overtime Loss
With these outcomes defined, we can now modify the equation for Points in League Table Columns:
Points = Win x 3 + Overtime Win x 2 + Overtime LossI hope this helps 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Specific event details possible?@eliytres we’ve just launched the Pro version of SportsPress, which includes some additional features. Event highlights will be added in the next update of Pro.