Lasso has a few types of displays as shown below:
In this guide, we're going to break down customizing these types.
Single Product Displays
The default shortcode for this display will look similar to this:
[lasso ref="lasso-plugin" id="49834" link_id="1967174"]
The initial three attributes, ref, id, and link_id are set by Lasso to help pull in the correct product information. You should not be changing these by hand.
Customizing a Single Display
Attribute | Description |
title="Lasso: Lean and Responsive Displays for your site." | Override the product title. |
title="hide" | Hide the product title. |
title_url="https://getlasso.co" | Customize the title link destination. Leave blank for the default. |
title_type="H2" | Set the title tag. Common values are: H1, H2, H3, H4 |
description="A special description just for this display." | Override the product description |
description="hide" | Hide the product description. |
badge="Our Top Pick" | Override the display badge. |
badge="hide" | Hide the badge. |
brag="true" | Promote Lasso on your display and earn money. |
theme="cutter" | Override the theme. Supported theme values are: Cactus, Cutter, Lab, Llama, Money, Splash |
primary_url="https://getlasso.co" | Override the first button url. |
primary_text="Start Your Free Trial" | Override the first button text. |
secondary_url="https://support.getlasso.co/" | Override the second button url. |
secondary_text="View Support" | Override the second button text. |
image_url="https://getlasso.co/lasso.png" | Override the image url. |
disclosure_text="Just some text" | Override the disclosure text. |
Button Displays
This display shows the primary button for a Lasso Link.
The default shortcode for this display will look similar to this:
[lasso type="button" ref="m1-finance" id="53442" link_id="1967172"]
Customizing a Button Display
Attribute | Description |
theme="cutter" | Override the theme. Supported theme values are: Cactus, Cutter, Lab, Llama, Money, Splash |
primary_url="https://getlasso.co" | Override the button url. |
primary_text="Start Your Free Trial" | Override the button text. |
Image Displays
This display shows the primary image for a Lasso Link.
The default shortcode for this display will look similar to this:
[lasso type="image" ref="fundrise" id="49640" link_id="1967171"]
These displays can't currently be customized.
Grid Displays
The default shortcode for this display will look similar to this:
[lasso type="grid" category="our-courses" link_id="1967169"]
The initial two attributes, category, and link_id are set by Lasso to help pull in the correct product information. You should not be changing these by hand. Type is what makes this display a Grid.
Customizing a Grid Display
Attribute | Description |
columns="3" | Sets the Grid to display three products per row. Ideal for wide layouts. This can also be set to 1 for a single display per-row. |
title="hide" | Hide the product title. |
description="hide" | Hide the product description. |
badge="hide" | Hide the badge. |
brag="true" | Promote Lasso on your display and earn money. |
theme="cutter" | Override the theme. Supported theme values are: Cactus, Cutter, Lab, Llama, Money, Splash |
List Displays
The default shortcode for this display will look similar to this:
[lasso type="list" category="our-courses" link_id="1967185"]
The initial two attributes, category, and link_id are set by Lasso to help pull in the correct product information. You should not be changing these by hand. Type is what makes this display a List.
Customizing a List Display
Attribute | Description |
bullets="square" | Override the bullet type. To hide the bullet use "hide". All supported values are: decimal, alpha, roman, square, circle, hide |
description="hide" | Hide the product description. |
theme="cutter" | Override the theme. Supported theme values are: Cactus, Cutter, Lab, Llama, Money, Splash |
title_type="H2" | Set the title tag. Common values are: H1, H2, H3, H4 |
Gallery Displays
The default shortcode for this display will look similar to this:
[lasso type="gallery" category="books" link_id="1967265"]
The initial two attributes, category, and link_id are set by Lasso to help pull in the correct product information. You should not be changing these by hand. Type is what makes this display a Gallery.
Customizing a Gallery Display
Attribute | Description |
columns="5" | Sets the Gallery to display five products per row. Ideal for wide layouts. This can also be set 2, 3, 4, and 5. |