Automatically creating a menu for locally stored files

Supported In:

Kiosk Pro Basic, Plus and Enterprise

Added in 9.2.1

Create a menu from locally stored files using Local Menu. After storing your files locally in Kiosk Pro’s documents folder, you can set your Homepage to a folder name. This will create an alphabetically ordered menu interface out of the files within that folder. Folders inside this location are also shown in the menu selection, allowing you to create multiple tiers of content if needed. File suffixes are automatically hidden.

Visitors can then select from a list of files by tapping the button. To show files that are stored directly in the Kiosk Pro documents folder, you will need to set your path to "./" (a period, followed by a forward slash).

Customize the menu style

In Plus and Enterprise, you can use the Custom CSS feature to apply your own CSS file to the Local Menu. You can use the following code sample for applying CSS:

<ul>
     <li><a href="/About Us.html">About Us</a></li>
     <li><a href="/Contact.html">Contact</a></li>
     <li><a href="/Videos.html">Videos</a></li>
</ul>

Still stuck? How can we help? How can we help?