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

    (@modernnerd)

    Sorry to hear that, aries_larry!

    The icons are working with WordPress 4.3 for me: http://debug.wpdemo.me/

    You’re welcome to share a link to a page where the problem is visible. I’m happy to take a closer look for you.

    Same here, just updated to 4.3, and the icons do not show up anymore

    http://www.robvanholland.nl/#front-page-2

    They have to show up top of the page

    Update: they show in IE, but not in Firefox (even after emptying the cache)

    Plugin Contributor Nick C

    (@modernnerd)

    @ericzaat: I’m seeing the icons in both Firefox and Chrome: http://d.pr/i/17QVh. Perhaps you were able to resolve this? If you’re still having trouble, feel free to share the version of Firefox and OS you’re using; happy to take another look.

    Thread Starter aries_larry

    (@aries_larry)

    @nick Cernis sorry i cant give you the link right now because i have created it in a localhost in my computer using xampp, I think the problem is on the theme, i am using a custom theme and I cant find out where is that specific problem?

    Thread Starter aries_larry

    (@aries_larry)

    Already found out the solution, you have to wrap the social icons inside this tag with a particular id and class <aside id=”simple-social-icons-3″ class=”widget simple-social-icons”></aside>

    Plugin Contributor Nick C

    (@modernnerd)

    @aries_larry Thanks for the update – glad you were able to resolve this.

    If you’re defining your own widget area you can use the class name placeholders documented in the before_widget argument here: https://codex.wordpress.org/Function_Reference/register_sidebar

    That will be substituted for the simple-social-icons class when you add the widget to the new widget area you’ve defined, which should be all the plugin needs to display the font correctly. (The li tag in before_widget and after_widget can be substituted for a tag of your choice, though.)

    Thread Starter aries_larry

    (@aries_larry)

    @nick Cernis Thank you for giving me more information about creating a custom sidebar, I learned a lots of wordpress coding stuff from you. 🙂

    Plugin Contributor Nick C

    (@modernnerd)

    You’re welcome, aries_larry – glad I could help. 🙂

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Simple social icons not showing in wordpress latest version’ is closed to new replies.