Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Uplift
  • #292606
    breitengrad47
    Member
    Post count: 42

    I would like to replace the email of a team member with just the text “Mail” instead of the full email address.

    #292700
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Just use this plugin https://wordpress.org/plugins/real-time-find-and-replace/ to change it.
    Thanks
    Mohammad

    #292716
    breitengrad47
    Member
    Post count: 42

    Thanks for the tip. I have to change it on around 50 team members. Is there a way, that I don’t have to replace every single address?

    #292724
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Not sure what you’re trying to achieve? Can you provide a mockup

    – Kyle

    #292727
    breitengrad47
    Member
    Post count: 42

    I would like to replace the mail address (coming from the team member section of uplift theme) with another word or just use the envelope icon as mailto link.

    Attachments:
    You must be logged in to view attached files.
    #292757
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Go to wp-content/plugins/swift-framework/includes/pagebuilder/shorcodes/team-member.php and edit line 288:

    
    $items .= '<li>'.$contact_icon.'<span itemscope="email"><a href="mailto:' . $member_email . '">' . $member_email . '</a></span></li>';

    Change to:

    $items .= '<li>'.$contact_icon.'<span itemscope="email"><a href="mailto:' . $member_email . '">Email</a></span></li>';

    – Kyle

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register