Forum Replies Created
-
Author
-
Radu
ModeratorHi,
Personally, I don’t how since I haven’t face this scenario, but I think you should have the wp install multisite and also the second site should be subsite for the main and using pmpro + this paid addon: https://www.paidmembershipspro.com/add-ons/plus-add-ons/pmpro-network-membership/ before purchase tell the plugin/addon developer what you need to archive to see if this addon can cover your needs.
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,
This cannot be achieved without custom development so I cannot help you to achieve that since this is not a theme problem, you can achieve this by hiring a web developerCheers
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 member can choose his username in the register page but your problem its the register function it’s disabled on your site

I’ve activated that for you and I’ve added the my account menu item to the main menu that contains register, login link and live notifications etc.. you can remove it from wp-admin -> appearance -> menus

It should be ok, users are able to choose the membership at the account creation and also the register and login links are on the menu
Cheers
R>Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 21, 2017 at 18:44 in reply to: Links from top of the menu and social menu not working in Chrome and Firefox #156234Radu
ModeratorOk
Good luck and 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,
See screenshot

The membership role cannot be rendered in the fields area there is no hook available.
COPY CODEfunction render_membership_level_on_profile() { if(is_user_logged_in() && function_exists('pmpro_hasMembershipLevel') && pmpro_hasMembershipLevel()) { global $current_user; $current_user->membership_level = pmpro_getMembershipLevelForUser($current_user->ID); echo '<div class="mem-level-user-profile">Membership Level: ' . $current_user->membership_level->name .'</div>'; } } add_action('kleo_bp_after_profile_image','render_membership_level_on_profile');The function needs to be pasted in wp-content/themes/sweetdate-child/functions.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
ModeratorHi,
By default there is no functionality to upload media to private messages

Maybe using a plugin or a custom function you can achieve that, if you already use a plugin that not works properly try that plugin using default wp theme and if it works as it should let me know if not it means that there it’s problem between plugin and buddypress
Cheers
R.aHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI see,
If you don’t receive any WordPress email you should install and configure this plugin https://wordpress.org/plugins/wp-mail-smtp/ if you are not able to login to your dashboard you can reset the password directly form database , see this video tutorial : https://www.youtube.com/watch?v=cpSSieV9p80 before this operation i recommend you to perform a full database backup then install and configure wp smtp plugin and check again if you receive the emailsCheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please follow those solutions https://wordpress.org/support/topic/how-do-i-translate-error-messageslogin/Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 21, 2017 at 17:38 in reply to: Change amount to scroll before transparent menu transition #156218Radu
ModeratorGreat
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 BuddyApp theme it uses only the Grid System and Responsive utilities.

But you can access this link and to http://getbootstrap.com/customize/?id=6c26404ea30172be9961 uncheck the grid system and responsive utilities then you should check what you need to be included on your site for tabs and pills to work, from example you need to have the next components checked (see screenshot)

And also this from jQuery plugins (see screenshot)

Then from bottom of the page you should click download and compile and after unzip the arhive and upload into your buddyapp child theme ( wp-content/themes/buddyapp-child/custom-bootstrap/ ) the bootstrap.min.css and bootstrap.min.js files.
Now you should load those files thru theme using the next functions
COPY CODEfunction load_css_js() { wp_enqueue_style( 'my_custom_bootstrap_css', get_template_directory_uri() . '/custom-botostrap/bootstrap.min.css', false, NULL, 'all' ); wp_register_script( 'my_custom_bootstrap_js', get_template_directory_uri() . '/custom-botostrap/bootstrap.min.js', array( 'jquery' ), NULL, false ); wp_enqueue_script( 'my_custom_bootstrap_js' ); } add_action( 'wp_enqueue_scripts', 'load_css_js' );That’s all
Good luck
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,
Your problem isn’t related to kleo theme it’s a app config problem please create a new app following the instructions from next article
Please follow this article : https://archived.seventhqueen.com/general/article/setup-facebook-login-fix-facebook-login
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 solutionRadu
ModeratorHi,
I will add this to improvement list but tell me from example your scenario for what post type you don’t have context there ?
I ask that to make this things better
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 20, 2017 at 18:34 in reply to: Membership Level: Restrict Subscribers only to like & comment; They can’t start a new post #156129Radu
ModeratorHi,
The memberships can be created from wp-admin -> memberships -> membership levels.
All available restrictions can be found under wp-admin -> theme options -> memberships
If you need other type of restriction there you need to hire a web developer that can develop that custom for you.
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,
If you activate woocommerce plugin the link will work ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk.
You can create additional forms using this plugin : https://wordpress.org/plugins/bp-profile-search/
The paste the shortcode for that form where you want
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,
What’s was the last change that you have made in wp admin and then the matching has stopped to works ?
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 plugin should have the delete option of the post type that you have created this thing isn’t related to kleo and you should ask the plugin author, but if you de-activate the plugin those will gone right ?
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 cannot install theme cuz you should unzip the main archive and inside that archive you will see Main Files folder and inside it there will be sweetdate.zip and that it’s the theme but your upload limit it’s 2mb and it’s not sufficient and you can install theme by contact the hosting provider telling him to increase this value PHP value upload_max_filesize
Or you can try this yourself: https://premium.wpmudev.org/blog/increase-memory-limit/
but if you are not a technical person ask to hosting provider.Or you can install theme in a manual way by uploading the sweetdate.zip from the main files archive to wp-content/themes/
See documentation : https://archived.seventhqueen.com/documentation/kleo#install-from-ftp
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,
You can do that with this plugin : https://buddydev.com/plugins/bp-force-profile-photo/
It will redirect the users to fill all profile fields if not this will be continuous redirected to his profile to complete all of those, after that the user can use the site normally if you need additional rules and conditions logic you should hire a web developer.
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,
For the add cover button add this css
COPY CODE.buddypress div#item-header .profile-cover-action div.generic-button, .buddypress .profile-cover-action a.button {background:transparent;}The notification box shows as it should on your install how can i reproduce that ?(steps + screenshots)
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 20, 2017 at 15:28 in reply to: Problema con “Favoritos” y última versión de “Buddypress” #156111Radu
ModeratorI see, can you please provide FTP and admin credentials in a private reply to take a closer look at that pleasE ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 20, 2017 at 15:25 in reply to: Disable lightbox/prettyphoto in Woocommerce single product #156110Radu
ModeratorHi,
You’re welcome
The update isn’t ready for the moment, these days
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorWhat menu item you want to remove from there ?
Also that menu can be edited from wp-admin -> menus ->
Provide admin credentials to take a closer 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
ModeratorHi,
The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
The code will make the padding smaller and in that space will be more space available so more icons will goes there.

The new icons will be available from 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 solutionRadu
ModeratorFor custom development on Kleo please write us at the dev address dev@seventhqueen.com, please describe in details what you want to achieve with screenshots and additional information for a correct quote estimation.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 17, 2017 at 16:22 in reply to: Problema con “Favoritos” y última versión de “Buddypress” #155929Radu
ModeratorHi,
If you de-activate all plugins except BuddyPress and also child theme you encounter same issue ?
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,
Please add this css
COPY CODE.kleo_ajax_results { overflow-y: scroll !important; max-height: 700px !important; }The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts