You can add content to the footer of your web pages, such as visually appealing images, social media links, or fiscal information.
- In the Content tab of the Lumos CMS, go to Configuration > Web > General > Footer > Image navigation item.
- Click Add Media.
- Upload an image to display in the footer or enter the URL of an existing image.
Note: If you upload an image, ensure that it is the size that you want it to be displayed in your footers.
- (Optional) If you enter an image URL, enter the width in pixels that you want the image to be scaled to.
- Enter a link that users will navigate to when clicking on the image.
- (Optional) Under Target, enter a location where the link will be opened.
Note: This works like the
target
HTML attribute. See 'Target' field for details. - Enter alt text for the image.
- Save.
'Target' field
The table below outlines the values you can enter in the Target field, and the corresponding locations where the link will open.
- If you leave the Target field blank, the link will open in a new tab.
- If you enter any string other than the values below, the link will open in a new tab, and the string you entered will be present in the
target
attribute of the<a>
tag in the HTML of your web page.
Value | Result |
_self | Link opens in the same frame as it was clicked |
_blank | Link opens in a new window or tab |
_parent | Link opens in the parent frame |
_top | Link opens in the full body of the window |
Comments
0 comments
Please sign in to leave a comment.