05/06/2015 at 9:05 am
#333548
Keymaster
@ Steve
It’s a CSS conflict. I have a style which is overriding the style in WPML which is intended to hide the dummy text it adds to email addresses.
Add the following CSS to the theme’s custom CSS area:
#cn-list .vcard span.wpml-nodis {
display: none;
}
This should ensure that the dummy text is hidden as intended by WPML. I’ve also added this tweak to the CSS in Connections so it’ll be included in the next bugfix release.
Hope that helps!
