Forum Replies Created
- 
		
			
Hi @danbp, I removed the div and still don’t work. I also switched to the buddypress default theme and 2014 and no luck. However, I tried using other filter like bp_get_send_public_message_button and it shows. But I think using that filter is not ideal. What do you suggest? Thanks again for your help. I really appreciate it. 🙂 Hi danbp, Thank you for your quick response. I tried putting the line of codes in my child themes function.php but it doesn’t work. I mean for the popover friend request message, not sure how to load that when I click the add a friend icon Hi @henrywright, i think you are right, I tried your code and it seems working. But do you know how to make it the same way like when I click on the Buddy request/add friend icon will have a pop-up text area and write message/request to the user. Just like what the plugin does. I really appreciate your help. Your awesome. Hi Andy, Do we need to add that line of codes within the members loop? @shanebp, it works like a charm. thank you for your help. @shabebp Thanks for your response. I tried that way but it doesn’t work. It echoes the field value wherever you place this variable $hair = bp_member_profile_data( ‘field=Hair’ ); Hi @mercime, I sorted it out. I switched to the default wp theme and the the warning message was gone. It was a line of code that conflicting the themes functions. Thanks for your help. @mercime Hi there, yes I did deactivated the plugins one by one but error is still there. But I haven’t yet tried switching to twentyfourteen theme. Let me try that and I’ll get back to you. Thanks for your response. @Robert thank you for the reference. I’m actually looking something like this. great tips I have the same problem with this. Does anybody knows how to deal with this? I’d like to create an overlay sign up form, and using the default register.php code(simply copy & paste) doesn’t work.