Archived topic
email-link
3 replies · Started by Torsten on January 30, 2020
hi,
the email-links for the 2 board members with photos side-by-side aren't working.
below them all the other email-links for the membersare working fine, all email-links are set up the same way:
firstname.familyname@domain.org
causing headaches for my small brain.
Can you help?
Thanks,
Torsten
Hi there,
that plugin is outputing an empty DIV with a class of lsow-social-list - presumably it would have social links in there if they existed.
It is this that is covering the broken email links - can't see why its doing it on only those two.
Try disabling autoptimize to see if the CSS is getting messed with.
Hi,
thanks for giving directions, the email-links are now all working with the following:
.lsow-social-list {
display: none;
}
best,
Torsten
Glad you found the solution