06/26/2017 at 10:51 am
#427085
Keymaster
@ Web Master
RE: I would like to change the field labels that are shown in the display.
Here’s a FAQ on how to change labels in Slim Plus. I would recommend that over the PHP code you’re are using.
The list of string shortcode options can be found at the top of the page.
RE: However, would still like to hide the address type label display altogether.
Just like change the label strings, you can control if they are displayed or not with shortcode options. The relevant option are at the end of the list of shortcodes, _format. Here’s a sample to remove the address label:
[connections addr_format='%line1% %line2% %line3% %city% %state% %zipcode% %country%']
Hope this helps!