All of the provided shortcode layouts can be modified using the following options.
Option: Compact Layout
Example:
Adding this layout value will display a more compact style with a square profile image, note it is only available in Carousel mode.
Option: limit
Values: number greater than 0
Default: 50
Example:
Setting this value to a positive number will limit the total number of services displayed based on the options you have provided.
Option: from-today
Values: true|false
Default: false
Example:
Setting this to true will only display services from today onwards. This is useful if you do not want to show historical services.
Option: range-months
Values: number greater then 0
Default: null
Example:
Setting this value to a positive number will show all services within X amount of months from today, i.e setting it to 3 will show all services within the next 3 months.
Option: range-days
Values: number greater then 0
Default: null
Example:
Setting this value to a positive number will show all services within X amount of days from today, i.e setting it to 7 will show all services within the next 7 days.
Option: range-hours
Values: number greater then 0
Default: null
Example:
Setting this value to a positive number will show all services within X amount of hours from today, i.e setting it to 24 will show all services within the next 24 hours.
Option: detail-page
Values: string
Default: null
Example:
Setting this value to a page path in your website will add the option to share a single service to other platforms and display its details. This should just be the path of the page without your domain. So if the pages url is “https://firehawk.digital/service-details” you should just put “service-details”.
Option: name-format
Values: string
Default: null
Example:
By default the name is formatted [lastName],[otherGivenNames][givenName]. By setting this value to “display” it will change the name formats to [givenName][otherGivenNames][lastName].