Hotel Pro – Need to enter clickable phone number on the header and footer

Home Forums Hotel Pro Hotel Pro – Need to enter clickable phone number on the header and footer

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #71666
    ArashArash
    Participant
    • Topics: 10
    • Replies: 15
    • Total: 25
    Member since: January 25, 2017

    For some reason, I cannot get the phone number to be clickable while in the footer. It shows up as text only, but only if I have the 4th footer column not defined.

    Second problem is that I need to be able to get the clickable phone number also at the top.

    Website: http://parkside-motel.com

    #71714
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi Arash,

    Kindly go to Appearance>>Widget>>Footer column 4>> add text widget.

    Add this code there:

    <p>1480 Sherman Ave<br>
    North Bend, OR 97459<br>
    Phone:<a href="tel:541.751.9344"> 541.751.9344</a><br>
    </p>
    <p>
    Email: <a href="mailto:[email protected]">[email protected]</a><br>
    Website: <a href="http://www.parkside-motel.com">www.parkside-motel.com</a>
    </p>

    Add title”Get in Touch” in widget title box.

    For Add phone no in header:

    Kindly go to themes >> header.php and add phone number there.

    Regards,
    Brad

    #71820
    ArashArash
    Participant
    • Topics: 10
    • Replies: 15
    • Total: 25
    Member since: January 25, 2017

    Thank you, first problem solved! For 2nd problem, where exactly in the header.php would I add the phone #?

    #71837
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi Arash,

    Kindly go to Appearance>>Widget>>Header widget>> add text widget.

    Add this code there:

    Phone:<a href="tel:541.751.9344"> 541.751.9344</a>

    Regards,
    Brad

    #71932
    ArashArash
    Participant
    • Topics: 10
    • Replies: 15
    • Total: 25
    Member since: January 25, 2017

    Thank you. Lastly, is there a limitation on the number of characters on the header?

    #71967
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    No there isn’t any limitation.

    Regards,
    Shri

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