Forum Replies Created
-
Author
-
iulianolaruParticipant
Thank you very much Catalin. Problem was fixed and i hope in a future theme update, this bug will be solved.
iulianolaruParticipantMy Friends widget is not translated. It still displays for example “klaver2’s Friends” all tho, all my translation files are fully translated.
iulianolaruParticipantAlso, in the footer, when you hover over the facebook sign, it displays “Find us on facebook”. I would like to translate that as well. Where can i find the necessary lines ?
iulianolaruParticipantWhen will the theme update be released? I have a lot of lines that do not appear translated. All tho, i have all language files 100% translated.
For example, the login form displays english lines all tho, the language NL is set.
iulianolaruParticipantBuddypress was fully translated and all files generated. Is it possible to be something from sweetdate ?
iulianolaruParticipantWhy is it that when i keep the child theme active, the design gets scrambled ?
iulianolaruParticipantAbe, the code works while having the child theme active but when i activate the necessary theme, the code does not work.
What is there to do ?
iulianolaruParticipantCheck the website with google chrome console for example and see what errors you receive. In my case, SSL was sending errors because of images that were already uploaded via http. In this case, which most probably is, you have to edit the pictures URL from wordpress dashboard from http to https.
Good luck.
iulianolaruParticipantI have tried in several ways and i can’t seem to make it work Abe.
My group names are:
1. Basis informatie (Primary)
2. Over mijzelf
3. Op zoek naar
4. Lifestyle
5. PhysicalThank you in advance Abe.
iulianolaruParticipantIt seems i am doing something wrong. Abe, can you please update the code to your recommendations ? The defined group names are matching.
Thank you in advance
iulianolaruParticipantHey, i can’t seem to get this working. I will paste my full sweetdate-child/functions.php so you can see maybe there’s something wrong in it.
The name of the tabs are the names of the actual profile field groups.
Thank you in advance
COPY CODE/* my changes to profile tabs */ add_action('after_setup_theme','kleo_my_custom_tabs'); function kleo_my_custom_tabs() { global $bp_tabs; $bp_tabs = array(); $bp_tabs['Op zoek naar'] = array( 'type' => 'regular', 'name' => __('Op zoek naar', 'kleo_framework'), 'group' => 'Op zoek naar', 'class' => 'regulartab' ); $bp_tabs['Basis informatie'] = array( 'type' => 'regular', 'name' => __('Basis informatie', 'kleo_framework'), 'group' => 'Basis informatie', 'class' => 'regulartab' ); $bp_tabs['Physical'] = array( 'type' => 'regular', 'name' => __('Physical', 'kleo_framework'), 'group' => 'Physical', 'class' => 'regulartab' ); /* rtMedia tab - only if plugin installed */ if (class_exists('RTMedia')) { $bp_tabs['rtmedia'] = array( 'type' => 'rt_media', 'name' => __('Fotos', 'kleo_framework'), 'class' => 'mySlider' ); } } function kleo_membership_info_guest() { global $membership_levels,$current_user; if (! $membership_levels) { return; } if (!bp_is_my_profile()) { $membership = pmpro_getMembershipLevelForUser(bp_displayed_user_id()); if ($membership) { echo '<span class="label radius pmpro_label">'.$membership->name.'</span>'; } else { echo '<span class="label radius pmpro_label">'.__("No membership",'kleo_framework').'</span>'; } } } add_action('kleo_bp_after_profile_name', 'kleo_membership_info_guest'); /* Filter the redirect url for login*/ add_filter("login_redirect","kleo_redirect_to_profile",100,3); function kleo_redirect_to_profile($redirect_to_calculated,$redirect_url_specified,$user){ /*if no redirect was specified,let us think ,user wants to be in wp-dashboard*/ if(!is_super_admin($user->ID)) return bp_core_get_user_domain($user->ID ); else return $redirect_to_calculated; /*if site admin*/ } ?>
iulianolaruParticipantThe actual profile tabs do not appear and i haven’t made any modifications besides updating to the latest version. Is it possible for you to access the admin and further check ?
EDIT: Let me understand. If i change the user profile fields, tabs etc.. i should also further update a piece of code? Please instruct …
iulianolaruParticipantThis is a serious problem. I would very much appreciate help from anyone. Thank you in advance
iulianolaruParticipantAs promised, the dutch translation is ready to be distributed. Unfortunately it is only 99.9% done as some words were hard for my translators. It can be easily updated by more modern users 🙂
By such, how can i share the .po file ?
iulianolaruParticipantA very interesting idea to force a membership package at user registration. I am also waiting for an idea for this…
iulianolaruParticipantWork is in progress to fix this and most probably its gonna be in the next update. You can disable the component in the mean time.
iulianolaruParticipantUnfortunatley i haven’t found a dutch translation but i will be starting one in the next few days. It will be translate by one dutch person and reviewed by 2 other dutch persons in order to insure its relevant.
I will share the translation as soon as its done.
iulianolaruParticipantWhat about the white space caused by the plugin Buddypress Wall .. i have the same issue and i can’t seem to figure this out.
iulianolaruParticipantI would have prefered something that would avoid installing another plugin but i will check it out Abe.
Thank you very much!
iulianolaruParticipantThe scroll bar appears only when you log in as a user. I will enable the website for indefinetly and you can register a simple user and check it.
Any help would be much appreciated.
Thank you in advance.
klaver2.eu
iulianolaruParticipantIts a fresh, up to date install done today, step by step by the tutorial and installed only recommended plugins already used by users on this support forum.
What do you mean by messy? The same issue i had with the last install .. the scroll bar
iulianolaruParticipantThe website was off-line until now but now its back up and you check it. Most probably its a plugin of somekind but all the plugins i installed are specifically for buddypress and selected from the ones recommended by other users on this support forum.
Thank you in advance for the help.
iulianolaruParticipantThank you Anchora. I will be trying the plugin later today but i would also like to know how buddypress works in this situation. Would less load using sqadmin’s instructions than installing another plugin.
iulianolaruParticipantDear sqadmin,
Thank you for the solution which is supposed to work. However, i do not manage to get the right link to redirect the user, assuming of course that each profile has a different link.I have tried for example http://mysite.com/%username%/ http://mysite.com/$profile/ but with no result.
Of course i replaced mysite.com with the proper domain name.
What is there to do?
iulianolaruParticipantSorry i am not able to help but i am asking for your help. What code did you use to make it work on the profile page ?
Thank you in advance for the help.
-
AuthorPosts