Rozdíly
Zde můžete vidět rozdíly mezi vybranou verzí a aktuální verzí dané stránky.
Obě strany předchozí revize Předchozí verze Následující verze | Předchozí verze | ||
skoda-ep:modules:layout_modules [21.02.2016 16:00] Jan Šimůnek |
skoda-ep:modules:layout_modules [23.02.2016 09:46] (aktuální) Jakub Štěpánek |
||
---|---|---|---|
Řádek 1: | Řádek 1: | ||
====== Layout modules ====== | ====== Layout modules ====== | ||
+ | * Footer | ||
+ | * Content | ||
+ | * Sidebar | ||
+ | * Footer | ||
- | ===== Main navigation ===== | ||
- | Header module implements site navigation. 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. | ||
- | |||
- | {{:skoda-ep:header-desktop.png?800|}} | ||
- | |||
- | {{:skoda-ep:mobile-menu-1.png?200|}} | ||
- | {{:skoda-ep:mobile-menu-2.png?200|}} | ||
- | |||
- | See [[skoda-ep:modules:start#wireframes|Wireframe]] and [[http://skoda-styleguide.ys-dev.cz/|Styleguide]] for more info. | ||
- | |||
- | ===== Footer ===== | ||
- | |||
- | 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. | ||
- | |||
- | {{:skoda-ep:footer.png?400|}} | ||
- | |||
- | == Mobile == | ||
- | |||
- | Categories and Social Channels are hidden and can be shown by user by clicking on them. | ||
- | |||
- | {{:skoda-ep:footer-mobile.png?200|}} | ||
- | |||
- | 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. |