This topic has 3 replies, 3 voices, and was last updated 11 years, 11 months ago by Wajid Khan.
Tagged: Mobile experience
Viewing 4 posts - 1 through 4 (of 4 total)
Hi,
How does it work to make the phone number in the “LinoFeast – Contact Info” widget clickable by mobile phones browsing the website? I understand I have to add some code like so
but don’t know where, please advise
You need to edit couple files which is contactinfo.php and contactinfo.php(for widget).
theme/framework/widgets/contactinfo.php on line #63 replace this code.
echo '<p class="phone"><span class="icon"><i class="icon-phone"></i></span><span class="details"><a rel="nofollow" href="tel:'.$syscontact_phone.'">'.$syscontact_phone.'</a></span></p>';
And Next
theme/framework/shortcode/contactinfo.php on line #23 replace this code.
$out .= '<p class="phone"><span class="icon"><i class="icon-phone"></i></span><span class="details"><a rel="nofollow" href="tel:'.$phone.'">'.$phone.'</a></span></p>';
Before replacing the code please take backup of those file. Let me know is there anything else i can assist you with?
Regards,
Mawk
Topic is set to Solved because of no reply. But if you want to update this topic please reply here.
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.