Custom Display Settings

This document outlines the configuration options for Frontman's display behavior. You can control where and when Frontman appears on your website, allowing for a more tailored user experience.

Default Behavior

By default, Frontman will be visible on all pages of your website. However, you can leverage custom display settings to refine its presence.

Specifying Exclusion Rules

To define where Frontman should not appear, you'll create exclusion rules. These rules consist of two parts:

  1. Condition: This defines the criteria for excluding a page. You can leverage various options:

    • Contains: Matches URLs containing a specific string (e.g., "contact").

    • Not Contains: Matches URLs that don't contain a specific string.

    • Regex: Employs regular expressions for complex URL matching patterns (advanced users).

  2. Value: Set the value based on the condition applied and simply apply it to reflect on the website.

Example: Hiding Frontman on a Specific Page

Let's consider hiding Frontman on the contact page located at https://makerobos.com/contact. Here's how to achieve this:

  1. Condition: Choose "Contains."

  2. Value: Enter "contact" in the corresponding field.

This configuration ensures Frontman remains hidden on the "/contact" page while being visible on all other website sections.

Additional Considerations

  • You can create multiple exclusion rules to define nuanced display behavior.

  • The order of exclusion rules matters. More specific rules should be placed higher in the list to take precedence.

  • Consider testing your exclusion rules thoroughly to ensure Frontman appears as intended.

Last updated