• Hi,

    I am using this plugin with the OceanWP theme and I have noticed that when a user is viewing somebody else’s resume from their BuddyPress profile, there is some text which says “Your resume can be viewed, edited or removed below.” even though the user is not viewing their own profile. Please see this screenshot:

    https://prnt.sc/qskqbd

    I wanted to edit the code so that the text only appears when a user is viewing their own profile. I wanted to change it to:

    if (is_user_logged_in() && bp_is_my_profile()) {
    echo ‘<p>Your resume can be viewed, edited or removed below. </p>’;
    }

    …but I cannot find which file the text is in so I can change it. I was wondering whether you could pls advise in which file I need to look so I can edit this?

    Many thanks,

    Jas

    • This topic was modified 4 years, 8 months ago by nishkam.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text on resume tab is always visible when it shouldn’t be’ is closed to new replies.