Discussion on KLEO - Community Focused & Multi-Purpose BuddyPress WordPress Theme

Discussion on KLEO - Community Focused & Multi-Purpose BuddyPress WordPress Theme

Cart 23,164 sales
Well Documented

SeventhQueen supports this item

Supported

This author's response time can be up to 1 business day.

6674 comments found.

Hello, i want to purchase but i have a question can i add custom profile field in bbpress user registration and how

Hi, yes you can do that from Users – Profile fields – Base group

Hello I am trying to use the “E-learning” Theme. When I try to use it the slider does not work. I want to use the exact same slider on the demo page fixed background with moving text using my own images/text. I am trying to replicate the virtual slider settings but can’t figure it out.

What are the settings for the virtual slider on the E-learning demo page? OR How can I get it to work with my own pics?

Hello, from the package downloaded from Themeforest you will find the slider exported in Demo folder inside Revolution slider. Just import it and then edit it to add your text/images

Trying to find the file and location so I can display the member’s actual name instead of their “username” on profile page etc as I prefer them to login using email instead of username. Can you point me in right direction – You guys are great – love theme.

Thanks

Hello, inside the theme buddypress folder holds all templates related to Buddypress. There you should look for member-header.php inside members/single

Thanks. We appreciate it :)

When is the update with live and profile background due

Hi. what do you mean by live? the profile bg it will come in 2.2 version probably next month

i meant live search. you promised you were pushing an update last week. Anyway

Live search is already in 2.0. We have extended the functionality in 2.1 coming today

hi i purchased it and installed it i am not able to find the login and register option on menu . i installed as per the insturction. i will be using it only for ecommerce hence didnt install buddypress plugin. please asssit

Hi, that option will be available in version 2.1 coming at the beginning of the week. You will able to add the links from Appearance – Menus – KLEO

Cheers

Hi,
- can the register and login be across my multisite network?
- can I set what kind of membership for each membership level?
- can the community create their own store?

Thank you

Hi,

- yes it can be available - yes you define your levels and then restrict pages based on those levels - not by default. See http://www.woothemes.com/products/product-vendors/

Hi developers!

I wonder if you can change the default on post layout, like I wanna make the “right sidebar”-layout the new default. Which php-file can you change to make that happen?

Regards Silverbackmedia

Yeah I want to do that for the single post page :) I’ll be gladly to know where in the php I can do that

Hi, It has been added in the 2.1 version :) http://cl.ly/YAwc

Thanks a bunch! :)

Hey, fantastic theme! I was wondering if the Budypress features could be modified. I don’t need the friends and groups tab to be there. Also, can these Budypress tabs and sections be translated to Spanish? Thank you!

I would also need to translate Woopress by the way! Is it possible?

Hi, Thank you very much. You can disable those modules from Buddypress settings and they will disappear. Yes it can be translated, you translate the theme and plugins

Cheers

Not sure why my question was overlooked.. but i do plan to purchase.. i dont know if thats something i should have mentioned… but can I please get a response? :)

Hi there… on your website demo, I cannot see how to users/members are able to post. I have logged in with the demo/demo and I understand that you use Social Articles plugin, but I do not see where I can post. This is important to the purpose of me wanting to use your interesting theme. Please tell me how I can post? Or how one would post… Thank you kindly!

Hi. It wasn’t skipped and it has been answered.

Cheers

Hi,
I’m trying to set access to BuddyPress pages only for members connected. I use part of the code you provide in a previous message but it seems every time I hit the members page, I get the register page. Can you help me fixing that?
The point is:
If user not logged and hit the members page, he should get the register page.
If user logged and hit members page, he should get the members page.
This is my code and it is directing every time to register page, even when member logged in:
function my_page_template_redirect() { if( bp_is_members_component() && bp_is_root_component(‘members’) ) { if(!is_user_logged_in()) wp_redirect( home_url( ’/register’ ) ); exit(); } } add_action( ‘init’, ‘my_page_template_redirect’ );
Thanks in advance;

Hi, this one works, I just added some brackets
function my_page_template_redirect() {
    if( bp_is_members_component() && bp_is_root_component('members') ) {
        if(!is_user_logged_in()) {
            wp_redirect(home_url('/register'));
            exit;
        }
    }
}
add_action( 'init', 'my_page_template_redirect' );

I have not yet received the login password via email after registering on the support page. Please help!

I already given you the password by email bur forgot to reply here. You have an email verification system that doesn’t allow normal replies without a link confirmation from the sender which is tricky when receiving automated replies

Cheers

thanks i received it and i’m now able to use the support forum. Great theme btw!

Great. Thank you very much

installed the theme and clicked begin install with the plugins as per your intstructions and this is what i get: Warning: session_start() [function.session-start]: open(/tmp/sess_e5b1c6680534fb16a7cc5288e1c71e88, O_RDWR) failed: Permission denied (13) in /home/socialm12/public_html/wp-content/plugins/buddypress-media/index.php on line 68

Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/socialm12/public_html/wp-content/plugins/buddypress-media/index.php:68) in /home/socialm12/public_html/wp-content/plugins/buddypress-media/index.php on line 68

Warning: Cannot modify header information – headers already sent by (output started at /home/socialm12/public_html/wp-content/plugins/buddypress-media/index.php:68) in /home/socialm12/public_html/wp-content/plugins/yith-woocommerce-wishlist/functions.yith-wcwl.php on line 118

Warning: Cannot modify header information – headers already sent by (output started at /home/socialm12/public_html/wp-content/plugins/buddypress-media/index.php:68) in /home/socialm12/public_html/wp-content/plugins/paid-memberships-pro/adminpages/reports/login.php on line 245

Hi, that comes from rtmedia plugin and you need to contact your hosting because it seems you don’t have write permissions. Give them those errors and they will know what to do.

Cheers

thanks

Is this theme multsite friendly?

Hi, yes it was tested for multisite to work nicely

Hi. I just bought your theme and set it up. I decided to test the registration and add some users manually, because I really like the Members Carousel feature. The feature show’s members and work’s perfect with the BuddyPress Default Data plugin. But it does not work at all when I create a new user manually when going through the complete registration process. Also, during signup, I input a valid email address. But there is no email that’s been sent out. When I check the seven different types of emails, none of them got the email from registration. Weird right? So what’s the difference between the plugins user’s showing up in the Members Carousel feature, versus real people who will be signing up and not showing up in the Members carousel feature and not even on the members page for that matter. I know this should be the easiest thing in the world and shouldn’t even be a topic, which is why it’s not even an issue in the forums. I have compared users from the BuddyPress Default Data plugin, versus the ones I create manually and I can see not a single difference of the ones showing up in the members page and members Carousel, while the real users who register don’t show up at all in it……It should be so easy right?....so I MUST be missing something…I mean there must be something I don’t know about. Do you have any idea what the mystery behind all that is?

Hi there, I see your post also on the forums so please don’t make duplicated questions. I see your question got answered and it is a matter of Buddypress logic since users need to login first so they appear in members directory

Cheers

Hello your theme looks great I have a question,.

The demo of your theme has a way of trying different color schemes and page lay outs, I feel the clients who would be using my site would love to theme there instance of the theme to there liking.

Dose the theme come with this capability? if not could you send me the code to add this once I purchased your theme? or would you consider adding this is a future update?

Thank you

Also can you set buddypress pages to full width no sidebar?

Hi, Thank you very much

You can change all colors in the theme starting with header, body, footer

Yes you can customize buddypress page templates in our theme options http://cl.ly/Y4t1

Hey, I can see few people already asked about RTL support. Do you have any estimation for when you’ll add this feature? Is it a matter of days? weeks? months?

As somebody already said here before, once you’ll add RTL support, i will buy this theme. Thank you in advance. Daniel.

Hi, we are aware of that and we will include it but I think it is a matter of months since there are some changes and testing to be done

Hi, we just updated Kleo theme with RTL support. Hope this is a good news to all rtl users.

Cheers.

Hi there… on your website demo, I cannot see how to users/members are able to post. I have logged in with the demo/demo and I understand that you use Social Articles plugin, but I do not see where I can post. This is important to the purpose of me wanting to use your interesting theme. Please tell me how I can post? Or how one would post… Thank you kindly!

Hi, try http://seventhqueen.com/themes/kleo/members/demo/articles/

Users must have posting ability to be able to create articles from front-end

Cheers

Hi! How to hightligt meny link when scrolling down on a page, like the demo site?

Hello, add the class=btn-buy like in the screenshot http://cl.ly/Y2aY

Thank You!

Thank you for your fast and prompt Support. In this case you deserve an additional star for providing a brand new customization to already broad Theme Options… just like that, no questions asked. FANTASTIC
Cheers

You hit the nail in the head, as they say! Works like a charm now. Thanks

Correctly they say ON the head… hahaha…

haha :) great.

Can I update image that is not link to comment?

Hi, I don’t understand what you mean. Please give me more details

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey