Enabling the banner carousel
The homepage templates have the functionality to cycle through a series of banners, each with separate images, text, and links.
By default, the carousel cycles to the next banner after 8 seconds. This time can be adjusted
in the template HTML file by changing the intervalDelayInSeconds
variable.
You can also switch between banners by clicking the colored dots. The color of the dots is determined by the selected icon theme.
The EmployeePreviewMonochrome.html and EmployeePreviewFullBackground.html templates are set up to demonstrate this feature.
Instructions to implement this feature for any of the templates are contained inside the template HTML files as inline comments.