Ticketlink
The Next Game Module for FootballManager can also include your ticket links. If a ticket link is stored on a game, it can be displayed by the module with the option Show Ticketlink. If the option is activated, two additional fields are available for the styling of the link.
Note: You can enter the link for the ticketting / your ticket portal in the game settings in the tab Details.
As with the headline for the game, simply activating this option and depositing the link doesn't do much yet and simply places it above the countdown....
Of course we can't leave it like this and start to give the whole thing a bit more style via the fields "CSS Classes Container" and "CSS Classes Link". Again I use UIkit classes, but of course you can also use the classes of another / your framework or your own.
I have now decided to position the ticket link on the top right absolutely and to give it the UIkit button class, the whole thing looks like this:
Yes, the whole thing looks better like this...
I used the following class names for this:
Container Classes: uk-position-top-right
uk-margin-top
uk-margin-right
uk-box-shadow-large
uk-position-z-index
- Link Classes:
uk-button
uk-button-secondary
uk-button-large
Please keep in mind: The module / FootballManager component comes with UIkit 3 so you can use all UIkit class names even if your template works with Bootstrap or another framework.