@ AlpineWeb Design
re: note that the Show Bio does not clickable in the cmap template for me
Seems to be a odd CSS conflict with the theme. The theme is settings the position globally on div
‘s. Not sure why that would be done, but this can be overridden within the template with the following CSS:
#cn-cmap div {
position: initial;
}
Add it to the theme’s custom CSS area. That should fix it I think.
re: Also I am not following how link works. For each email address I need to create a WordPress user? If so what privileges do I give them?
In short, yes. Create a user for each entry ensuring they have matching email addresses. as for privileges, that is up to you. I suggest give the users the Subscriber role as it has the least privileges. And then make sure to give the Subscriber role the add/edit entry capabilities on the Connections : Roles admin page.
re: where can I change the Show Bio to something like More Info?
Sure, see this FAQ. All the str_***** option can be found on this page.
re: why does it show Other in front of the Address?
That is the address type you selected when you added the address. Selecting another address type will change it to the corresponding label.
Hope that helps!