Home › Forums › Hotel Pro › Hotel Pro – Need to enter clickable phone number on the header and footer
- This topic has 5 replies, 3 voices, and was last updated 6 years ago by
Sonnal S Sinha.
-
AuthorPosts
-
May 9, 2017 at 6:36 pm #71666
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
May 10, 2017 at 6:57 am #71714Hi 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,
BradMay 10, 2017 at 9:21 pm #71820Thank you, first problem solved! For 2nd problem, where exactly in the header.php would I add the phone #?
May 11, 2017 at 5:32 am #71837Hi 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,
BradMay 11, 2017 at 6:25 pm #71932Thank you. Lastly, is there a limitation on the number of characters on the header?
May 12, 2017 at 9:32 am #71967No there isn’t any limitation.
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.