Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


You can use the url https://yourdomain.orbita.cloud:8443/hub/:hubname/:question to access this page directly.

Customizing the Hub templates

You can customize the hub templates to match your website design using the template nodes used in the Engage Manager V2 flow. Anything on the FAQ hub webpage is customizable using these template nodes.

Home page

You can customize the home page by editing the template nodes under the FAQ Hub - Home Page

...

The below screenshot shows the home page as viewed on the FAQ hub webpage.

...

You can customize the template nodes. For example, the Header template node contains the code for the FAQ Hub webpage header.

Experience Designer Code

Web view

Line 19 to 21

Code Block
<div class="col-xs-12 col-sm-6 col-md-6">
  <p class="bold mb-0 float-md-left float-sm-left float-xs-left">Monday - Saturday, 8am to 10pm </p>
</div>
Image Added

Line 22 to 24

Code Block
<div class="col-sm-6 col-md-6">
  <p class="bold float-md-right float-sm-right float-xs-left mb-0">Call us now +1 617-380-7329</p>
</div>
Image Added

Question page

You can customize the Questions page by editing the template nodes under the FAQ Hub - Question Page.

...