Cards
Use the [card]
shortcode to create staff profiles e.g for company staff. The [card]
shortcode gives you the option to add the person's name
, the title
and the person's avatar
.
[card title="Ann Punjah" subtitle="Sous chef" src="/images/demo/avatar/client-4.jpg" link=""] [card_social_icons style=""] [icon_button icon="icon-facebook" url="#" target="_self"][/icon_button] [icon_button icon="icon-linkedin" url="#" target="_self"][/icon_button] [/card_social_icons] [/card]
You can set the tm-icons-visible
class to the [person_social_icons]
style attribute to have it visible always. The link
attribute can be used to link to a different page for more information.
[card title="Ann Punjah" subtitle="Sous chef" src="/images/demo/avatar/client-4.jpg" link=""] [card_social_icons style="tm-icons-visible"] ... [/card_social_icons] [/card]