-
AuthorPosts
-
July 12, 2018 at 7:02 pm #984848
Hi,
I am getting an automatic blue phone number link on the iphone. This doesn’t work out for me as the blue gets lost on the background color of my footer.
I’ve searched through the forum and tried 3 solutions that I found there. None of them worked so if you can help that would be great. Thank you!
July 13, 2018 at 7:57 am #985008Hey meercatz,
I’m not sure what you are referring to, I can’t see anything like that on my end. Could you post a screenshot of the problem please?
Best regards,
RikardJuly 17, 2018 at 3:08 pm #986462This screenshot is from an iphone. It is recognizing the phone number as a phone # link and turning it blue. It is also doing this on one of the browsers on a pc (internet explorer I believe).
thanks,
MeercatzJuly 18, 2018 at 9:17 pm #987190Hi, just wanted to check in and see if you found anything for this issue. I really want to go live with the website soon but have some of these pesky issues to solve.
thank youJuly 18, 2018 at 9:33 pm #987196Hey,
That is because of format-detection meta tag – http://www.html-5.com/metatags/format-detection-meta-tag.html
Please try adding following code to Functions.php file in Appearance > Editor
function avia_turn_off_detection(){ echo '<meta name="format-detection" content="telephone=no">'; } add_action('wp_head', 'avia_turn_off_detection');Best regards,
YigitJuly 18, 2018 at 10:00 pm #987201Holy jesus this worked! Thank you so much, this has made my day better. :)
I have a few more unrelated questions, should I ask you here or start a new thread?July 19, 2018 at 12:29 am #987220Hi,
You are welcome :)
It would be better if you could please start new threads for other questions.
Best regards,
YigitMarch 6, 2019 at 10:46 am #1075437oh, yes!! Works perfect! Thank you!
March 6, 2019 at 4:20 pm #1075533Hi,
Glad we could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)Best regards,
Yigit -
AuthorPosts
- The topic ‘Blue phone number link on mobile’ is closed to new replies.
