• Hi,

    I want to add FB, G+, Youtube and Yelp to be seen in the front end. You do not have prebuilt option for yelp (which is fine for me).

    Please confirm how can I add a new option for Yelp or I can just hack any existing option (lets say Reddit or RSS) which I am not using, provide my yelp link there but in front end show the logo of yelp instead of Reddit or RSS.

    Please confirm me where I can edit the same.

    https://wordpress.org/plugins/fuse-social-floating-sidebar/

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

    (@daniyalahmedk)

    Hey
    Lets pick Reddit, please go to :

    plugins/fuse-social-floating-sidebar/inc/fuse_social_sidebar_func.php

    on line number 129 :
    echo "<a $target class='fuse_social_icons_links' href='$reddit'> <i class='fa fa-reddit reddit-awesome-social awesome-social'></i></a><br />";

    replace this with

    echo "<a $target class='fuse_social_icons_links' href='$reddit'> <i class='fa fa-yelp yelp-awesome-social awesome-social'></i></a><br />";

    Now can put background color from CSS using this class

    .yelp-awesome-social{
    background:#c41200 ;
    }

    Let me know if it works for you !

    No, there is no success. Probably some thing has to be done even in FontAwesome ttf and otf files also.

    It is just showing Blank red dot

    http://www.nektalovtotalbody.com/

    Plugin Author Daniyal Ahmed (a11n)

    (@daniyalahmedk)

    Just noticed yelp icon is not in current fontawesome ttf. Just put this in header.php

    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">

    Hope i will push an new update within couple of days.

    Thank you so much, it worked. 🙂

    Plugin Author Daniyal Ahmed (a11n)

    (@daniyalahmedk)

    Your feedback review will make us more happy to keep supporting this plugin 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to Add Yelp in the icons’ is closed to new replies.