Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #530065

    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

    • This topic was modified 9 years ago by HKlearning.
    #530113

    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

    #530337

    It worked perfect – thank you!

    Cheers!
    Simon

    #530564

    Hi,

    Great, glad we could help :-)

    Thanks,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.