Social Media Icons

  • Posted in : cvCard WP
  • skrzacior
    Participant

    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.

    Abbe
    Participant

    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; }

    ahmetsali
    Keymaster

    Hi, we will add devintart icon with the next update. Thanks for the feedback.

    skrzacior
    Participant

    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?

    Abbe
    Participant

    Not sure how are you doing it, but works as explained, with cvCard v1.0.6

    http://thesearemyworks.com/#/about-me

    skrzacior
    Participant

    I have 1.0.5, maby that is issue i will update and check.

    skrzacior
    Participant

    yep that was the issue, it’s working now, thanks!

    Mehmet S.
    Keymaster

    New version is available on ThemeForest.

    prednaxela
    Participant

    Hi, I want use Gittip Icon, (http://fontawesome.io/icon/gittip/).
    how can I use this icon in shortcode “social_icon” ?

    Thank!

    ahmetsali
    Keymaster

    @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;
    }
    
    prednaxela
    Participant

    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
Login and Registration Log in · Register