- 
		Author
- 
		
			
				
April 3, 2017 at 03:58 #157430kjcarleo ParticipantHello, is it possible to show something other than the @USERID in the profile header and is it possible to change the color of the buttons? Also Can I put the “Member Since” line right below the USERNAME area? See attachment for reference Attachments:You must be logged in to view attached files.April 3, 2017 at 23:30 #157533Laura ModeratorHello, member since is not something added by default, did you add it by code? Or is it a profile field? 
 And what do you want to show at the header?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer Please be patient as I try to answer each topic as fast as i can. If you like the theme or the support you've received please consider leaving us a review on Themeforest! Always happy to help you 🙂 April 3, 2017 at 23:51 #157535kjcarleo ParticipantIt is a Profile Field I added. I want the “Member Since” data to be right below the @00241 in the example I attached. Can I change the colors of the buttons? “Cancel Friendship”, “Public Message” etc… April 5, 2017 at 09:43 #157664Laura ModeratorHello could you share ftp and wp access so i can test it? I could move the fields up to show it as you want 
 For the button colors just add this to style.css of child themeCOPY CODEa.activity-button.mention { background: black !important; } a.send-message { background: red !important; } .friendship-button a { background: pink !important; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer Please be patient as I try to answer each topic as fast as i can. If you like the theme or the support you've received please consider leaving us a review on Themeforest! Always happy to help you 🙂 April 7, 2017 at 12:42 #157881Laura ModeratorHello, done, just changed an action at the functions.php of child theme Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer Please be patient as I try to answer each topic as fast as i can. If you like the theme or the support you've received please consider leaving us a review on Themeforest! Always happy to help you 🙂 April 7, 2017 at 15:55 #157900kjcarleo ParticipantIs it possible to make the font match the @00241 username (white and bold) – see attachment Also, how can I make it display “Kevin Carleo” instead of “@00241“? Attachments:You must be logged in to view attached files.April 10, 2017 at 10:04 #158048Laura ModeratorHello, yes, just add this to style.css of child theme COPY CODE.mdetcenter { color: white !important; font-size: 14px !important; font-weight: bold !important; }And clear cache 🙂 Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer Please be patient as I try to answer each topic as fast as i can. If you like the theme or the support you've received please consider leaving us a review on Themeforest! Always happy to help you 🙂 April 11, 2017 at 06:04 #158153kjcarleo ParticipantThat worked great 🙂 How about making it display “Kevin Carleo” instead of “@00241“? Is that possible? April 12, 2017 at 00:11 #158269Laura ModeratorHello, mentions display the username right now. I am happy that it worked 🙂 
 Let me know if i can help you with anything else, always happy to helpHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer Please be patient as I try to answer each topic as fast as i can. If you like the theme or the support you've received please consider leaving us a review on Themeforest! Always happy to help you 🙂 April 12, 2017 at 04:53 #158285kjcarleo ParticipantIf you look below the picture in the profile area, it til says @00241, that is what I would like to Display the Members name instead of @XXXXX. See the attachment. Attachments:You must be logged in to view attached files.April 12, 2017 at 14:33 #158302Laura ModeratorHello, yes sadly that cant be changed as mentions use the username of the user Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer Please be patient as I try to answer each topic as fast as i can. If you like the theme or the support you've received please consider leaving us a review on Themeforest! Always happy to help you 🙂 April 12, 2017 at 16:04 #158310kjcarleo ParticipantCould it be removed? Or instead could I put “Member #:” instead of “@” April 13, 2017 at 00:29 #158371Laura ModeratorHello, i can hide it with css but cant replace it 🙂 
 here the cssCOPY CODEh4.user-nicename.hover-tip.click-tip { display: none !important; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer Please be patient as I try to answer each topic as fast as i can. If you like the theme or the support you've received please consider leaving us a review on Themeforest! Always happy to help you 🙂 April 13, 2017 at 01:18 #158373kjcarleo ParticipantThat looks Ok but how can I add a little bit of a space between the profile pic and the text I have/: April 13, 2017 at 15:54 #158428Laura ModeratorHello, you can try by adding this to style.css of child theme COPY CODE#item-header-avatar { margin-bottom: 50px !important; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer Please be patient as I try to answer each topic as fast as i can. If you like the theme or the support you've received please consider leaving us a review on Themeforest! Always happy to help you 🙂 April 16, 2017 at 18:04 #158618kjcarleo ParticipantHey is there a limit to the amount of extra lines I can add to below the Profile Picture using the “functions.php” file? April 18, 2017 at 01:08 #158719Laura ModeratorHello, what do you mean by extra lines? Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer Please be patient as I try to answer each topic as fast as i can. If you like the theme or the support you've received please consider leaving us a review on Themeforest! Always happy to help you 🙂 April 18, 2017 at 01:43 #158721kjcarleo ParticipantI guess additional lines is a better term. Right now I have: <?php 
 /**
 * @package WordPress
 * @subpackage Kleo
 * @author SeventhQueen <themesupport@seventhqueen.com>
 * @since Kleo 1.0
 *//** 
 * Kleo Child Theme Functions
 * Add custom code below
 */
 function sq7_extra_fields_members_profile() {$Position = bp_get_member_profile_data(‘field=Position’); if ($Position) { 
 echo ‘‘. ” . $Position . ‘‘; $MemberSince = bp_get_member_profile_data(‘field=MemberSince’); if ($MemberSince) { 
 echo ‘‘. ‘Member Since ‘ . $MemberSince . ‘‘; $Role = bp_get_member_profile_data(‘field=MemberType’); if ($Role) { 
 echo ‘‘. ” . $Role . ‘‘; 
 }
 }
 }
 }add_action(‘bp_before_member_header_meta’, ‘sq7_extra_fields_members_profile’); function howdy_message($translated_text, $text, $domain) { 
 $new_message = str_replace(‘Howdy’, ‘Welcome Aboard’, $text);
 return $new_message;
 }
 add_filter(‘gettext’, ‘howdy_message’, 10, 3);// Function to change email address function wpb_sender_email( $original_email_address ) { 
 return ‘site.admin@embassymarine.org’;
 }// Function to change sender name 
 function wpb_sender_name( $original_email_from ) {
 return ‘Site Admin | The Marine Embassy Guard Association’;
 }// Hooking up our functions to WordPress filters 
 add_filter( ‘wp_mail_from’, ‘wpb_sender_email’ );
 add_filter( ‘wp_mail_from_name’, ‘wpb_sender_name’ );April 18, 2017 at 01:44 #158722kjcarleo ParticipantPosition, MemberSince and MemberType is what I added. April 19, 2017 at 01:02 #158891Laura ModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query. 
 Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer Please be patient as I try to answer each topic as fast as i can. If you like the theme or the support you've received please consider leaving us a review on Themeforest! Always happy to help you 🙂 April 21, 2017 at 16:17 #159242Radu ModeratorYou want to limit at certain nr of characters the value of the $Position = bp_get_member_profile_data(‘field=Position’); ? Cheers 
 RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 21, 2017 at 16:26 #159243kjcarleo ParticipantNo, I mean can I more lines of data under the others line I added – “Position”, “MemberSince” and “MemberType” have already been added with the code I pasted above. April 24, 2017 at 18:22 #159466Radu ModeratorOk then 
 There is not a certain limit, you can add your desired fields.
 Cheers
 R.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 ‘Bugs & Issues’ is closed to new topics and replies.
 
							
						
