By Frederick w Andrade on Saturday, 14 January 2017
Posted in General Issues
Replies 3
Likes 0
Views 139
Votes 0
Is it possible to remove the add friend function and just leave the follow option to continue as it works in instagran?
sorry
·
Sunday, 15 January 2017 00:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

Currently that was no option to disabled that add friend button from backend, but you can apply this following css into this template file location, so it will hide this add friend button on the page.

JoomlaFolder/templates/YourCurrentTemplate/html/com_easysocial/css/custom.css (you have to manually create these new folder and file from your template folder)


#es .btn-group.btn-group--es-friends a[data-es-friends-button] {
display: none !important;
}
·
Sunday, 15 January 2017 11:06
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post