@ Scott
re: I’m using the Tile plus template for all our Contact Us pages, but I was unable to find a shortcode to display my custom field for Office. That custom field displays fine with the Slim Plus template for our Directory page, but not with Tile Plus.
I’m assuming the Custom Field does not show on the tile itself. This is by design actually. The tiles need to be of a consistent width and height in order to tile properly. Showing the custom fields would make that very unpredictable and likely always be cut off.
If you would like to add it, add the following line of code:
$entry->getContentBlock( $atts['content'], $atts, $template );
to the card.php file found here:
../wp-content/plugins/connections-tile-plus
re: how can I disable the “Show the character index at the top of the results list”, and “Show the current character at the beginning of each character group”? I have these options turned on in the Display settings, because I use them on the Directory page, but I want them hidden on the Contact Us pages…
You can use the show_alphaindex shortcode option and the show_alphahead shortcode option options to disable those on that page.
re: I’ve added custom CSS to enlarge the text, but the Name portion stays smaller. Couldn’t figure out why:
You need to use this selector #cn-tile-plus .cn-entry .fn to change the name font-size.
Hope that helps!
