Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Add another social icon and link #675582

    ok~Thank u very much!

    in reply to: Add another social icon and link #674455

    hi
    Have you seen my backend?

    Best reagrds

    in reply to: Add another social icon and link #673977

    OK
    Please have a look the Private Content

    in reply to: Add another social icon and link #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?

    in reply to: Add another social icon and link #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.
    in reply to: Add another social icon and link #670385

    Hope to hearing from you soon.Thanks

Viewing 6 posts - 1 through 6 (of 6 total)