/ /website-builder/ /extensions/ /module-integration/ /order-form/

# Page Manager

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.

# Main Page

In order to access and start managing the “Page Manager” functionality, follow these steps:

  1. Visit the “RS Themes” addon in your WHMCS admin area.
  2. Open the “Pages” tab.
  1. Categories - Lagom WHMCS Client Theme pages are divided into two categories “Client Area” and “Order Process”. Choose a category that you want to start managing.
  2. Show - when you access “Page Manager” for the first time, the main table will show pages that have at least two different templates to choose from. To display all pages, use the “Show” filter, and select the “All” option.
  3. SEO - display the SEO setting for a specific page. This option can be configured in Page Settings and has 3 different statuses:
    • Gray - SEO settings are disabled.
    • Orange - SEO settings are enabled but at least one field is not completed.
    • Green - SEO settings are enabled and all fields are correctly filled out.
  4. Template - displays the currently selected template for this specific page.

# Page Management

This section will become visible once you click on the “Manage” button in the main table.

# Page Template

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.

# Template Settings

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 SEO

Page Settings give you the possibility to manage basic SEO settings for the currently managed page.

  1. On/Off switcher - allows you to enable or disable the SEO option for the selected page. Once enabled, additional configuration will show up.
  2. Title - you can assign your page title to <title>, <meta property="og:title"> and <meta name="twitter:title"> tags.
  3. Description - enables you to assign your page description to <meta name="description">, <meta property="og:description"> and <meta name="twitter:description"> tags.
  4. Social Image - allows you to assign your page image to <meta property="og:image"> and <meta name="twitter:image"> tags.

# Custom Layout

Custom Layout option give you the possibility to assign different Lagom Layout for managed page, this setting will overwrite settings made in Layout Manager.

  1. On/Off switcher - allows you to enable or disable the Custom Layout option for the selected page. Once enabled, additional configuration will show up.
  2. Main Menu Layout - choose what Main Menu layout should be displayed on currently managed page.
  3. Footer - choose what Main Menu layout should be displayed on currently managed page.

# Example Usage

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:

# Create Page Template

Tailor the client area or the ordering process page to your needs.

# How can I use this function?

  1. Overwrite Lagom WHMCS Client Theme pages. Your changes will not be overwritten by future theme updates.
  2. Perform the modification of already existing templates. Your changes will not be overwritten by future theme updates.
  3. Perform A/B tests by activating different templates for specific pages. Test which page layout meets your customer expectations.

# Modify existing page template

Using this feature, you can customize your already existing page template. Navigate to our Customize Existing Page documentation article find out more.

# Create new page template

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.

# Manage Custom Page

Under this section, you can set up custom WHMCS pages that do not exist by default in the Lagom WHMCS Client Theme package.

  1. Log in to FTP/SFTP of your WHMCS server.
  2. Go to the /templates/lagom2/core/pages directory.
  3. Create a new folder with the same file name as the .tpl file of your custom WHMCS page.
  4. Open the newly added folder and create the page.php file.
  5. Paste the below code to the 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'
];
  1. Your new page should be now visible in Page Manager.