Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Add "private area" Icon to Social media profiles #685763

    Done, but it does not work, really sorry.
    Here in provate are the login data

    in reply to: Add "private area" Icon to Social media profiles #685610

    Hi!

    Really sorry for bgging you, I’m not a really expert user.

    I did as you told me:

    Here’s my quick code CSS:
    The firts (one of my friend wrote it for me) is to diaply special 404 page.

    Teh second part si the one you gave me.

    Now, the ame of the font is Fontello, the number of the icon is that on (I tried even with the \uf13e).

    But nothing works. After a refresh, the social media icons shows me only the old and no traces of the fontello icon that i want.

    ——————————————————————————————-

    .search h3, .search .widget.avia_combo_widget {
    display: none !important;
    }

    .error404 .avia_combo_widget, .error404 h3 {
    display: none!important;
    }

    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    $icons[‘icon_name’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘uf13e’);
    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);

    in reply to: Add "private area" Icon to Social media profiles #685154

    Hi!

    Thank you for your quick reply!

    I added the font and checked it is present.
    Then i added the code in the Quick CSS section (general Enfold settings), but i don’t know where to find the “icon code” to replace the ue800 code.

    Thank you in advance for your help.

    Best regards,

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