Hello,
i would like to place a phone icon in my phone info bar.
Do you have any ideas to fix it?
Thank you for helping!
Hi Luisgasser!
Please take a look at the topic here
https://kriesi.at/support/topic/add-phone-icon-to-the-header/
let us know if that works out for you.
Thanks a lot
Best regards,
Basilis
Hi Basilis,
thank you for helping!
Everything is fine – have this shortcode: [av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color=''][/av_font_icon]
But how can i give the symbol a phone number als link?
link=+43 (0) 5223 / 5860 / 66″ does not work on mobiles. It just show a death link page.
Hi,
doesn’t change anything. It links to a error page
Hey!
Please refer to my post here – https://kriesi.at/support/topic/how-to-add-mobile-to-social-profiles/#post-677808
Cheers!
Yigit
Hi Yigit,
you mean i should copy the code from this post in my function.php and delete the shortcode in my header extra element and set instead the 123456789 link?
Hey!
No, to give your number a “click to call” function, please add your number as following
<a href="tel:0401786376">tel:0401786376</a>
Cheers!
Yigit
Sorry Yigit, maybe my english is confusing you ;-)
im using this shortcake in my header extra element: [av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='+435223586066' linktarget=+43 (0) 5223 / 5860 / 66'' size='20px' position='left' color=''][/av_font_icon]
And i want to give the icon an click action not on the numbers, so it should only the symbol in my header extra element without numbers.
Hey!
Please insert your shortcode as following
[av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='tel:435223586066' size='20px' position='left' color=''][/av_font_icon]
Cheers!
Yigit
Great, now it works!
THANK YOU FOR HELPING!