badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Telephone Number Code Correction Request

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #51638

    INTERFACE [FREE]
    Can you please fix the coding for the telephone, so it launches to make a phone call. Currently it is as:
    <li
    class=”phone-number”><a
    title=” Call Us ” href=”tel:(216) 359-1110″>(216) 359-1110

    Could you please change to :
    <li
    class=”phone-number”><a
    title=” Call Us ” href=”tel:+12163591110″ REL=”NOFOLLOW”>(216) 359-1110

    YOUR CODE: href=”tel:(216) 359-1110″ Doesn’t launch phone apps
    it must be
    CODE: href=”tel:+12163591110″

    #51655

    Hi petersendesignstudios,

    You can add + sign as we have shown to you in demo so that you can make a phone call.

    If you don’t like to display+ sign but need to add + sign in href then code customization is required. Go to theme folder -> inc -> structure -> header-extension.php on line no 162 and add 'href=' .'"tel:+' ; (+ sign)

    We recommended you not to change the code. If you change the code then its better to create a child theme or you can make the same changes after new update.

    Thank you!

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