-
Author
-
November 6, 2015 at 10:42 #85899Oscar570Participant
Hello,
I’d like to understand why every word in the profile is a link (red color) ???????????
unintelligible
What can cause this?
Thanks for your help
Attachments:
You must be logged in to view attached files.November 6, 2015 at 19:37 #86012RaduModeratorHi,
Most probably because they are links and the links color have color red.
You you need another color there ? If yes use the CSS from below and replace green with your color code
COPY CODEbody.bp-user #buddypress .profile dl dd a { color: green !important; }
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 9, 2015 at 18:01 #86413RaduModeratorHi,
They are links because it offers you the possibility to search for certain value in all members directory, in this way works the profile search plugin.
You cannot remove them, you can just set a certain color.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 15, 2015 at 22:43 #87418thannahParticipantThis can be removed. I don’t have links in mine.
COPY CODEfunction remove_xprofile_links() { remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 9, 2 ); } add_action( ‘bp_init’, ‘remove_xprofile_links’ );
It should be added to bp-custom.php
November 17, 2015 at 15:45 #87713Oscar570ParticipantWhere must I add the bp-custom.php ? in (kleo-child) or (kleo) folder ?
November 18, 2015 at 18:21 #87912thannahParticipantIt was a while back when I did this. You may need to google ‘remove buddypress links’ and see what else pops up for you but it can be done.
November 25, 2015 at 15:20 #88993CornelModeratorHi,
I would like to know if you solved your problem and if we can mark the topic as resolved?
Thanks!
CornelHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 25, 2015 at 15:31 #88995CornelModeratorI’ll ask my colleague Radu to further investigate.
Cheers!
CornelHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 8, 2015 at 20:10 #91941AndreiModeratorHi Oscar, you probably fail to add the code piece correctly, can you please provide ftp account to your site so I can give a look into it ?
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 8, 2015 at 20:28 #91953RaduModeratorHi @Oscar570,
Can you check now ?
Let me know if it works.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 8, 2015 at 22:46 #91971Oscar570ParticipantYes I just checked and I think there is a serious problem now . Thank you to bring your attention to what you are doing! Thank you to rectify your code and make sure everything is working properly again.
Attachments:
You must be logged in to view attached files.December 9, 2015 at 16:45 #92104RaduModeratorPlease check now,
It should be ok
The problem was because the functions was loaded twice once from bp-custom.php and another from kleo-child/functions.php, now the functions is loaded only form kleo-child/functions.php
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.