Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #858588

    Hi everybody.

    Can you help me?
    I`m searching for a logo / symbol / icon for my Podcast which I would like to set on the place next to the other social profiles (next to Facebook, Instagram ..)

    Thanks a lot
    Stefan

    ::::::::::::::::::

    Hallo.
    Ich würde gerne ein Icon mit dem Symbol für meinen Podcast oder iTunes neben den anderen Social Profilen setzen. Leider finde ich in der liste nur SoundCloud. Können Sie da noch iTunes oder das Podcastsymbol programmieren?

    Besten DANK
    Stefan

    • This topic was modified 7 years, 1 month ago by Kiwilein.
    #858713

    Hey Kiwilein,

    You can view our supported icons here: http://fontello.com/.
    If you need to know how to add please see the following:

    Best regards,
    Jordan Shannon

    #858735

    Hi Jordan.
    Thanks for the fast answer.
    I could found my right Icon. And than I downloaded it a lot of files (css, . Great.
    But now, I just want to put it into the list of all the others social Media Icons in the part: “Your social profiles”.
    Where do I have to put what kind of file?

    Sorry for this amateur questions…

    Best regards
    Stefan

    #859266

    Hi,

    Apologies, this is more specific to the social profile icons:

    If you need additional help, please let us know.

    Best regards,
    Jordan Shannon

    #859643

    Hi Jordan,

    i copy this and changed the words in PODCAST.
    I found the Podcast Icon withe the Code: 0xf2ce,

    But it does´t works.

    There is no symbol (right Top) in the frontend. Just the hover and the link.
    http://www.contigo-personal-training.de

    can you help me?

    if(isset($avia_config[‘use_child_theme_functions_only’])) return;

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

    Best regards.
    Stefan

    #859867

    Hi,

    Please provide admin info in the private area so we can log in and look into this further.

    Best regards,
    Jordan Shannon

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