-
Author
-
December 8, 2013 at 11:14 #7895jaybiniParticipant
I have to press about me tab so the about info appears , how to make it appears automatically when the profile is viewed ?
December 9, 2013 at 21:28 #8000AbeKeymasterHi, Make sure you use the latest theme version and follow this topic to choose which tabs appear https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image
The first array will be the first one and the selected oneHi 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.December 11, 2013 at 10:28 #8086jaybiniParticipantI tried adding lifestyle tab but it didn’t appear
$bp_tabs[‘lifestyle’] = array(
‘type’ => ‘regular’,
‘name’ => __(‘Life Style’, ‘kleo_framework’),
‘class’ => ‘regulartab’
);from where do i get the tabs names ‘lifestyle’, ‘visual-apperance’, ‘base’ and so on
what can i do ?December 11, 2013 at 13:43 #8100jaybiniParticipanti fixed it i have to enter the group to make it work.
Anyway i have another issue, when i click on about me for example it disappears and its contents appear , and so on when i click on any other tab when i click on looking for , contents appear teh tab disappear and about me tab appears again :S
i updated the theme and its still like that
December 12, 2013 at 10:25 #8146AbeKeymasterYou added some css that messes with that:
#profile .tabs.pill.custom dd.active a, #profile .pmpro_label {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
display: none;
}
toHi 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
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.