Support » Plugin: Simple Social Icons » Icons broken after update

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

    (@modernnerd)

    @kachv Does your theme include modifications that edit the default Simple Social Icons or reorder them? Looking for the ‘simple_social_default_glyphs’ filter in your functions.php file would be a good place to look for this.

    If you see that filter, you may need to update your icon codes with the ones found here: https://github.com/copyblogger/simple-social-icons/blob/develop/simple-social-icons.php#L100

    (I know you said you had checked this, but I was able to get your icons to work by altering the glyph codes in Chrome Dev Tools, so it seems like this is the most likely cause.)

    @mark Thanks for using the plugin, and good luck with the launch!

    Thread Starter kachv

    (@kachv)

    @nick thank you for your response. I haven’t been able to find the filters in functions.php on my theme. The only place I have those filters set are in the plugin itself. My theme is Genesis with the child theme Parallax Pro.

    I have this in my style.css: but nothing I can find in php

    /* Simple Social Icons
    ——————————————— */

    .parallax-home .content .simple-social-icons {
    margin-top: 40px;
    }

    .parallax-home .content .simple-social-icons ul li {
    margin: 0 20px !important;
    }

    .parallax-home .content .simple-social-icons ul li a,
    .parallax-home .content .simple-social-icons ul li a:hover {
    padding: 30px;
    }

    .parallaz-home .content .simple-social-icons ul li a {
    font-family: ‘ssi-icomoon’ !important;
    }

    /*
    Plugins

    Thanks again.

    @mark, thanks for the positive feedback

    I’m having the same issue. The icons are missing, I’ve tried several themes as well as different Genesis version. Currently, I’m using The Genesis Sample theme – client9.emrdesignstudio.com

    Plugin Contributor Nick C

    (@modernnerd)

    @kachv Would you be happy to email nick.cernis @ copyblogger .com with admin login details? I can log in and look into this for you.

    @emrdesignstudio Please could you update to version 1.0.13 of the plugin? The plugin’s stylesheet at http://client9.emrdesignstudio.com/wp-content/plugins/simple-social-icons/css/style.css?ver=1.0.12 still seems to be referencing the old font. Hopefully that will solve things for you!

    Same issue here (I get the blank boxes after upgrading to 13)….I think….it seems that my amazon CDN keeps serving /wp-content/plugins/simple-social-icons/css/style.css?ver=1.0.12 even though I invalidated it on the CDN, added it to the rejected list in W3 Total Cache and purged all caches. Anything else you can suggest?

    http://simplegreenmoms.com

    Thanks

    EDIT: this is now solved, it just took a third time invalidating and purging everything, thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Icons broken after update’ is closed to new replies.