Requires that a site is migrated to Saas before use.
[[saas-reviews parameters]]
Parameters
| Parameter | Description | Required | Values | Default |
|---|---|---|---|---|
| view | Set the view option | no | list, grid, carousel | list |
| alignment | Set the justification | no | left, right, center | left |
| grid_columns | Sets number of columns if grid is used | no | 3, 4, 5 | 3 |
Parameters
| Parameter | Description | Required | Values |
|---|---|---|---|
| name_color | Sets the color of the name | no | any Hex or RGB color |
| name_size | Sets the font size of the name, in pixels | no | any positive number with “px”. Ex: 18px |
| content_color | Set color of content | no | any Hex or RGB color |
| content_size | Sets the font size of the content, in pixels | no | any positive number with “px”. Ex: 18px |
Parameters for Carousel option
| Parameter | Description | Required | Values | Default |
|---|---|---|---|---|
| carousel_pagination | Toggle pagination controls | no | yes or no | yes |
| carousel_autoplay | Set autoplay option | no | yes or no | no |
| carousel_delay | Carousel delay, in seconds | no | in seconds, any positive number | 10 |
| carousel_transition | Transition direction | no | horizontal or vertical | horizontal |
| carousel_randomize | Sets order of items | no | yes or no | no |
| carousel_navigation | shadow color | no | yes or no | no |
Examples
A basic grid:
[saas-reviews view=”grid”]
An in depth example:
[saas-reviews view="carousel" carousel_pagination="no" name_color="#ffffff" content_color="#ffffff" content_size="24px" alignment="center"]
