-
Author
-
January 3, 2016 at 10:21 #96029slawek247Participant
Hi, how can I add an icon to the profile as in the picture ??
Attachments:
You must be logged in to view attached files.January 4, 2016 at 19:53 #96227sharmstrModeratorLooks like they used this plugin: https://wordpress.org/plugins/buddypress-social-icons/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 4, 2016 at 20:19 #96233RaduModeratorHi,
You can add content there with this function
COPY CODEfunction AddSocialToMemberProfileHeader() { echo 'Facebook'; echo 'Twitter'; } add_action('bp_after_member_header', 'AddSocialToMemberProfileHeader');
Do you have an plugin for social icons ? if yes tell me the name or give the shortcode
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 5, 2016 at 14:56 #96349sharmstrModeratorIf you dont want to use a plugin, you can follow this: http://sharmstr.com/displaying-social-links-in-members-profile/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 19, 2016 at 01:45 #99228joyParticipantHi @sharmstr, I am currently using your code for the social links in the profile, would you know how to hide the links in the profile details? Currently if someone looks at a profile they can access the social media accounts through the image links or the text links, i would like to remove the text links as it’s redundant. Let me know if you need more clarification or if you are able to assist with that.
Thank you!
January 21, 2016 at 22:38 #99858joyParticipantCan anyone respond to this? Please see previous post. Thank you.
January 22, 2016 at 15:05 #99956sharmstrModeratorIf you hide them, how will people be able to update them or fill them out in the first place?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 22, 2016 at 15:14 #99958sharmstrModeratorThis seems to work
COPY CODE.profile.public .field_twitter { display: none !important; }
Change twitter to the names of the fields you want hidden.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 29, 2016 at 02:25 #101098joyParticipantHello again, I have another question about this. Since there are so many options for social media links I thought about creating another profile field group instead of putting them in the base field. Is there a way that these icons could be generated from the links on that group? Thank you.
January 29, 2016 at 14:20 #101137sharmstrModeratorYou may want to read this again 🙂 http://sharmstr.com/displaying-social-links-in-members-profile/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 29, 2016 at 22:23 #101263joyParticipantI figured out the problem…I had social links in two field groups. I deleted the social links from my base group. Now it works. Thank you.
January 29, 2016 at 22:37 #101265joyParticipantIs there an icon code for a general website? Also, how did you get a list of those icons and where are they populated from? WP or Kleo? Thank you.
January 29, 2016 at 22:55 #101267joyParticipantYet another question 🙂
I used CSS to edit the icons in the profile header, doing that also enlarges the icons in the social header of the page through the Kleo theme. Is there css to differentiate the two sections or will any change to the icon size affect all icons on the site? Thank you.
January 30, 2016 at 14:14 #101329sharmstrModeratorpreface whatever you used with .buddypress div#item-header div#item-header-content
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.