@ Therese
re:The email addresses are showing up as larger that all other text on the landing page that lists all available members to choose from — how can this be remedied? See http://www.teachersofgod.org/licensed-ministers for reference…
This is being caused because the theme is overriding the font size for the template. Add the following to the theme’s custom CSS area to force it back.
#cn-tile-plus .email a {
font-size: 11px !important;
}
re: Is there a way to change the number of entries that get displayed on the landing page that lists all available members to choose from ?
Yes, see this doc page:
http://connections-pro.com/documentation/template/cmap/option/pagination/
It’s for cMap but it still applies to Tile Plus (actually all templates with pagination support)
Hope that helps! Let me know.