Forum Replies Created
-
Author
-
Radu
ModeratorHi,
There is no quick solution to achieve that, if you need that functionality you can have it hiring a developer, you can contact us at dev@seventhqueen.com for a quote
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,
Try this code
COPY CODEadd_action( 'bp_before_member_header_meta', 'kleo_bp_profile_member_type_label' ); function kleo_bp_profile_member_type_label() { $member_type = bp_get_member_type( bp_displayed_user_id() ); if ( empty( $member_type ) ) { return; } $member_type_object = bp_get_member_type_object( $member_type ); if($member_type_object){ $member_type_label = '<p class="kleo_bp_profile_member_type_label">' . esc_html( $member_type_object->labels['singular_name'] ) . '</p>'; echo apply_filters('kleo_bp_profile_member_type_label', $member_type_label); } }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,
The provided login details are incorrect, meanwhile please try to test the behavior using default WordPress theme (twenty seventeen).
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 23, 2017 at 18:23 in reply to: rtMedia Button disappeared from Groups and Activity Stream #162464Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
The provided link redirects to the homepage, can you please provide the admin credentials in a private reply to check ?
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,
WE are rewriting some pmpro templates, please give a try to rename this file (this will de-activate our overwrite)
So, rename this file to checkout.backup : /wp-content/themes/sweetdate/paid-memberships-pro/pages/checkout.php
And test, the checkbox appears as it should, 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,
I’ve made this functionality and this will be implemented in next theme update until then you can use this JS code
COPY CODE<script> jQuery(document).ready(function () { var url = window.location.href; if(url.includes('members') && url.includes('field_') && jQuery( "#main" ).hasClass( 'search-result' ) ) { jQuery('html, body').animate({ scrollTop: jQuery("#main").offset().top }, 1400); } }); </script>Add it to wp-admin -> theme options -> Analytics code
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,
There should be implemented a functionality like that, for the moment we don’t have any quick solution for that and I will add this to the improvement list and we will let you know about that.
The responsible file for that pop-up it’s : /wp-content/themes/kleo/page-parts/general-popups.php
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk, let me know about that, but anyway, buddypress global search should be able to run shortcodes not to display them
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,
I see you have chosen to use the facebook comments instead of the facebook comments.

In theme options -> facebook integration this option it’s checked to ON

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’s odd, if I add a custom link it works I’ve added to the menu, take a look
Cheers
R.Hi 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
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 23, 2017 at 15:15 in reply to: How to show the avtar-wordpress-social-login in the kleo-bp-user-avatar in menu #162431Radu
ModeratorHi,
You have theme updated to latest version? if no, update it.
Try to de-activate all plugins and also the child theme, if you have a cache plugin installed , flush cache and check again.
The facebook account that you have connected with it haves an avatar ?
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 again,
Unable to figure out what’s going on,
Can you please provide wp admin and ftp login details in a private reply ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please check it, it should be ok, this will be included in next theme update
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 23, 2017 at 04:58 in reply to: Timed out of /wp-admin with an error after updating to WordPress 4.7.5- can’t access my admin dashboard #162372Radu
ModeratorHi,
Please update the theme to the latest version and check again, in past version was an issue with slow loading of wp backend and missing theme options in some cases.
Let me know if it’s ok after theme 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 David,
Please use this CSS instead
COPY CODE.home .kleo-page .section-members .item-meta {display:none;}It should remove only the time activity meta from Top Members section from homepage only.
This one should remove the time activity from the group’s directory.
COPY CODE.directory.groups div#groups-list .search-item .date {display:none;}Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorUpdate should solve that, thank you @johnand for the reply
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 22, 2017 at 19:40 in reply to: Change Default WP Login URL For For Better Brute Force Security #162340Radu
ModeratorNo problem
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorWe are working on a BuddyPress internal share, we will release thins month this
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 22, 2017 at 19:26 in reply to: How does one enter what they feel – buddypress no button? #162338Radu
ModeratorGreat
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 22, 2017 at 19:22 in reply to: Lost Password Front End Reset + Dynamic URL for User Profile #162336Radu
ModeratorNot marked as solutionRadu
ModeratorI see,
Pmpro has update their templating structure and sweetdate theme overwritten that template and to fix the translation issue you should delete this file: /wp-content/themes/sweetdate/paid-memberships-pro/pages/account.php
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
ModeratorI see,
On my local install, it works the latest version of theme and WP and rtMedia

Try theme update and check again
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorPATH : wp-content/themes/buddyapp-child/buddypress/activity/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please update the theme to the latest version and check again, in past version was an issue with slow loading of wp backend and missing theme options in some cases.
Let me know if it’s ok after theme 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,
Fixed in latest theme update, for users that haves the same problem, update them to latest version
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,
Fixed in latest theme update, for users that haves the same problem, update them to latest version
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
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,
Please update the theme to the latest version and check again, in past version was an issue with slow loading of wp backend.
Let me know if it’s ok after theme update
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts

