Forum Replies Created
-
Author
-
Radu
ModeratorGood
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorTheme strings and plugins strings can easily be changed by using Loco Translate plugin https://wordpress.org/plugins/loco-translate/
A small introduction on how translations work
Translatable strings can come from the theme or from the installed plugins. You need to translate the theme or the plugin depending on what section of the site your string is found.
For example if your string is on your BuddyPress profile then most probably you will need to translate BuddyPress plugin. If you are on the Forums section of your site then bbPress plugin should be the one that needs to be translated. Another example is the rtMedia plugin that adds the Media links to BuddyPress and if you want to translate it then this plugin will contain the string.
Follow these steps to get you started:
- Install Loco Translate plugin
- Go to the plugin dashboard: WP Admin – Tools – Manage translations
- Find the theme or plugin in the list.
- If the language isn’t already in the list then click Add new language, choose your language and if you are asked where you want to save the language files choose global language directory ( wp-content/languages/ ).
- Press SYNC button to synchronise your translation with the provided .pot file
- Search for the string you want to translate and add your translated string.
- Press Save when you finished your translation.
Note: You will have to set the language for your blog from WP-admin – Settings – General – Site Language – Choose your language
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorSeara frumoasa
RaduHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorPlease check for theme update now or in 1 hour it should appear, it may fix this.
Let me know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
It may be generated by some third party plugin, if you change the theme to default wp theme you still have that request ?
It may be loaded by the revslider.
Let me know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorWe will update the theme later check for update
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Not sure what do you mean.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Can you please provide FTP to can take a closer look ?
If not replace this file content : wp-content/themes/kleo/buddypress/members/activate.php
With the code from this page : https://pastebin.com/raw/623ZynFT
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You can do that using this snippet
COPY CODEfunction sqr_prevent_profile_guest_user() { if ( class_exists( 'BuddyPress' ) ) { if (!is_user_logged_in() && bp_is_user()) { wp_redirect(home_url() . '/membership-levels/'); exit; } } } add_action('template_redirect', 'sqr_prevent_profile_guest_user');The snippet will be added to wp-content/themes/sweetdate-child/functions.php
Cheers
rHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Can you screenshot that ?
Cheers
R
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorBuna, perfect de acord, insa poti folosi ca si solutie temporara pana testam de mai multe ori si fixam.
Avand acel snippet in child theme nu afecteaza cu absolut nimic, codul trebuie scos cand tema o sa fie updatata cu fixul pentr traducerea acelor stringuri.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi
I saw that kieran offers responses to your questions in previous discussions, can you please make a summary of what things remains unsolved ?
Related to the “*Setting the search form widget on the sidebar and also above the members list appears to be a problem.”
https://archived.seventhqueen.com/forums/topic/various-items/#post-197955
Asked you here if the issue happens also with other theme. That means that our theme not interfere with that…because it’s inactive.You can ask the plugin author here about this issue https://wordpress.org/support/plugin/bp-profile-search
The issue with the emails notifications belongs to the Buddypress plugin, if you will switch to other theme you will see the same email problem. I have provided workaround for the issue until they fix or something.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Go to wp-admin -> emails ->
There are all emails that buddypress send also you can edit them as you need.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGood
Have a nice week
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThe activation emails issue it may be related to the buddypress , here are the solutions where other users had solved exactly the same issue :
https://archived.seventhqueen.com/forums/topic/activate-your-account-message#post-198488
linking this which seems to be solution : https://buddypress.org/support/topic/users-can-not-be-activated-after-registration/
Also you can try to do this before all of those

It looks to be a bug from buddypress not from our side and we cannot change the code of a third party plugin, you can revert buddypress to an older version if previous workaround are not effective.
buddypress 2.9.4 : https://buddypress.trac.wordpress.org/changeset/11943/tags/2.9.4?old_path=%2F&format=zip
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorExactly ! Ty @kieran
Let me know if i can help you with something else
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Here are the selectors
COPY CODE#profile div#item-buttons .friendship-button {background-color:red;} #profile div#item-buttons #post-mention {background-color:green;} #profile div#item-buttons #send-private-message {background-color:yellow;}Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I had noticed the same issue on other client but switching to default wp theme showing the same issue, impossibility to comment or like certain actions. not sure why it’a issue from buddyrpess, you can test and ask them about this.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Tried to make a workaround for that but it require much time for testing and development.
It’s a little bit complicated, implies to make a join/leave group function via ajax rather than classing method GET.
There you will need a developer to can help to do that.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi
Just i’ve checked, there is no error and it works as it should.

Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I will close this one and i will reply to you there in that ticket.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou’re welcome
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts

