When refer to original Multiflex-3 design, there are totally 5 page and 7 (!?) header layout design. It is simple for static layout design, but very complicated for dynamic theme implementation. Up to now (6.x-1.0-rc3), both 5 page layout designs are completely implemented:

  1. Layout-1 (no column): always exists for both LTR and RTL.
  2. Layout-2 (left navigation): default layout for LTR.
  3. Layout-3 (right navigation): default layout for RTL.
  4. Layout-4 (left navigation + right subcontent): default layout for LTR.
  5. Layout-4 (left subcontent + right navigation): default layout for RTL.

As all 4 combination (left/right + navigation/subcontent) are well documented in custom.example.css, please fully utilize them and override the default layout according to your own requirement, e.g. both left/right column coming with navigation style.

BTW, the case of header region design is a bit different. Currently only layout 4 (+6, if you don't have primary menu) is implemented. I don't think it is too useful to implement all of the 7 (!?) designs, since if we really hope to customize our site header region, the default layouts are usually not beauty enough... I am thinking about if just simply GIVE UP the rest of fancy header layout implementation. Any suggestion or idea?

Comments

hswong3i’s picture

Status: Active » Fixed

Since no one comment for header layout implementation, and page layout (including example) seems already stable enough, this task will mark as fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.