Edjet LMS Server 6.3

Use custom page layout

Custom page layout works the same as regular page layouts, but there is no need to create a dedicated reusable page layout.

This is advantageous when you create a page with a totally unique layout. For example, if you want to create a contact page and there will be no other page with the same layout on your website.

To create a custom layout for your page:

  1. Make sure you are logged in to the Edjet LMS admin as administrator.
  2. Click Learner portal in the main menu, then Pages.
  3. Find the page and click on it.
  4. Click Properties in the toolbar.
  5. Click Design tab.
  6. Click Custom page layout option.
  7. Choose Page layout template option:
    • If you want 1-column layout, choose 1_col_grid_12.tpl.php
    • If you want 2-column layout with narrow left column, choose 2_cols_grid_3_9.tpl.php
    • You can also choose any other layout.
  8. Click Save and close in the toolbar.
    At this point, the zones coded in the template are detected and listed in the UI.

Next, you can start adding a widgets to your layout.

Tip: If you are using Edjet LMS Server having access to the template files, you can go ahead and code your own page layout templates.

Related