#38427
 renatokeuller36
Participant

Hello Laura, I have a short list of questions and problems with the theme. No need to answer all at once, I have patience to wait.

Some of my questions may seem silly, but I ask forgiveness, for I am not a professional and do not know all of WordPress.

1. I could not find the place to translate the error text Invalid email. The message that appears when I enter the wrong email. In which file .php translate this?

2. Insert in my functions.php theme in my child, a code to redirect the user after login to the profile page. But I wonder, if I insert a redirect to the activity of the page.

3. On the homepage, the group details are appearing errors in accented words. Where is the file that is not accepting accent?

4. Every time I mention a user, although mention is made, it does the following error:

Warning: sprintf(): Too few arguments in /home/booktins.com/www/wp-content/plugins/buddypress/bp-activity/bp-activity-notifications.php on line 94

5. Thanks to you, is details are appearing normal in the members page. However, I saw that is missing show below Birthday / I am a / Marital status / City. Missing item “Myself Summary, “About me”. See the picture below taken from the theme demo page.

I think you just need to add it to this code:

add_action(‘after_setup_theme’,’kleo_my_member_data’);
function kleo_my_member_data()
{
global $kleo_config;
//this is the details field, right now it take the “About me” field content
$kleo_config[‘bp_members_details_field’] = ‘Básico’;
//this display the fields under the name, eq: 36 / Woman / Divorced / Berlin. Modify with the names of the fields you want to appear there
$kleo_config[‘bp_members_loop_meta’] = array(
‘Eu sou’,
‘Relacionamento’,
‘Cidade’,

);
}

6. For every member profile that visit, no matter what, they all point 50 matchs? It’s a bug or error in the topic?

7. In my page “About us”, how do to change the Pinterest icon on the other?

8. In order not to let the logador users edit pages, how do I remove the item “Edit” button below pages? In which .php file remove this item?

Log in with your credentials

Forgot your details?