• Hi,

    it’s a suggestion for next version: add telephone hyperlink

    I change this code

    $otherinfo = '<ul class="team-member-other-info">';
            if (!empty($telephone)) {
              $otherinfo .= '<li><strong>Tel: </strong>'.$telephone.'</li>';
            }

    for this code

    $otherinfo = '<ul class="team-member-other-info">';
            if (!empty($telephone)) {
              $otherinfo .= '<li><strong>Tel: </strong><a href="tel:'.$telephone.'">'.$telephone.'</a></li>';
            }

    If you see the team webpage in a smartphone, only need click and call.
    See in http://jf-beco.pt/turismo/onde-dormir

    https://wordpress.org/plugins/wp-team-manager/

Viewing 1 replies (of 1 total)
  • Plugin Author Maidul

    (@maidulcu)

    Thanks for you suggestion.
    I will put it on the next version (1.6.1) of the plugin

Viewing 1 replies (of 1 total)

The topic ‘Suggestion: add telephone hyperlink’ is closed to new replies.