Toto je starší verze dokumentu!


Layout modules

Header module implements site header. Header consist of:

  • ŠKODA AUTO logo
  • Site name
  • Main site navigation
  • Search button (optional)

Backend using default Wordpress menu functionalities. Administrator can create menu by his needs. See https://codex.wordpress.org/WordPress_Menu_User_Guide.

See Wireframe and Styleguide for more info.

Footer module implements footer of the site.

Back using Widget Wordpress Widget functionalities. See https://codex.wordpress.org/Appearance_Widgets_Screen.

Footer is divided into several sections. You can put widgets into sections and make footer customization. Widget can be menu, links (including social ones), newsletter subscription, etc.

Mobile

Categories and Social Channels are hidden and can be shown by user by clicking on them.

See Wireframe and Styleguide for more info.

Miscellaneous

Examples:

  • Fact Tool (animated numbers – values – with units and short description)
  • Masonry (listing of Posts with image thumbnail, short excerpt and link to the full article.. presented in specific “masonry” layout).

Most of the modules allows to display certain Posts in certain layout.

All of the modules are added and modified with Page Builder, which is highly specific. Options are most commonly – what will be displayed, what title will be used, how many Posts will be displayed.

Reusability of Page Builder modules is highly lowered because this backend component is strictly template specific and also the frontend view is template specific. Therefor any module has to be customized for different backend and frontend before it’s possible to be reused.