Lite version options

# Parameter Include UIkit CSS

Specifies the connectivity option of the original UIkit styles.

The options are:

  • Not include – do not connect UIkit styles, in this case you should take care of connecting UIkit styles for the template yourself;
  • Based – basic version of styles;
  • Minified – compressed version of styles;
  • RTL – styles for languages with right-hand writing;
  • RTL minified – compressed version of styles for languages with right writing.

The default value is Minified.


# Parameter Include UIkit JS

Specifies the connection option of the main UIkit script.

The options are:

  • Not include – do not connect the UIkit script, in this case, you must take care about connecting the script to the UIkit template.
  • Based – basic version of the script;
  • Minified – compressed version of the script;

The default value is Minified.


# Parameter Icons Include UIkit JS

Specifies the connection for the script icons UIkit.

The options are:

  • Not include – not connected script icons UIkit, in this case, you must take care of connected script icons UIkit template;
  • Based – basic version of script icons;
  • Minified – compressed (#) option of script icons;

The default value is version Minified.


# Parameter Setting a title for pagination pages

An indication of the page and (optionally) the total number of pages will be added to the page title and description. This action does not apply to the first page. It is used in all components using the standard Joomla pagination mechanism.


# Parameter System messages output

Sets the output mode of Joomla! system messages.

Alert box mode displays a standard message that you can close. This mode is used by default.

Popup notification mode displays a pop up message that will close on their own after a specified period of time.


# Parameter Notification position

The parameter associated with the parameter System messages output

Sets the positioning for a pop-up message when the option System messages output has a value of Popup notification. The default is top right.


# Parameter Notification timeout, seconds

The parameter associated with the parameter System messages output

Sets the interval time in seconds after which a pop-up message will be closed automatically. Default 5 seconds.


# Parameter Offcanvas menu breakpoint

Sets the switching point of the main menu to the mobile one (screen width in pixels) when the main menu is published in one of the navbar-* positions, and the mobile menu is published in the offcanvas position. The main menu is of the module type mod_menu. The default value is @m (960px).