Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Nick C

    (@modernnerd)

    Thanks for this info, Matt.

    I notice one icon from each site is using an img tag. Have you customised the icons in each theme’s functions.php file using the simple_social_default_glyphs filter to reorder or modify them, by any chance?

    If so, the default glyphs for your other icons will need to be updated to use the references for the new font:

    'bloglovin'		=> '',
    'dribbble'		=> '',
    'email'			=> '',
    'facebook'		=> '',
    'flickr'		=> '',
    'github'		=> '',
    'gplus'			=> '',
    'instagram' 	=> '',
    'linkedin'		=> '',
    'pinterest'		=> '',
    'rss'			=> '',
    'stumbleupon'	=> '',
    'tumblr'		=> '',
    'twitter'		=> '',
    'vimeo'			=> '',
    'youtube'		=> '',

    Once you’ve updated these references you should find that the icons load again correctly.

    Plugin Contributor Nick C

    (@modernnerd)

    Just noting that you can see the updated glyph codes here, since they aren’t appearing above (although copying the ones above should work fine too):

    https://github.com/copyblogger/simple-social-icons/blob/develop/simple-social-icons.php#L89

    Thread Starter Matt Ryan

    (@rynonet)

    Yo Nick.

    You ‘da man.

    I did do customization to add one new icon on each of those sites for different specialty social networks the customer participates in.

    Thanks for figuring that out.

    All the best to you,
    Matt

    Plugin Contributor Nick C

    (@modernnerd)

    Glad I could help, Matt! Well done for putting the icons right – they’re looking great for me now.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Icons not displaying properly’ is closed to new replies.