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

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

Cart 23,176 sales
Well Documented

SeventhQueen supports this item

Supported

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

6680 comments found.

Hi, first of all thanks for your work on this theme. It looks great and the comments / reviews suggest it is as solid as it looks! I do have one question on functionality I want to check before purchasing, I’ll do my best to explain what I’m after…

I am more interested in using the theme as a recruitment tool than allowing users to interact with each other. Basically I need to allow for user (applicant) to be able to create, pay for, and manage their individual profile. Then a site admin reviews the profile, adds notes (not visible to the applicant), and assigns the applicant to group(s) (each group being a potential employer) that may be a good fit. Each employer upon login can only see the profiles of applicants assigned to their group. Individuals should not be able to see which groups (potential employers) they’re assigned to or be able to view other applicants. Is that functionality possible within the capabilities of this theme? Thanks!

Hi Josh,

I’m glad you’re choosing our theme for your future project. What you want to achieve is doable, but you’ll need to find additional plugins to cover all features that you need and there might be cases in which you’ll have to build some of the integrations or features by your own.

If you’re not a technical/programmer person, then I recommend you to hire someone for assistance, I’m saying this because your project seems to be a serious one, and you’ll need good guidance from the beginning in order to have a successful project.

Let me know if I can help you with something else. Cheers

Thank you for your reply! Can you help clarify which pieces of the functionality I’m after are easily handled within the theme and which will create the greatest challenge / require additional plugins / customization?

I think all the restriction between an employer and an individual would be something custom. I can’t say you exactly what else should be a problem or not because i don’t know your entire project. That’s why you should find someone to help you from planning the project to actual programming work.

Cheers

hello, congratulations for the theme, i have a question there is a plugin in this theme for share documents among members of community? thanks

Hi, unfortunately I’m not aware of such feature, but that doesn’t means that the doesn’t exist. Please do a research about a buddypress related plugin with the requested features.

Cheers

Hello and good day

I’m interested in purchasing this them but I have a question;

Pinterest Sytle homepage is endless scroll? or limited.

mean all posts will shown, if visitors keep scrolling?

thanks.

if your answer is yes.

is infinite scrolling part of Pinterest Sytle homepage?

or i need use other plugin or something? or i need to setup another plugin?

waiting answer.

Yes, that post listing style has endless scrolling. The listing is made within a custom element from Visual Composer, plugin which comes bundled in our theme. If you’ll import the demo content you’ll also have this page imported as a reference.

Cheers

Hi, I’m trying to add a subnav tab on profile page. I manage to do that, but when I click it, it goes to the slug page, and as it doesnt exist, i shows the 404 page. I’m trying hard with no success. this is the code I found in https://buddypress.org/support/topic/creating-a-page-with-nav-tab-subnav-for-buddypress-profiles/

function my_test_setup_nav() { global $bp; $parent_slug = 'profile'; $child_slug = 'competencias'; // name, slug, parent_url, parent slug, screen function bp_core_new_subnav_item( array( 'name' => __( 'Competencias' ), 'slug' => $child_slug, 'parent_url' => $bp->loggedin_user->domain . 'profile/', 'parent_slug' => $parent_slug, 'screen_function' => 'my_profile_page_function_to_show_screen', 'position' => 10 ) ); function my_profile_page_function_to_show_screen() { //add title and content here - last is to call the members plugin.php template add_action( 'bp_template_title', 'my_profile_page_function_to_show_screen_title' ); add_action( 'bp_template_content', 'my_profile_page_function_to_show_screen_content' ); bp_core_load_template( apply_filters( 'bp_core_template_plugin', 'members/single/plugins' ) ); } function my_profile_page_function_to_show_screen_title() { echo 'something'; } function my_profile_page_function_to_show_screen_content() { echo 'weee content'; } }

Hi, they do interconnect, the screen_function calls show screen, and show screen has add action, with the other two functions. This makes total sense to me, but dont know why it doesnt work. It also makes sense that if I click on the tab, i will go to the page with slug determined. I’ve searched and other people makes it work this way. I don’t understand your reply. Thanks

Hi mate, here is a working and tested code: http://pastebin.com/A9aU9Lk8

Cheers

It did work! Thanks, I tried like 4 codes like this with minimal modifications and none of it work, except this one. Thank you very much!

In your wp admin area please go to “Tools > BuddyPres” and repair the counts and relationships. Also if you have any caching plugin, please clear your cache.

Let me know if it helped. Cheers

Hello, that didn’t appear to resolve the issue. As you can see: https://www.dropbox.com/s/yt1aw782rajal44/Screenshot%202015-03-30%2013.20.46.png?dl=0

It says “6” but this area shows “8”: https://www.dropbox.com/s/otc35t04qrhl934/Screenshot%202015-03-30%2013.21.27.png?dl=0

Any other ideas?

Unfortunately those counts are part of the buddypress plugin and they are not developed by us. If this really bothers you and you want a fix for it, then you should better open a topic on the buddypress community forum.

Cheers.

Great theme, with many seriously helpful innovations. Pretty handy to work with and I’m shortly going live. Still one question about something I just can’t figure out on how to edit:

Within the landing page, I use 3 KLEO POSTS GRIDs to display random selection of Blog Posts, Forums and Groups. As Description texts and picture seizes might differ, the display of this GRIDs somehow look like a total mess as the single display picture/text excerpt has a total different seize as the neighbor one (even within one selected content type/grid). Is there a way to force the GRID to resize picture and text excerpt to a per-defined seize so that every shown post etc. looks the same seize? (Example: last quarter of page: http://whitecollarrocker.com/)

Sorry for my bad english. As I’m not a native speaker, I hope you get my question.

Cheers & thanks for your suppor,

Sebastian

A more visible example: http://whitecollarrocker.com/blog/. I somehow would need a way to get a forced seizing.

Hi,

You should edit each of your “Kleo post grid” element from page, and in the edit popup, the last filed will be “Extra class name”, please add there the following class, without quotes: “fixpostheight”, and after that, go to “Theme Options > General Settings > Quick css” and paste the following css rules. You can play with the given values of height attribute until you achieve what you need.

.fixpostheight .post-image { height:60px; overflow:hidden; }
.fixpostheight .post-title { height:30px; overflow:hidden; }
.fixpostheight .post-meta { height:20px; overflow:hidden; display:block; }
.fixpostheight .entry-summary { height:30px; overflow:hidden; }

Hope this helped you out. Cheers

Worked perfectly, thank you!

Hi I have purchased Kleo and wondered if there any links to examples of other sites that have used the Kleo theme to build a community? thanks.

We didn’t put up a showcase yet, but there are a lot of sites out there using kleo.

Let me know if I can help you with something else. Cheers

Hello,

Is there anyway to add DeviantArt to the social icons at the top?

Pls advise.

Okay I figured out the issue the config.json file I uploaded only has 12 fonts..the file I needed was the font-icons.json (for anyone in the future reading this) And then you will have 400 something red circles around the fonts which you do not want to remove.

So now my fonts are there Yay! Can you advise me on where I should paste the code you gave me..the file is huge and I don’t want to make a mistake?

Edit: I tried to copy & paste the code after changing my url & icon but to the functions.php file but this caused my site to go completely blank.

Assuming you have the Kleo Child theme activated go to “wp-contents/themes/kleo-child/functions.php”, delete everything from that page, and put what’s in the pastebin link that i’ve gave you earlier.

It’s just a matter of practice until you’ll get it working. Cheers

Hi, amazing theme you created. Would love to buy. Can you tell me pls do you have russian translations?

Hi, unfortunately not, but you can translate it very easy with an plugin like “Codestyling Localization”.

Let me know if I can help you with something else. Cheers

Hi, pre-purchase questions:

1. Can you use the ajax live search in other places? For example, in the breadcrumbs section of every page? (Where it currently says “feel free to call us”, for example.) I’m wanting to have an open search box on every page.

2. Any options to adjust order of presented search results? Eg to have pages listed before members and forum results.

3. I’m not sure what it’s called, but bottom right of the screen is an email icon. The words say you’re not around right now, which implies when you are around the functionality is different. Is this some kind of live chat?

4. Have you ever seen the theme used as a knowledgebase system? I’m considering using the blog post archives as knowledgebase categories, and wondering if it’s been done before.

5. With the media uploads in the community section, is it possible to adjust what formats are allowed? For example, I tried to upload a Word.docx but it wasn’t allowed.

6. Finally, can a user delete their own account? (I actually want this functionality.)

Thanks for your time!

Hi,

1. It can be done, but it will imply some custom work for which you’ll need programming skills.

2. There are no out of the box options to do this, and the answer from the first point also applies here.

3. No, that’s just a contact form, and you can change those texts to whatever suits you better.

4. Our theme is and can be used as anything. There’s no limitation in using it as a knowledge base system. It’s just up to how you manage and order your layout.

5. You can upload only media files as music, video and images.

6. Yes, users can delete their account, there is a setting directly in buddypress for that.

Let me know if I can help you with something else. Cheers

Hi! got a question. when you go to a profile on the theme, under the profile cover image, you’ll see “Groups” between “Friends” and “Forums”. i went into the some theme CSS settings and renamed anything that said “Groups” to “Circles”. Problem is, when i update the theme, it changes back to “Groups”. do you have a code i can place into the quick CSS that will change the name back over? so then when the theme updates i don’t have to keep going in to change it? thank you!!

I don’t think you changed that text from a css file. You probably edited a template file. In order to not loose your customizations over updates, you should install and make the changes inside the child theme. You just copy the file you want to edit over to the child-theme directory and any changes will remain there over updates.

Let me know if I can help you with something else. Cheers

Hello,

I’m very interested in buying this theme, and I’ve been reviewing the demo. In the demo, each template style has features I want to use….is it possible to use certain features from each demo to combine onto one site (for different pages on one site)?

Thank you!

Absolutely, all our demos are created from the same wordpress install, and all features you see in all our demos comes packed in our theme.

Let me know if I can help you with something else. Cheers

Great, thank you!

with the plugin membership pro being activated, on theme option, memberships settings tab, has an option:

Restrict users from adding media to their profile using rtMedia.

but how it work? what kinda restriction? i am not getting it…

They can’t upload any more media files in their profile, under their “Media” tab.

Cheers

Hi SQ,

Just would like to know if you have Category Recent Post Sliders, kind of like in Magazine themes when you click on the Category and shows a main slider.

Thanks

Deactivating our lightbox plugin you’ll end up loosing a lot of features around the site, thing which isn’t recommended. Your plugin should have some sort of option to exclude some elements, in order to eliminate the duplicate opening of 2 lightboxes.

Cheers

Hi SQ,

Could you please let me know what features I will be losing? Is it possible to replace the lightbox with the JIG lightbox? Also please tell me how to disable the lightbox as I will see if I can connect the plugins lightbox together.

Thanks

The lightbox is implemented in various places, starting from galleries, login popup and not limited to. There is no such option to disable our lightbox, so you’ll need programming knowledge in order to approach this path.

Cheers

Request – ability to add the members name in the cover photo area. I know you can put it below in the ‘main area’, but it would look much cleaner to have this in the cover area. Thanks.

We already show the username there, but it’s a good idea to come with an option to replace it with the full name. Probably in one of our future updates of the cover plugin.

Cheers

When I change the background color of the header area in Styling Options, the color is not changing. Any ideas? Thanks for your time.

Please be sure you don’t have any caching enabled while you’re doing modifications to your settings. Also please make sure you’re changing the right settings because there should not be any problems with customizing you theme.

Cheers

I am very interested in using this theme with the Wordpress version of JReviews (www.reviewsforjoomla.com). Are any of your customers, as far as you know, using it with Kleo and if so have there been any reported compatibility issues? Thanks

I have absolutely no idea of that plugin, but i think it should work without problems. I think you should put them a question about how does their plugin works with premium themes.

Cheers

I’m very interested in buying, but I also use these major plugins: Easy Digital Downloads, SEO by Yoast, Booking System PRO (avail here on CodeCanyon), GeoDirectory (a very picky plugin that will break noncompatible themes), and MyCred. I use these with plugins you already support like BBpress and WooCommerce. Will you support these plugins to be compatible with your theme?

I don’t have any experience with Booking System PRO, and GeoDirectory has a few layout incompatibilities, but we are already looking at integrating it in one of our next updates. MyCred plugin should work fine, I saw customers using it before without complains. EDD and SEO by Yoast should also work without any problems.

Let me know if I can help you with something else. Cheers

One more question, would you help me make this compatible with GeoDirectory and Users Ultra after purchase? Users Ultra (Pro) might already be compatible but GeoDirectory, is not yet, but since it’s it the development map I hope it wouldn’t be too much to ask?? I appreciate your kind response. Thank you

As I said we already plan to work at GeoDirectory plugin, yes we could help you but we can’t give any exact ETA for this kind of requests. But usually we try to fix any incompatibility as soon as possible.

Cheers

Hello and good day

I’m interested in purchasing this them but I have a question first.

I was wondering about your translation on this theme, particularly with buddypress. How does one translate buddypress? its seems complicated from what I gather in your comments.

can you explain the process, I’m looking to use this theme in Spanish

Thank you Hector

There’s no problem in translating the theme, just people that doesn’t know how to do it correctly. Each plugin and theme has it’s own translation. So firstly you will need to find a buddypress translation, and after that just translate the left strings of our theme.

You can use a plugin like “Codestyling Localization” to do so.

Let me know if I can help you with something else. Cheers

Thanks for the quick response

I will dig for more info but for the most part I am convinced that this is what I’m looking for :)

Kind regards Hector Urbina

Good luck with your project. Cheers

Hi!

I’m not recieving notifications by email when someone replys/answer my forum topic. Do you know what might be wrong?

Please ask you host if they limit somehow the sending of emails. You will probably need to use smtp for sending your emails. You can find a plugin called “WP SMTP” which will help you use smtp.

Cheers

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