This topic has 2 replies, 2 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp
Hi,
is there already a solution to the “mailto” issue in the team member section?
It still shows up as “mailto:…” on fronted site.
Jan
Hello,
You need edit the file wp-content/themes/woopress/framework/shortcodes.php, find the code <a href="'.$a['email'].'">'.$a['email']
(line 1992) and replace it with this one <a href="mailto: '.$a['email'].'">'.$a['email']
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up