Hello
I have a question concerning the team member element of our website:
When I klick on the E-Mail Icon, always two things happen:
1. My Default Mail Programm (Outlook) opens a new email with the correct E-Mail adress. (that’s perfect!)
2. My Browser opens a new tab. (that’s not perfect)
Is there a possibility to avoid the second point (new browser tab)?
Thank’s for your help!
Simon
Hi Simon!
Try opening up /enfold/config-templatebuilder/avia-shortcodes/team.php and around line 338 you should see this.
$markup = avia_markup_helper(array('context' => 'email','echo'=>false, 'custom_markup'=>$custom_markup));
Add this beneath it.
$target = '';
Cheers!
Elliott
It worked perfect – thank you!
Cheers!
Simon