-
Author
-
February 18, 2014 at 23:33 #11132rudik2Participant
Hi,
where i can change from profile site section “My photos” to “About Me”?February 19, 2014 at 22:39 #11206AbeKeymasterThere is an example here: https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image
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 21, 2014 at 18:44 #11262rudik2ParticipantI know, i found it but i don’t knowe where i can change option between 3 standart option (looking for, about me and photos). Please help.
February 25, 2014 at 01:04 #11386AbeKeymasterThere is was also an example to change the name there
//my changes to profile tabs add_action('after_setup_theme','kleo_my_custom_tabs'); function kleo_my_custom_tabs() { global $bp_tabs; /* rtMedia tab - only if plugin installed */ if (class_exists('RTMedia')) { $bp_tabs['rtmedia'] = array( 'type' => 'rt_media', 'name' => __('About me', 'kleo_framework'), 'class' => 'mySlider' ); } /* Bp-Album tab - only if plugin installed */ elseif (function_exists('bpa_init')) { $bp_tabs['bp-album'] = array( 'type' => 'bp_album', 'name' => __('About me', 'kleo_framework'), 'class' => 'mySlider' ); } }
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 09:19 #11414rudik2ParticipantRobert wrote “By default we have added 3 tabs: Looking for, About me, My photos(gets photos form rtMedia or Bp-Album)”.
Did i must edit sweetdate-child/functions.php that show in profil page Looking for, about me and my photos tabs??
February 27, 2014 at 15:26 #11563AbeKeymasterI don’t understand what you want to achieve. Yes you must add the code to sweetdate-child/functions.php if you want to change default tabs
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 27, 2014 at 21:27 #11593rudik2ParticipantSorry for my english.
I have this option now: http://s24.postimg.org/avxbjxvw5/Bez_nazwy_2.jpg
but i would like to have this option http://s22.postimg.org/wgco2sy4x/Bez_nazwy_4.jpgHow to make it? 🙂
March 4, 2014 at 02:18 #11815AbeKeymasterHi, By default if you haven’t changed any field group name under WP admin – Users – Profile fields they should appear just like on the demo. If you have changed the names then you new to put your new names using the code from this post: https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image
For example you have a fields group named “My group” then change in that code:
‘group’ => ‘Looking for’,
to‘group’ => ‘My group’,
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.March 4, 2014 at 13:22 #11830rudik2ParticipantThank You, working ok now!
I have one more problem.
I paste this code in sweetdate-child theme, but when i activated sweetdate theme these changes are not active. Why?March 4, 2014 at 14:10 #11836AbeKeymasterin sweetdate-child/functions.php. make sure you put the whole code and the theme is active
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.March 4, 2014 at 14:16 #11840rudik2ParticipantSorry for my english.
I activate theme SWEETDATE-CHILD and all working good now.
But, when i activated SWEETDATE theme these changes are not work good.
Why?March 4, 2014 at 15:13 #11853AbeKeymasterBecause the code is added to sweetdate-child and since it is not active… it is normal not to work.
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.March 4, 2014 at 16:56 #11862rudik2ParticipantDid i paste this code to sweetdate theme and active this theme or use only active sweetdate-childe theme?
March 7, 2014 at 19:34 #12231AbeKeymasterI already said that: in sweetdate-child/functions.php and use child theme
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.