Pages
Page History
...
- In the Frosmo Control Panel, in the sidebar, select More > Workspaces > Overview.
- Click Create workspace.
Enter "Site Banner" as the workspace name, and click Create.
- In the workspaces list, click Site Banner to enter the workspace.
...
To create the site banner placement in the workspace:
In the Control Panel, in the workspace, click the quick menu button for Placements, and select Create placement.
Define the following settings:
- Name: Enter "Site Banner".
- Target element: Select CSS selector, and enter "body" as the selector name.
- Display method: Select Before content.
The target element and display method together place the modification as the first piece of content within the
body
element.For more information about the settings, see Creating and editing a placement.
- Click Save.
...
To create the site banner modification in the workspace:
In the Control Panel, in the workspace, click the quick menu button for Modifications, and select Create modification.
Enter "Site Banner" as the modification name, select Personalization as the modification case, and click Create.
You could also select another case, but since this modification needs only the one variation, Personalization is the natural choice here.
For more information about the settings, see Creating and editing a modification.
Select the placement for the modification:
In the Basic settings view, in the Placement section, click Select placement.
Select the placement you created for the hero banner.
- Click Save.
For more information about the settings, see Defining the placement for a modification.
Define the content for the modification:
In the Basic settings view, in the Content section, click the variation name.
- In the Variation settings section, click Select type.
Select Custom content, and click Select.
In the Content section, enter the following code as the content of the variation.
Code Block language xml theme RDark <div class="frosmo"> <p>My Banner</p> </div> <style> div.frosmo { background: #ffa415; text-align: center; } div.frosmo > p { color: #ffffff; display: inline-block; font-family: "Source Sans Pro", sans-serif; font-size: 20px; line-height: normal; margin: 20px; text-transform: uppercase; } </style>
- At the bottom of the view, click Save.
Back in the Basic settings view, in the Content section, click the quick menu button for the variation, and select Activate.
- If you want to disable the comparison group for the modification, click the quick menu button for the group, and select Deactivate.
For more information about the settings, see Defining the content for a modification.
- Activate the modification:
- At the bottom of the Basic settings view, click Activate.
- To confirm, click Activate.
- At the bottom of the Basic settings view, click Close. The Control Panel returns to the workspace.
...
To preview the site banner:
In the Control Panel, in the workspace, in the Actions menu, select Preview workspace.
The workspace preview mode page opens. Preview mode is now active.
On the preview mode page, click the site link.
If preview mode fails to activate for your site, see the alternative activation solutions in Previewing a workspace.
Preview the site banner modification. The following figure (click to enlarge) shows the preview indicator with the workspace ID.
- When you're done, deactivate preview mode by opening the preview mode page and clicking Deactivate. If preview mode fails to deactivate for your site, see the alternative deactivation solutions in Previewing a workspace.
...