➕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.
Last updated
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.
Last updated
By default, Frontman will be visible on all pages of your website. However, you can leverage custom display settings to refine its presence.
To define where Frontman should not appear, you'll create exclusion rules. These rules consist of two parts:
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).
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:
Condition: Choose "Contains."
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.
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.