Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #669193

    Hi, I would like to add another social app icon button and link,the app like Weibo ,Wechat and so on(China social app).Any way to do this? Thanks

    #670385

    Hope to hearing from you soon.Thanks

    #670387

    Hi!

    Please refer to this post – http://kriesi.at/documentation/enfold/custom-social-icons/

    Best regards,
    Yigit

    #673093

    hi
    Thanks for your reply.
    I found the icon fonts and import done.
    But which PHP file should I change and where should I input this code?

    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    $icons[‘icon_name’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘ue800’);
    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’] = ‘icon_name’;
    return $icons;
    }
    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);

    Hope to hearing from you soon

    Best Regards

    • This reply was modified 8 years, 3 months ago by keulen.
    #673107

    Hi!

    Please go to Appearance > Editor and add the code to functions.php file. If you are not using a child theme, please find following line near top in functions.php file

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    and add your code right below it

    Regards,
    Yigit

    #673135

    i need a help

    i’m korean… i can speak english a little

    my page …. http://www.barbers.kr

    why main page’s ICON BROKEN ????

    plz give me mail (Email address hidden if logged out)

    #673158

    Hi @yunseoke

    Please refer to this post – http://kriesi.at/documentation/enfold/enable-cors/

    Best regards,
    Yigit

    #673801

    hi~Thanks for your reply
    I add these code in the functions file of the child theme,but it doesn’t work.
    Please have a look:

    <?php

    /*
    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    $icons[‘icon_wechat’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘uF1D7’);
    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’] = ‘icon_wechat’;
    return $icons;
    }
    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);
    */

    And I would like I can choose this social share app in the blog layout->”Share links at the bottom of your blog post ”
    How can I make it?

    #673898

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #673977

    OK
    Please have a look the Private Content

    #674455

    hi
    Have you seen my backend?

    Best reagrds

    #675240

    Hi,

    We exported the icons and then modified the code in the functions.php file. Add the new social icons in the Enfold > Social Profiles panel.

    Best regards,
    Ismael

    #675582

    ok~Thank u very much!

    #675591

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Add another social icon and link’ is closed to new replies.