An overview of the various shortcodes used throughout the site for your reference.
Type Sizing
The shortcode [type /] is utilised to adjust the size of text where required outside of pre-styled elements like block quotes etc.
[type xs]X Small Type[/type]X Small Type
[type sm]Small Type[/type]Small Type
[type md]Medium Type[/type]Medium Type
[type lg]Large Type[/type]Large Type
[type xl]X Large Type[/type]X Large Type
[type xxl]xX Large Type[/type]XX Large Type
Buttons
The [button /] shortcode is used to place buttons inline into text containers. The style and action of the button can be controlled via parameters, as listed below. Where multiple values are possible, each value is separated by a pipe character (|), and the default value set in bold. Only use one value at the time.
[button
style="primary|secondary|outline|blur"
type="default|download|video"
video_id="12345678"
reversed
icon
]
My button link
[/button]
- The
video_idparameter is only used if thetypeis set tovideo. It should be populated with the relevant Vimeo ID so the site knows what video to grab. reversedandiconare non-value parameters, and added if required.reversedreverses the colour to white for%types%buttons.iconadds an icon to the button. This is contextual, and will change depending on thetypeset for the button.
Button: Primary
[button style="primary" type="default"]Button Label[/button]Button Label
[button style="primary" type="default" icon]Button Label[/button]Button Label
[button style="primary" type="download" icon]Button Label[/button]Button Label
[button style="primary" type="video" video_id="1011846037" icon]Button Label[/button]Button Label
Button: Secondary
[button style="secondary" type="default"]Button Label[/button]Button Label
[button style="secondary" type="default" icon]Button Label[/button]Button Label
[button style="secondary" type="download" icon]Button Label[/button]Button Label
[button style="secondary" type="video" video_id="1011846037" icon]Button Label[/button]Button Label
Button: Outline
[button style="outline" type="default"]Button Label[/button]Button Label
[button style="outline" type="default" icon]Button Label[/button]Button Label
[button style="outline" type="download" icon]Button Label[/button]Button Label
[button style="outline" type="video" video_id="1011846037" icon]Button Label[/button]Button Label
Button: Primary (Reversed)
[button style="primary" type="default" reverse]Button Label[/button]Button Label
[button style="primary" type="default" reverse icon]Button Label[/button]Button Label
[button style="primary" type="download" reverse icon]Button Label[/button]Button Label
[button style="primary" type="video" video_id="1011846037" reverse icon]Button Label[/button]Button Label
Button: Secondary (Reversed)
[button style="secondary" type="default" reverse]Button Label[/button]Button Label
[button style="secondary" type="default" reverse icon]Button Label[/button]Button Label
[button style="secondary" type="download" reverse icon]Button Label[/button]Button Label
[button style="secondary" type="video" video_id="1011846037" reverse icon]Button Label[/button]Button Label
Button: Outline
[button style="outline" type="default" reverse]Button Label[/button]Button Label
[button style="outline" type="default" reverse icon]Button Label[/button]Button Label
[button style="outline" type="download" reverse icon]Button Label[/button]Button Label
[button style="outline" type="video" video_id="1011846037" reverse icon]Button Label[/button]Button Label
Button: Primary (Reversed)
[button style="primary" type="default" reverse]Button Label[/button]Button Label
[button style="primary" type="default" reverse icon]Button Label[/button]Button Label
[button style="primary" type="download" reverse icon]Button Label[/button]Button Label
[button style="primary" type="video" video_id="1011846037" reverse icon]Button Label[/button]Button Label
Button: Secondary (Reversed)
[button style="secondary" type="default" reverse]Button Label[/button]Button Label
[button style="secondary" type="default" reverse icon]Button Label[/button]Button Label
[button style="secondary" type="download" reverse icon]Button Label[/button]Button Label
[button style="secondary" type="video" video_id="1011846037" reverse icon]Button Label[/button]Button Label
Button: Outline
[button style="outline" type="default" reverse]Button Label[/button]Button Label
[button style="outline" type="default" reverse icon]Button Label[/button]Button Label
[button style="outline" type="download" reverse icon]Button Label[/button]Button Label
[button style="outline" type="video" video_id="1011846037" reverse icon]Button Label[/button]Button Label
Button: Blur
[button style="blur" type="default"]Button Label[/button]Button Label
[button style="blur" type="default" icon]Button Label[/button]Button Label
[button style="blur" type="download" icon]Button Label[/button]Button Label
[button style="blur" type="video" video_id="1011846037" icon]Button Label[/button]Button Label