06/06/2016 at 10:53 am
#378557
Keymaster
@ Tim
re: Am I right that if I want a search facility, I need to buy one of the templates? I don’t see it in the basic plug-in.
Yes, that is correct.
re: I do not want the headings to show in my listing. eg the address I have currently shows “work” above the address. Can I suppress this?
Yes, the easiest would be to use CSS to hide the address label. Adding the following to the theme’s custom CSS area will hide the address label.
#cn-list span.adr span.address-name {
display: none !important;
}
re: Same with email. I just want it to say “email”, not “work email”. Is this possible, please?
See this doc page on how to change labels in Connections (and any other translation ready plugin :) )
Hope this thoroughly answers your questions!
