This topic has 2 replies, 2 voices, and was last updated 10 years by mcguffin.

  • Author
  • #471
     mcguffin
    Participant

    How do I change the title of the “Looking for” Profile field? If i change it to another name the top profile tab (right of the avatar) will not work.

    #473
     SQadmin
    Keymaster

    Hi
    If you have changed the Profile Group name then do add this to your child theme functions.php

    COPY CODE
    
    add_filter('kleo_extra_tab1', 'custom_tab');
    function custom_tab()
    {
        return 'Base';
    }
    

    Change “Base” with your group name

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #486
     mcguffin
    Participant

    Thanks that worked.

    Is there a default open tab? Currently both tabs are closed (not using the Album plugin). Can the Album tab also be reassigned?

Viewing 3 posts - 1 through 3 (of 3 total)

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

Log in with your credentials

Forgot your details?