Ayla
Forum Replies Created
-
Forum: Reviews
In reply to: [SportsPress - Sports Club & League Manager] Thank you So muchYou’re very welcome and thank you for the positive feedback. It’s great to hear that you’re enjoying the plugin ??
@joshroos the Twitter widget is embedded via an iframe, so it looks like we’d need to use Javascript to do this: https://stackoverflow.com/questions/16709397/how-to-change-font-type-in-twitter-com-widget
Try something like:
window.setTimeout(function(){ jQuery(".twitter-timeline").contents().find("*").css("font-size","11px"); }, 1000);
Hope that helps!
@dni777 It looks like the link works in iCal, but the issue is occurring when subscribing via Google calendar. SportsPress version 1.5 is due for release by December 10th, which will include separate links for different actions.
@jimmythetoucan The current version is designed to manage a league/club with multiple teams playing the same sport. We’re working on a multi-sport solution using Multisite.
@dni777 That’s odd, you’re the first to bring this issue up. Is your site live or on localhost?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Multiple Teams / No League@larks Yup! SportsPress is fully capable of doing all of these things. When you create your different teams, there’s an optional URL section where you can assign each team their own website. If a URL isn’t provided, the team will still have their own team page within your website. Once you install the plugin, I would suggest following this getting started guide: https://sportspresspro.com/docs/installation/
There are several user roles with different capabilities and restrictions, you can read about the different roles here: https://sportspresspro.com/docs/roles-and-capabilities/
@ganeshmamodaly Glad to see that you were able to figure this one out ?? Thanks for your kind feedback and support!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Scores? Schedule?@reaser you create events for your games, training sessions, etc by specifying a date and time. To enter the score of the game, edit that event (game) and you should see a section called Team Results where you can enter the values.
To ensure that a particular event counts towards your league table, be sure to select “Competitive” from the format section. If you select a “Friendly” format for an event, the results for this event will not be counted towards the overall league table.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Result Entry ProblemHey there,
Thanks for your honest feedback! Don’t worry, we’re not ignoring your suggestions. The development team is aware of this request and is continuously making changes to SportsPress to improve user experience. We’re currently looking into different ways to implement a better way to update events. That said, please understand that SportsPress is an open-source project and we encourage our users to get involved and, if they can, contribute to the core plugin.
You’re more than welcome to join us here: https://github.com/ThemeBoy/SportsPress
Thanks again for reaching out ??
Cheers,
Ayla@jakours2 If you have an urgent issue I would recommend sending a ticket directly via https://sportspresspro.com/support/ as this is a community support forum.