This topic has 8 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #99892
     whale
    Participant

    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!

    #99893
     whale
    Participant

    AAAND, my facebook login button wont work. It does nothing.

    #100023
     Radu
    Moderator

    Hi 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 solution
    #101399
     whale
    Participant

    Hi Radu ,
    Screenshot

    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 !

    #101561
     Radu
    Moderator

    Hi 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 CODE
    
    function 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 solution
    #101777
     whale
    Participant
    This reply has been set as private.
    #101850
     Radu
    Moderator

    Great,

    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 solution
    #104216
     whale
    Participant

    I cant get to “Functions.php” Radu, what should i do?

    #104345
     Radu
    Moderator

    Hi,

    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
Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?