Lagom WHMCS Client Theme Page Manager empowers you to configure settings for the Lagom WHMCS Client 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 WHMCS Client 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 WHMCS Client 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'
];