Social Media Icons Posted in : cvCard WP skrzaciorParticipant 12 June 2014 at 12:51 #14771 Hi, I whan to use social icon that isn’t on the list in documentaction, but it is in here: http://fontawesome.io/icon/deviantart/ Is there any way to use it? Thank! Regard Kuba. AbbeParticipant 16 June 2014 at 17:57 #14821 FROM THEME DOCS: [social_icon first_icon="" last_icon="" type="" url=""] first_icon=”yes” … Use for the first icon. last_icon=”yes” … Use for the last icon. url=”” … A full url (http://) type=”” … Define an icon. if u want to use deviantart as a social media icon: [social_icon first_icon="" last_icon="" type="fa-deviantart" url=""] Because social media icons are taken from Fontello Font, it won’t display. To fix the above issue, add this line to your custom css file: .social li a.fa-deviantart { font-family: FontAwesome; } ahmetsaliKeymaster 16 June 2014 at 18:19 #14823 Hi, we will add devintart icon with the next update. Thanks for the feedback. skrzaciorParticipant 16 June 2014 at 19:30 #14830 Thanks Abbe, but it doesn’t work, I add line: .social li a.fa-deviantart { font-family: FontAwesome; } to custom css and use short code in my page, but it won’t display, Then I will wait for update, thanks Ahmetsali. Could you tell me when you release next update? AbbeParticipant 16 June 2014 at 19:44 #14831 Not sure how are you doing it, but works as explained, with cvCard v1.0.6 http://thesearemyworks.com/#/about-me skrzaciorParticipant 16 June 2014 at 19:48 #14832 I have 1.0.5, maby that is issue i will update and check. skrzaciorParticipant 16 June 2014 at 19:58 #14833 yep that was the issue, it’s working now, thanks! Mehmet S.Keymaster 17 June 2014 at 02:23 #14837 New version is available on ThemeForest. prednaxelaParticipant 29 June 2014 at 17:27 #14967 Hi, I want use Gittip Icon, (http://fontawesome.io/icon/gittip/). how can I use this icon in shortcode “social_icon” ? Thank! ahmetsaliKeymaster 29 June 2014 at 18:06 #14970 @prednaxela You can replace an unused social icon with Gittip. Let’s say you don’t use picasa; .social li a.picasa { font-family: FontAwesome; } .social li a.picasa:before { content: '\f184'; } .social li a.picasa:hover { background: #630; } prednaxelaParticipant 29 June 2014 at 18:13 #14971 Wow, Thank u! Viewing 11 posts - 1 through 11 (of 11 total) You must be logged in and have valid license to reply to this topic. License required for the following item cvCard WP - Responsive WordPress Resume Themeby pixelwars Login and Registration Log in · Register