Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #504578

    Hi,
    I would like to add a social profile for “WECHAT” but does not appear in the list
    how can we solve that?

    Thank you!
    Delia

    #504751

    Hi libelum!

    Please see – http://kriesi.at/documentation/enfold/custom-social-icons/

    Best regards,
    Yigit

    #505328

    Hi!
    Thanks for the documentation!
    Just one question, code works (basically I get it) when I have a downloaded a zip with a new icon pack, the thing is I found the icon I need but says that doesn’t need to be downloaded, just add code..
    http://fortawesome.github.io/Font-Awesome/icon/weixin/
    and then I’m lost again.. :(
    not sure where to place this new code in the code you gave me…

    Would be much appreciated if you can give me some guide
    thanks!

    Delia

    #505418

    Hey!

    Excuse me, i skipped that step. Please see this post as well – http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/ to add your own icon fonts.

    Best regards,
    Yigit

    #505427

    Hi Yigit!

    Thanks for the link, ya I saw that video in the previous documentation
    let’s see if I can solve it!

    thanks!

    Delia

    #505429

    Hey!

    We will keep the thread open and wait to hear from you :)

    Regards,
    Yigit

    #509905

    Hi!
    I already upload the icons I want to add in my social profile,

    View post on imgur.com


    but when I applied the code you gave me to make them available on the social profiles:
    ——-
    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    $icons[‘icon_name’] = array( ‘font’ =>’wechat’, ‘icon’ => ‘ue803’);
    return $icons;
    }
    add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);

    // Add new icon as an option for social icons
    function avia_add_custom_social_icon($icons) {
    $icons[‘Icon Label’] = ‘renren’;
    return $icons;
    }
    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);

    —–
    something goes wrong, basically doesn’t work
    just this new option appears “icon label” but no icon, no name..

    View post on imgur.com

    I’m adding here the customize codes and the icons names, in case I’m replacing the names wrong?

    View post on imgur.com

    View post on imgur.com

    can you take a look please?
    thank you in advance!!!!

    Delia

    #510496

    Hey!

    Did you manage to fix it? i’m now seeing the wechat icon at the top right.

    Cheers!
    Josue

    #510622

    Yes
    you can close the ticket

    thanks

    #510634

    Hey,

    Great, glad you got it fixed :-)

    Thanks,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Social Profiles’ is closed to new replies.