-
Author
-
January 22, 2016 at 03:12 #99892whaleParticipant
Hello there!
I bought Kleo Theme a month and a half ago and im amazed with the functionality of it to create my own community!
Well, i have a big question, i am developing (or trying to) a small social network, and i need to customize everything, when i make profiles in buddypress i changed the fields in the register form, thats ok, but now, i need to change the dividers of the users profile ( Where it has icons for Activity, Profile, Notifications, Messages) is there any way i can change that? ( I dont mean the main menu bar, i mean like literally the profile page).
Thanks!
January 22, 2016 at 03:18 #99893whaleParticipantAAAND, my facebook login button wont work. It does nothing.
January 22, 2016 at 18:42 #100023RaduModeratorHi Whale,
Can you please provide a screenshot that pointing out the dividers ?
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 31, 2016 at 02:21 #101399whaleParticipantHi Radu ,
Here is the screenshot you asked me .
I think my question was a bit confusing. Here goes again , I want to change sections of the profile; For example , rename “groups” to ” cities”, and know if i can create more sections.I would like to ask you in some sort of private message, bc i have tons of questions and are about how my social network is going to work.
May you well !
February 1, 2016 at 17:04 #101561RaduModeratorHi whale,
For the items ordering please follow this topic : https://archived.seventhqueen.com/forums/topic/how-i-can-change-my-order-tab-in-buddypress-profile#post-85874 check the links from this reply.
For renaming the group label you should add this snippet to wp-content/themes/kleo-child/functions.php
COPY CODEfunction mb_profile_menu_tabs(){ global $bp; $bp->bp_nav['groups']['name'] = 'Cities'; } add_action('bp_setup_nav', 'mb_profile_menu_tabs', 201);
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 3, 2016 at 16:12 #101850RaduModeratorGreat,
Have a nice day
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 16, 2016 at 23:41 #104216whaleParticipantI cant get to “Functions.php” Radu, what should i do?
February 17, 2016 at 17:47 #104345RaduModeratorHi,
The function file is located here : wp-content/themes/kleo-child/functions.php ( you should connect to your web server via FTP and navigate in that path )
NOTE : You should have installed and active Kleo Child Theme.
Let me know
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.