Modal Settings
The modal of the FootballManager Games module can show you virtually all information about a game within the modal. The layout adapts based on the available data & the settings you have made (module settings).
Most of the options should be self-explanatory (a mouseover will show you more information), but I would like to go into detail about a few neuralgic points:
Modal Header - CSS Classes
This point is important, it is not explicitly mentioned anywhere but depending on your styling you have to use the UIkit classes uk-light or uk-dark (depending on how the header is styled). uk-light ensures that all texts in the header are displayed white or with a light color. uk-dark on the other hand of course simply with a dark color. This can be very important if you use a UIkit based website template and deactivate the provided UIkit version of the module.
Ticketlink - CSS Classes
In order to display the ticket link nicely, it is recommended to add some CSS classes to this field. Since the FootballManager Games Module comes with UIkit 3 framework we can use the native UIkit classes for buttons here (for example: uk-button
uk-button-large
uk-button-primary
). Of course you can also use other CSS class names to style the link.