{% powered_by %}

Display the "Powered By Marketpath" notice.

Syntax

Syntax: {% powered_by [if_required] [dark|light] [stacked|wide] [fixed] [top-left|top-right|bottom-left|bottom-right] %}

Note that sites on the Free plan will display the "Powered by Marketpath" notice even if this method is not called. Developers may use this method, however, to give them a little more control over how the notice is displayed.

if_required
Will only display the notice if it is required by the site's plan.
dark
Display the dark-themed notice
light
Display the light-themed notice
stacked
Display the notice in a vertical orientation
wide
Display the notice in a horizontal orientation (default)
fixed
Display the notice in a fixed corner of the window (the bottom-right corner by default)
top-left
Display the notice in the top-left corner of the window. Only applicable if the position is fixed.
top-right
Display the notice in the top-right corner of the window. Only applicable if the position is fixed.
bottom-left
Display the notice in the bottom-left corner of the window. Only applicable if the position is fixed.
bottom-right
Display the notice in the bottom-right corner of the window. Only applicable if the position is fixed.

 

Examples

Display Dark Themed Powered By Notice

Copy
{% powered_by dark stacked %}

Control position of Powered By notice when required

Copy
{% powered_by if_required fixed top-right %}