This topic has 1 reply, 2 voices, and was last updated 10 years by SQadmin.

  • Author
  • #1484
     joninhas
    Participant

    HI,

    when i change the “Looking for” title in profile fields it dissapear form profile page (near about me). Photos also disapeared form profile page also …

    #1558
     SQadmin
    Keymaster

    Please check this topic if you want to add the renamed tabs to the profile:
    https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image
    So to display the renamed group you should add this snippet:

    COPY CODE
    
    add_action('after_setup_theme','kleo_my_actions');
     
    function kleo_my_actions()
    {
        global $bp_tabs;
        $bp_tabs['looking-for'] = array(
            'type' => 'cite',
            'name' => __('My new tab', 'kleo_framework'),
            'group' => __('My new tab', 'kleo_framework'),
            'class' => 'citetab'
        );
    }
    

    For the photos replace the contents of this file bp_custom/class-bp-tabs.php in the parent theme with this one:
    https://archived.seventhqueen.com/files/class-bp-tabs.txt

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?