Support Forums for LiveMesh Themes & Plugins › Forums › Austin Theme Support › Phone number IOS
- This topic has 10 replies, 3 voices, and was last updated 11 years ago by
Raghavendra.
-
AuthorPosts
-
April 7, 2015 at 1:24 pm #13260
JeffBramen
MemberGoodday,
I used a three colomn Contact Page Section and change the font colour. All works fine however the phonenumber does not show on IOS devices. I got a work around in place putting the Phone number in between ”. How to resolve this proporly?
<h3 class=”label”><span style=”color: #5a3000;”>Contact</span></h3>
<span style=”color: #5a3000;”>Telefoon: 06 451 41 988</span>April 8, 2015 at 5:25 am #13280Veena
ModeratorThe above code seems fine.
Can you pls share a link to the specific page?April 9, 2015 at 10:05 am #13308JeffBramen
MemberThis reply has been marked as private.April 10, 2015 at 3:22 am #13329Veena
ModeratorI can see a little alighment issue in Contact section other than that everything looks good.
Pls remove the extra left angle bracket close to span style that will wipeout the alignment issue.April 10, 2015 at 2:52 pm #13338JeffBramen
MemberCheck, lost the bracket. Problem not solved. In IOS the Phone number colour is white. All other browsers the Phone number turns up the #color I’ve put in. Changes all color settings I could find in the primary theme menu withour any luck. Put in the ‘ ‘ work around again.
April 11, 2015 at 1:49 pm #13357Veena
ModeratorIt is difficult to suggest something without seeing the previous contact form.
April 13, 2015 at 4:39 pm #13400JeffBramen
MemberExcuse me. the work around as well as the original are in.
April 14, 2015 at 1:57 pm #13419Raghavendra
ModeratorI copied the source from your page to another test page of ours and things look fine even without the quotes on Safari on iPhone. Without quotes, the numbers are getting converted into a phone number and Safari prompts if the user wants to call that number – which is nice.
Strangely, on your site, the phone number goes missing when you do not have quotes. Can you pls share a temp login to the site so that we can make some changes and check exactly what is happening. Thanks.
April 16, 2015 at 2:45 pm #13481JeffBramen
MemberThis reply has been marked as private.April 22, 2015 at 1:51 pm #13634JeffBramen
MemberGoodday,
Any news on this?
Thanks,
Jeff
April 24, 2015 at 12:48 pm #13721Raghavendra
ModeratorSorry this took some time. The following Custom CSS resolved it –
a[href^=tel] { text-decoration:inherit; color: blue !important; } a[href^=tel]:focus, a[href^=tel]:hover { text-decoration:inherit; color: red !important; }Pls change the color as per your need. Looks like iOS safari inherits the color of phone number inherits from from anchor element which has been set color pink which is same as background color and hence the number was not visible. Now with the custom CSS you can control the color. This page helped debug the issue –
http://stackoverflow.com/questions/3736807/remove-styling-of-telephone-numbers
-
AuthorPosts
- The forum ‘Austin Theme Support’ is closed to new topics and replies.