Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1479267

    Hi, I waited for Enfold 7.1 to raise this as I thought it might be a bug.

    I want to add links to Mastodon and BlueSky from my site. I have added an SVG Iconset containing the two icons in the theme settings and these work fine for Pages and Posts. I can add them fine as icons.

    I can’t however use these new icons under Social Profiles. I have tried everything to get them to show up and think I have read all the documentation and support pages but nothing seems to work.

    Any help and advice please?

    Thank you

    #1479286

    Hey dogsbody,
    These icons are not available on Fontello.com yet, please follow this thread and steps. Please note that it is for TikTok and you will need to change the “charter code” (ue800) to your icons.

    Best regards,
    Mike

    #1479345

    Hi,
    I am using an SVG Iconset. Is this still possible?

    Iconsets

    I have tried many permutations of the code but nothing i am trying works. I currently have…

    function avia_add_custom_icon($icons) {
    $icons['mastodon'] = array( 'font' =>'mastsky', 'icon' => 'ue800');
    return $icons;
    }
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    
    function avia_add_custom_social_icon($icons) {
    $icons['mastodon'] = 'Mastodon';
    return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
    

    Thank you

    • This reply was modified 2 days, 13 hours ago by dogsbody.
    • This reply was modified 2 days, 13 hours ago by dogsbody.
    #1479418

    Hi,
    The “charter code” (ue800) is probably not correct, we would need to see the file. If you are using plain SVG files and not iconfont from Fontello.com then first convert it on Fontello
    converting a SVG on Fontello to create a icon font

    Best regards,
    Mike

    #1479490

    Hi Mike,

    Here are all the files i have used… https://web.tresorit.com/l/sTaGz#ISRs5Y4FFyG88P4SW0Le_g

    bluesky-brands.svg & mastodon-brands-solid.svg are the original svg’s I downloaded

    Bsky-Mastodon.zip is the zip of svg’s which works great but doesn’t work for Social profiles

    fontello-d73127ed.zip is the Fontello zip I have just created that doesn’t work and I don’t believe is SVG!?

    Thank you in advance :-)

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.