Forum Replies Created
-
Author
-
Radu
ModeratorHi,
If you want to redirect all users to their profile after login paste this funciton to wp-content/themes/buddyapp-child/functions.php
COPY CODEadd_filter( 'bp_login_redirect', 'bpdev_redirect_to_profile', 11, 3 ); function bpdev_redirect_to_profile( $redirect_to_calculated, $redirect_url_specified, $user ){ if( empty( $redirect_to_calculated ) ) $redirect_to_calculated = admin_url(); //if the user is not site admin,redirect to his/her profile if( isset( $user->ID) && ! is_super_admin( $user->ID ) ) return bp_core_get_user_domain( $user->ID ); else return $redirect_to_calculated; /*if site admin or not logged in,do not do anything much*/ }The facebook login & register feature works as you need… maybe you have forgot to enable fb register check in wp-admin -> appearance -> theme options

All should be on.
We are using an custom solution that has been developed based on Kleo theme.
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,
There is no quick solution to solve this, it’s not a quick and easy copy paste code…. there are log of dependencies html js and css.
If you really need out part of the theme ajax search contact our manager 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,
How can i see what you describe where it’s the page that it’s form that plugin ? i need to see how it not allows you to get to the register page.
I see that in the link that you have provided it’s original register page
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 should add some widgets tot footer areas’ from wp-admin -> appearance -> widgets and drag them to footer widget 1,2,3 or 4 and drop.
That’s all i see that in col 3 it’s already a widget
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,
Even if you add this define(‘BP_DEFAULT_COMPONENT’, ‘activity’ ); instead define(‘BP_DEFAULT_COMPONENT’, ‘profile’ ); ?
Try also in bp-custom.php / https://codex.buddypress.org/themes/bp-custom-php/
Try to de-activate all plugins except buddypress and also try to de-activate child theme to test.
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,
Make sure you have discussion tab enabled from page see here this tutorial : https://drive.google.com/open?id=0Bxo5b6iHWRMwZmpBdGZ1T3BrbWs
This video tutorial it’s for disabling page comments you need to do opposite.
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,
Try to re-save permalinks and check again
In normal use the permalinks it’s set when you type the post title the slug it’s not changed to often.
Do you have tried to disable all plugins excluding types ? and check again
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorTake care you to
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
If you are pleased with the support service please very much to leave a short review … few words about your experience with the support service.
https://themeforest.net/item/kleo-next-level-wordpress-theme/reviews/6776630
Thank you in advance
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 don’t understand, what part of code ? this ? [kleo_search_form]
I cannot offer you support to another products that kleo,sweetdate and buddyapp
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIf you are pleased with the support service please very much to leave a short review … few words about your experience with the support service.
https://themeforest.net/item/kleo-next-level-wordpress-theme/reviews/6776630
Thank you in advance
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
Have a nice day
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’m not shocked,those are decent :))
Hi, i think the video file has resolution to small only 980px width and the screens are larger that 980 that cannot be fullwidth.
I’ve installed a captcha plugin but add here requested details : http://server.how-daddy-likes-it.com/wp-admin/options-general.php?page=wp-recaptcha-bp%2Frecaptcha.php
For forums tabs, try to de-activate the bbpress plugin
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,
Accessing links with #kleo-lostpass-modal in url should display the lost pass pop-up, but for some reason on your site it doesn’t work.
To can have lost pass page active you should activate woocommerce plugin and to associate a my account page like here :
wp-admin -> woocoomerce -> settings -> accounts ->

The access http://www.ordiges.com/community/my-account/lost-password
That’s all
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorProblem fixed, somehow the file put contents was commented…. maybe some plugin have do this
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,
Now it should be ok, i’ve made a temporary fix for now, please do not change the ftp or admin credentials we still need those to test and improve the dynamic css engine.
We will let you know when we finish this.
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 to add this border-radius:10px; after color:yellow
Example
COPY CODEdiv#send-private-message { background-color:red !important; color:yellow !important; border-radius: 10px; }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 searched in entire theme for these values 768 and 512 and no results found, so it’s not generated by our theme, try to de-activate all plugins then upload a new photo to see if any additional size is generated
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,
Replace the previous css with this
COPY CODE@media(max-width:1024px) { .navbar { background:rgba(42, 42, 42, 0.53) !important; position: absolute; } }Play with 0.53 it represents opacity.
Regarding the icons, please back-up your assets folder or entire child theme and then delete the assets folder and start again based on this https://archived.seventhqueen.com/kleo/article/use-custom-fontello-icons-kleo-theme but no change name of any icon, just add your needed icons
That’s all
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 solutionAugust 9, 2016 at 17:17 in reply to: Change login-position in mobile version / Unwanted space in mobile version #131793Radu
ModeratorHi,
The addon that you are talking about it’s add as secondary payment method pp express, you can see all available free addons on wp-admin -> memberships -> addons. To get the system to work i think you don’t need that and yes if you want that addon you should buy it separately
I don’t know why in may was works and now not, most probably some misconfiguration You should use normal paypal.. paypal standard and on the Gateway Account Email add your email that you are, and from what i know that’s all
Regarding the last qustion strange maybe it was a cache issue ? i don’t know, also you can try to use PayPal Website Payments Pro and api keys and the rest of the required info an be found and generated from your account : https://www.paypal.com/?cmd=_profile-api-signature
I hope you will solve these problems
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 provide URL where i can see it on the page and tell em if you receive any error or something ?
What’s the plugin name ?
Do you have tried with all plugins except buddypress de-activate to see if it works ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 9, 2016 at 15:28 in reply to: How can I change (override) the hyperlink text color for the woocommerce product titles? #131784Radu
ModeratorNot marked as solutionRadu
ModeratorDone please check, it was a mistake in snippet, now the snippet it’s ok i’ve update it.\
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
Have a nice week
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,
Kleo search item it’s not a plugin that you can simply download and upload so no, i recommend you to search in wordpress plugin directory for a such of plugin.
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,
Add this function to wp-content/themes/kleo-child/functions.php
COPY CODEfunction add_custom_css_for_logo(){ echo "<style>\n"; echo ' li#wp-admin-bar-my-account-notifications, li#wp-admin-bar-my-account-forums, li#wp-admin-bar-my-account-messages { display:none; } '; echo "\n</style>"; } add_action( 'admin_print_styles', 'add_custom_css_for_logo' ,90);Note : Child theme needs to be installed and activated
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, on my localhost it works, provide ftp and admin credentials to 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 solutionRadu
ModeratorHi,
Make sure you have child theme installed and activated, that’s all
Let me know
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 have a ajax search wherever you want using this shortcode in text widget and the search form will be rendered there.
[kleo_search_form context="members,groups,post,page,forum,product,portfolio"] or this
[kleo_search_form]You can add this on any page or sidebar that you need
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution -
AuthorPosts