Hi @stewart24th
Below are a few examples of the shortcode, I have written a short description of what they do. What are you wanting the widget to show? Tours, accommodation or destinations?
The following will show 9 random destinations, in a carousel, 3 per slide.
[lsx_to_post_type_widget post_type="destination" columns="3" limit="9" order="ASC" orderby="rand" carousel="1" include="" ]
The following will show the first 9 latest tours added, in a 2 column grid. With the excerpt disabled.
[lsx_to_post_type_widget post_type="tour" columns="3" limit="9" disable_placeholder="0" disable_text="1" order="DESC" orderby="date" carousel="0" include="" ]
You can specify specific items by using their post IDs and the “include” parameter.
[lsx_to_post_type_widget post_type="tour" columns="3" order="ASC" orderby="none" carousel="0" include="12,15,188" ]
Let me know what config you are looking for an I can help with the shortcode paramters.