Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #778123

    Hi!
    I read this thread: https://kriesi.at/support/topic/custom-social-icon-spotify/
    Which probably has the answer I’m looking for, just I don’t know how to use it.
    I added the code:

    function avia_add_custom_icon($icons) {
      $icons['spotify']  = array( 'font' =>'entypo-fontello', 'icon' => 'ue907');
      return $icons;
    }
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    
    function avia_add_custom_social_icon($icons) {
      $icons['spotify'] = 'spotify';
      return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);

    To functions.php, but nothing new appeared on the drop-down of “Social Profiles” tab…
    BTW I’m looking to add Yelp, not Spotify.
    Thanks!

    #778139

    Hey 0_o,

    This link has more information: http://kriesi.at/documentation/enfold/custom-social-icons/

    Best regards,
    John Torvik

    #778166

    Thanks John! Works great!

    #778269

    Hi,
    Glad John was able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Custom social icon’ is closed to new replies.