Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Daniyal Ahmed (a11n)

    (@daniyalahmedk)

    Go to this file : /inc/fuse_social_sidebar_func.php there is function

    Create_Awesome_Icons()

    and from there you can replace with any font-awesome icon.

    For example :

    $facebook = $options['facebook'];
    echo "<a  $target  class='fuse_social_icons_links' href='$facebook'>	<i class='fa fa-facebook fb-awesome-social awesome-social'></i></a><br />";

    Here is the facebook code and if we need to replace it with skype.
    http://fontawesome.io/icon/skype/

    $facebook = $options['facebook'];
    echo "<a  $target  class='fuse_social_icons_links' href='$facebook'>	<i class='fa fa-skype skype-awesome-social awesome-social'></i></a><br />";

    You have to add required CSS to make it work.

    Thread Starter vivilo

    (@vivilo)

    Thanks a lot! I did it.

    I added fa fa-whatsapp for flickr, and fa fa-skype for google plus. Refresh the page and now I can see the changes, but it seems that whatsapp icon doesn’t appear. Any idea why?

    You said me that change CSS. but it is not supposed that it will take the same CSS styles that the last icon? I reviewed the CSS styles for each icon and I only see the background color.

    Thanks

    Plugin Author Daniyal Ahmed (a11n)

    (@daniyalahmedk)

    Can you let me know your site URL? So i can guess better what’s going wrong.

    Hi, I have a client who has his own icons and I’m wondering how to integrate this icons? thanks a lot

    Plugin Author Daniyal Ahmed (a11n)

    (@daniyalahmedk)

    Please create your own support thread.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Change icons’ is closed to new replies.