How I can create a component which is visible on the same location throughout the whole site | Community
Skip to main content
February 13, 2019
Solved

How I can create a component which is visible on the same location throughout the whole site

  • February 13, 2019
  • 4 replies
  • 3503 views

I want to create one component. It is like Link button but it should be visible throughout the whole site on the same place.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by edubey

1. Create the the HTML with <a> and <img> tag for your button

2. Create component using that HTML

3. Use the component in base template.

Above is just  one of the approach, there can be many more.

4 replies

February 19, 2019

Thanks!!! Maybe it will work

edubey
edubeyAccepted solution
New Participant
February 14, 2019

1. Create the the HTML with <a> and <img> tag for your button

2. Create component using that HTML

3. Use the component in base template.

Above is just  one of the approach, there can be many more.

February 14, 2019

Actually, I want to create a link button with image content.

edubey
New Participant
February 13, 2019

Can also make that component part of base template, which will be automatically inherited.