Forum Replies Created
-
Author
-
Radu
ModeratorHi,
That’s one of the buddypress template files that we overwrite from where it’s generated the buddypress subnav menu
wp-content/themes/kleo/buddypress/members/single/cover-image-header.php
The naviagtion comes though that function and it belongs to the buddypress.

If you will need to override the cover-images-header.php justs copy it to child theme in the same path, example : wp-content/themes/kleo-child/buddypress/members/single/cover-image-header.php
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
If you have a shortcode you can paste it directly to a text widget will be rendered automatically.
If the plugin anywhere elementor stops to works, what action did you had made recently ? maybe that can cause that.
Did you had asked the anywhere elementor team about that? maybe they have other idea.Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
It works for me
i just have pasted that snippet into child then i’ve created two fields location and specialization to test..
Make sure to have identically the field names in the code and in the wp admin -> user -> profile fields.
COPY CODEfunction sq7_extra_fields_members_directory() { $location = bp_get_member_profile_data('field=Location'); $specialization = bp_get_member_profile_data('field=Specialization'); if ($specialization || $location) { echo '<div class="mdetcenter">'. 'Location : ' . $location . '</div>'; echo '<div class="mdetcenter">'. 'Specialization : ' . $specialization . '</div>'; } } add_action('bp_directory_members_item', 'sq7_extra_fields_members_directory');Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Test this and let me know how it behaves
Replace the content of wp-content/themes/kleo/vc_templates/vc_row.php with this one : https://pastebin.com/raw/7WKwjG41 for testing and let me know or create in child theme in the same path a file named vc_row.php in that you will paste : https://pastebin.com/raw/7WKwjG41
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The file path it’s ok but if you want to edit to be update proof files from parent can be copied to the child in same path
example :
/wp-content/themes/kleo/buddypress/members/members-loop.phpwill be overwritten by this
/wp-content/themes/kleo-child/buddypress/members/members-loop.php
In case you want to pull some profile info into directory follow this https://archived.seventhqueen.com/kleo/article/add-extra-profile-fields-show-certain-profile-fields-member-directory
Cheers
R
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
OK,Move that line into child theme in functions.php if still not works try with this snippet
COPY CODEfunction buddydev_set_default_component () { if ( bp_is_my_profile() ) { define ( 'BP_DEFAULT_COMPONENT', 'activity' ); } else { define ( 'BP_DEFAULT_COMPONENT', 'profile' ); } } add_action( 'bp_core_setup_globals', 'buddydev_set_default_component' );If still have issues move back the code to wp-config.php or bp-custom.php and switch to a default theme see if it works if not it means that comes from buddypress
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The most easy way it’s to “translate” that words, you can do it with Loco Translate plugin i will paste the guide below. So instead to edit the template files you will translate in the same language those.
Theme 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
ModeratorIt seems that i’ve not understand correctly, please explain to me whan you need to acheive.
The wp users will be also the buddypress users automatically.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
All available restriction are displayed on the wp-admin -> theme options -> memberships.
For any other advanced restriction rules it’s custom work… there is no quick solution to add restriction by member that haves certain membership to block friend requests.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorWhich file did you had edited ?
There what page it’s ? It’s default /members directory frmo buddypres ? or any shortcode ?
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
If i understand correctly follow the next
Go to wp-admin -> settings -> general settings -> Anyone can register

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 encounter them same issue using any other theme like default WP theme ?
If yes it means it comes from plugin and you can ask the plugin support
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
That is not possible the member profile page it’s generated dynamically by the buddypress plugin…. no way to build like dashboard
You can check this plugin : https://wordpress.org/plugins/buddypress-sidebar/ you will be able to add separate widgets by buddypress component.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGreat
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 how it behaves we will take this into consideration.
I will do some test on my local environment and i will see if easly can be integrated or adapted… if no i will add it to improovment list.
Will let you 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,
Where did you had pasted that code ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou should search though loco translate in the k-elements plugin not in the theme.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
when you say “block blogs” you are referring to the https://wordpress.org/plugins/jonradio-private-site/ ?
Also i find a tutorial showing how you can set private site using that plugin : http://www.wpbeginner.com/beginners-guide/how-to-make-your-wordpress-blog-completely-private/Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
We had fixed this, today or tomorrow we will release a new theme update concerning this
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorNot understand the question
Hi 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 tested using google chrome 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,
Can you check first if that it’s caused somehow by the plugin or by the child theme ? de-activate them purge cache and re-upload the cover photo.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi
in this case add create new file in child theme in this location : wp-content/themes/sweetdate-child/paid-memberships-pro/pages/ named checkout.php in that you will paste https://pastebin.com/raw/aiH6p5wTif the foder missing create them.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Give a try to this plugin : https://wordpress.org/plugins/jonradio-private-site/
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
What’s exactly the error in the screenshot are the part of the settings of the app.
Try to make a new app following this : https://archived.seventhqueen.com/general/article/setup-facebook-login-fix-facebook-login
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
In first place make sure you have latest theme version and latest plugins updated.
Try to switch all plugins and child theme off then reproduce again that see if it works or nor.
If still not works with child theme and plugins off enable wp_debug and reproduce again the action.Follow these steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Make sure you the child theme installed and activated then via FTP go to wp-content/themes/kleo-child/ create a folder named page-parts/ in that you will create a file named general-header-section.php in that you will paste this content : https://pastebin.com/raw/8YQff0bh
the file path in child should be : wp-content/themes/kleo-child/page-parts/general-header-section.php
Then add also this css in wp-content/themes/kleo-child/style.css
COPY CODEstrong.logo small {vertical-align: text-bottom;line-height: 12px !important;font-size: 12px !important;padding: 0 !important;margin: 0 !important;height: 100%;}Adapt the font size and the rest css rules 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 solution -
AuthorPosts

