Lagom WHMCS Client Theme Page Manager empowers you to configure settings for the Lagom theme pages, set different templates as well as assign basic SEO tags. Moreover, you will be given full freedom to create your customized templates or page overwrites.
In order to access and start managing the “Page Manager” functionality, follow these steps:
This section will become visible once you click on the “Manage” button in the main table.
The Page Template section shows available templates for the chosen Lagom theme page. As presented below, it displays templates available for the “Login” page.
The Template Settings section presents settings available for the currently managed page template. Please note that this section is not available for all templates.
Page Settings give you the possibility to manage basic SEO settings for the currently managed page.
<title>
, <meta property="og:title">
and <meta name="twitter:title">
tags.<meta name="description">
, <meta property="og:description">
and <meta name="twitter:description">
tags.<meta property="og:image">
and <meta name="twitter:image">
tags.Custom Layout option give you the possibility to assign different Lagom Layout for managed page, this setting will overwrite settings made in Layout Manager.
Below video show example usage of this functionality. As you can see in "Layout" tab Lagom theme has "Default" navigation layout assigned for all pages. We'll assign "Left" navigation layout for "Homepage" page:
Tailor the client area or the ordering process page to your needs.
Using this feature, you can customize your already existing page template. Navigate to our Customize Existing Page documentation article find out more.
This functionality gives you the possibility to customize a page that has only the “default” template. Refer to our Customize Existing Page documentation article for more info.
Under this section, you can set up custom WHMCS pages that do not exist by default in the Lagom WHMCS Client Theme package.
/templates/lagom2/core/pages
directory..tpl
file of your custom WHMCS page.page.php
file.page.php
file.
display_name
- define a page name displayed in the RS theme addon.group
- define under which page category this page should be displayed.<?php
return [
'display_name' => 'Access Denied',
'group' => 'Client Area'
];
Below you will find a list of available templates and template settings for Lagom Client Theme pages.
This page becomes visible ONLY if the "Default to Client Area" option is unchecked. You can find this option in "System Settings" > "General" > "Other".
There are 2 different templates available:
"Modern Template" - it gives you the possibility to show or hide specific page sections. (More information on how to customize the "modern" template content is available in the Customize Homepage documentation article)
Feature introduced in Lagom Client Theme 2.1.0 version - changelog.
There are multiple pages which are related to the customer login and registration:
All the above pages contains two templates to choose from:
Both pages has the same tempaltes and settings:
Provides you with two various templates:
This section offers two templates for the "Support Departments" page:
"Products" page contains multiple template setting options for the "Default" template.
"Services List" page contains multiple template setting options for the "Default" template:
Once activated, additional settings will show up in services list table:
"Domains List" page contains multiple template setting options for the "Default" template.
Once activated, additional settings will show up in services list table:
"Support Ticket - Step Two" page contains multiple template setting options for the "Default" template.
Once this option is activated, inactive domains and product will be removed from the "Related Services" list:
All Lagom theme pages which have the "left" sidebar are also equipped with the option to hide it in "Template Settings":
For example, it is possible to hide the "left" sidebar for the "Product" pages:
To achieve it, you need to activate the "Hide Sidebar" option in the "Product" page management:
The following option is not supported for "right" sidebars.
← Menu Manager Branding →