@ Jay
re: If someone has a role entered have it show “Current Role: [Their
Role]” if nothing is entered don’t show the text
What role, entered where?
re: If someone has a company name entered have it show “Company: [Their Company Name]” if nothing is entered don’t show the text
You mean the organization field? Probably the easiest would to be to use CSS. The alternative would require writing your own function within the template. Here’s the CSS:
span.organization-name:before {
content: 'Company: ';
}
re: Have the Bio text wrap under the image instead of the full blank space under the profile image.
This actually requires several changes to the CSS and the template for the profile page. Coincidentally these changes already have been completed and will be included in the next update released for Circled.
re: Cell Phone text be changed to “Mobile”
See the Changing the Label Text section on the doc page for Circled.
re: Linked-in alt tag be changed to “LinkedIn”
I’ve made that change. It’ll be in the next bug fix release.
Hope that helps!