@ matt581
You do not need the MO/PO files for the str_select and str_select_all shortcode options. Just add them to the [connections] shortcode like so:
[connections str_select='Select Category in German' str_select_all='Show All Categories in German']
Hide the Uncategorized category with the show_empty_categories shortcode option. Add it to the above shortcode like so:
[connections str_select='Select Category in German' str_select_all='Show All Categories in German' show_empty_categories='true']
By default, Tile Plus does not show the address due to the limited space it usually has when actually being shown as tiles. You can turn it on with the show_addresses shortcode option. Building on the shortcode from above, like so:
[connections str_select='Select Category in German' str_select_all='Show All Categories in German' show_empty_categories='true' show_addresses='true']
Hope that clears it up for you.
