• Resolved bladechob

    (@bladechob)


    The new underscoring works fine apart from the added plus sign. In the UK we usually just type in the number 07768 blah blah. But the current hyperlink is adding the plus symbol to the number +7768 blah blah. Can you tell me which php file to adjust to eliminate the Plus symbol so that it only dials what is actually typed in?

    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi blade,

    It’s in the “Insert_User_Profile.php” file in the “Shortcodes” folder. You’d want to look for the following line:

    elseif ($Field->Field_Type == "tel") {$ReturnString .= "<div class='ewd-feup-text-input ewd-feup-user-profile-input'><a href='tel:+" . $Value . "'>" . $Value . "</a></div>";}
    
Viewing 1 replies (of 1 total)

The topic ‘international dialling prefix’ is closed to new replies.