07/04/2016 at 10:44 am
#381449
Keymaster
@ Natasha
Hmmm… the issue is not with Connections… There is some Custom CSS which is hiding the display. Specifically this CSS:
.by-author, .author, .vcard {
display: none;
}
You need to remove the .vcard selector or make it more specific so it does not hide all vCards.
Hope that helps, let me know!
