-
Author
-
June 12, 2015 at 14:59 #62353veggistParticipant
Hi! Got some changes I could need some assistance with:
1: In the object-nav, I tried to chance the item name “Profile” to “Rediger profil” in the themes lang.file (wp-content/themes/sweetdate/languages/nb_NO.po), but the change did not accur. What lang file controls the object-nav items?
2: On the homepage (http://veggistreff.com), I removed the woman online and men online shortcodes, leaving the members total and members online. [kleo_one]
[kleo_status_icon type=”total” subtitle=”Medlemsantall”] [kleo_status_icon type=”members_online” subtitle=”Medlemmer online”]
[/kleo_one]
Now they are to the far left and right, and I would like to center the two. How can I achieve that?3: In the members activity feed (http://veggistreff.com/aktivitet/), I see that when people become friends, it says “kesis og s er nå venner”, translated from norwegian “kesis and s is now friends” I have translated buddypress string from %1$s and %2$s are now friends to “%1$ s og %2$ s er nå venner” and uploaded it to wp-content/languages/buddypress-nb_NO.po but it still comes out with “s” instead of the members name. What can I do to get the members name to show?
3: In the registrationform (http://veggistreff.com/register/ ) I would like to have a email confirmation box,thus they have to repeat their email. How can this be done?
4: In a members “timeline” you can comment and make favorite. Is it possible to implement a “like” button?
June 12, 2015 at 17:39 #62394LauraModeratorHello, for point 1, use a translation plugin like Loco Translate, to trasnlate buddypress nav names
2. Please use this CSS inside QUICK CSS of your Styling SettingsCOPY CODE.status.three.columns.mobile-one { float: left !important; margin-left: 150px; }
3. The first s is separated from the %1$ , needs to be %1$s
4. Add a confirm email in Users > Profile fields and add a field with the name Confirm Email, then save it. Now go to sweetdate > Buddypress and check your new field for main form.
5. There are a lot of plugins for that, maybe try https://wordpress.org/plugins/likebtn-like-button/Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 12, 2015 at 19:10 #62429veggistParticipantHello Laura, and thanks for great help!
All but issue 1 is taken care off. I really don´t like the idea of installing another translating plugin after having som much trouble with the Codestyling Localization plugin. I have tried poedit, but tha change didn´t accur…?June 13, 2015 at 05:08 #62581LauraModeratorHello, Codestyling localization doesnt support Buddypress anymore, but Loco Translate is very easy to use and fast to translate with 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 13, 2015 at 11:42 #62605veggistParticipantOk, I have tried the Loco translation now, and there I see in the buddypress-nb_NO.po (see att. img) that “Profile” is already translated to “Redigere Profil” in the member profile main navigation, as I did in poedit. Acutally, I`ve change all instances of “Profile” to “Rediger Profil” But still the item-nav shows “Profil”?
Attachments:
You must be logged in to view attached files.June 14, 2015 at 05:58 #62674LauraModeratorHmm, do you have custom functions in bp-custom.php in plugins folder?
If you dont know, please share ftp credentials 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 17, 2015 at 00:10 #63300LauraModeratorHello, the translations are working fine but only the Profil is not changing? Are you translaiting child theme or main theme?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 17, 2015 at 00:24 #63311veggistParticipantThats correct
Well, initially I placed the translation in the child theme, but since it did not change, I put it both placesJune 18, 2015 at 05:10 #63599LauraModeratorHello, fixed in bp-custom.php with
COPY CODEfunction mb_profile_menu_tabs(){ global $bp; $bp->bp_nav['profile']['name'] = 'Rediger Profil'; } add_action('bp_setup_nav', 'mb_profile_menu_tabs', 201);
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 28, 2015 at 12:32 #65322veggistParticipantHi again!
After adding a “confirm email field”, it´s started to show up in the profile page (see image) and that was not the intention. How can this be hidden from the profil? We don´t want to spread our users private email adressesAttachments:
You must be logged in to view attached files.June 29, 2015 at 22:28 #65609LauraModeratorHello, please add this to quick css or style.css
COPY CODEdd.bp-field-value.bp-field-id-1121 { display: none; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 30, 2015 at 21:36 #65833veggistParticipantI just discovered that hiding the “confirm email field”, from the profile page made the rows and colomns mismatch. Now that the right colomn is missing a field, they dont mact up with the info in the left colomn. Please see att. image
Also, I would lik that every profile show off what membership level they are, how can I achieve that?
Attachments:
You must be logged in to view attached files.July 2, 2015 at 05:23 #66146LauraModeratorHello, mhm so, do you mean that the tab answer for “Land” goes up or dissappears?
For membership to show, add this to functions.phpCOPY CODEfunction kleo_membership_info() { global $membership_levels,$current_user; if (! $membership_levels) { return; } if (isset($current_user->membership_level) && $current_user->membership_level->ID) { echo '<a><span class="label radius pmpro_label">'.$current_user->membership_level->name.'</span></a>'; } else { echo '<a><span class="label radius pmpro_label">'.__("Upgrade account",'kleo_framework').'</span></a>'; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 2, 2015 at 10:38 #66170veggistParticipantNow memberships shows, great 🙂
The tab answer for “Land” goes up, yes. The left tab “Bekreft din e-postadresse” (confirm your email) was never really ment to show up in the profile tabs, I just needed a confirm email tab in the sign-up prosess so poeople make sure they use the right email adress
July 4, 2015 at 01:17 #66417LauraModeratorHello, hmm you could delete the css to hide it and go to Users > Profile fields and set the confirm email field as private and prevent users from showing it, so others cant see it
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 4, 2015 at 10:51 #66447veggistParticipantOk, I removed the css (dd.bp-field-value.bp-field-id-1121 { display: none; } )
And set the confirm email filed as “only me” in visibility (see att. iamge), but I still see the confirmed email adress on the profile of othersAttachments:
You must be logged in to view attached files.July 5, 2015 at 11:18 #66567LauraModeratorHello, please check out http://flweb.it/2010/05/add-confirm-email-field-in-buddypress-signup-page/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
September 15, 2015 at 16:37 #77818LauraModeratorGlad it worked!
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.