-
Author
-
February 20, 2014 at 18:44 #11217oscar34Participant
Hi thnx again for this great looking theme
I have 3 small questions:
1- On the profile page just under the member’s name there is:
“@username active 47 minutes ago”I want to change these text’s color. But I want to keep the profile page texts as white.
When I put a new span class on css for that small text under the name, it doesnt have any effect because the profile page texts is defined as white, when I change that white to something else, all text color changes including that small text too.
So pls help. And also:2- I want to edit the small SIGN UP form (that popup signup form that has title CREATE ACCOUNT)
I want first name and surname boxes instead of just one full name box, so please tell me which file is that holds those form elements so I can edit.3- And most importantly: I want to change the avatar size, I edited the bp-custom.php but still didnt work. !!
Thanx
February 25, 2014 at 00:21 #11364AbeKeymasterHi,
1. THis is how it is on the page:COPY CODE<span class="user-nicename">@sweetadmin</span> <span class="activity">
So in css address those classes. Eq: #profile span.user-nicename
2. Already created a topic for that. Please add your questions once in one place
3. The avatar size depending on the section of the site where is shown can be changed by css
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.February 25, 2014 at 00:28 #11367oscar34ParticipantThank you Abe
Also regarding to #1 above:
I want to put next to user-nicename above avatar, the gender information
I will put an icon for the gender of that user. So how do I do that? What code brings the gender info according to that user?
ThnxFebruary 25, 2014 at 00:35 #11370AbeKeymasterI think I already responded to you in another topic about the code for gender 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.February 25, 2014 at 00:44 #11374oscar34ParticipantHi
No you didnt answer me about this, but I seen you answered some else’s similar question but that question is different: It says change the color of the background if female user logged in or male user logged in. But my question for all users member to site. Whether site user logged in or not can be able to see the member’s gender in color above avatar thats all.
Thanx:https://archived.seventhqueen.com/forums/topic/profile-theme
Different styling based on member typeFebruary 25, 2014 at 01:49 #11399AbeKeymasterEven you are forgetting where you are putting questions 😉 https://archived.seventhqueen.com/forums/topic/add-age-next-to-member-name#reply-11233
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.February 25, 2014 at 01:51 #11400oscar34ParticipantThats about age, not the gender. But my question was about gender of user.
thnxFebruary 25, 2014 at 01:56 #11401oscar34ParticipantIs that the way?
<?php
if ( bp_get_profile_field_data( ‘field=Gender&user_id=’ . $bp->loggedin_user->id ) == ‘Man’); {
echo ‘<i class=”icon-male”></i>’;
}
else {
echo ‘<i class=”icon-female”></i>’;
}
?>February 27, 2014 at 14:16 #11547AbeKeymasteryes that should do it
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
You must be logged in to reply to this topic.