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

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

Cart 23,145 sales
Well Documented

SeventhQueen supports this item

Supported

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

6674 comments found.

Where can we find the shortcode button (to display the list of shortcodes that we can use) on the editor (not visual composer)?

Silly me! Thanks :)

how to hide below menu bar page title and those contact deatils

Hi, you can set the title to appear in the main section from WP admin – Theme options – Layout settings – Page Title location

after that disable the breadcrumb from Theme options – Header options – Title/Breadcrumb Section – Show breadcrumb – OFF

and remove the text from Theme options – Header options – Title/Breadcrumb Section – Main menu info

Is there HTML templates or files samples for this theme?

Hi, HTML is not available for KLEO.

Thanks

I had a question about the header. Is there a way that when a user logs in, that they’ll see their face in the top with a dropdown for their profile, notifications,messages and so on?

It looks like I see it in the demo version.

Yes if it is in the demo then you can achieve it.

See the documentation in the Menu section. You should add it from Appearance – Menus – Kleo – My account

how do we change the font color of the section title and the divider style on the accordion?

Hi, the section title is styled from Theme options – Styling options – Alternate

what divider? please put a screenshot

@gigidesign you should use the support forum to get theme related answers.

Hi,

As I can make all the images in | Thumbnails are the same size? I need all the images in Grid | Thumbnails Mansonry have a width and height automatic 200×150.

In that part of the theme is this?

Thanks

just set 200×150 in the image size attribute of the Image gallery shortcode

How do we fix the out of memory problem?

Hi, what memory problem? :)

Hello, i’m already a costumer i have few question in order to finish up the styling of my website

1_How do i change the size (height) of search form? (after switching to three column layout it stills looks to tall)

2_My website has a problem in mobile and tablet version: when the menu is displayed due to responsive coding as a vertical list the buttons are too close to be clicked in a easy way, is there a way to set more space between each button of the menu? is it something i can fix or do i have to write and ask for supplementary assistance?

3. In addition i want to ask if is there any way to change the setting of the slider in a post page. Like as you can do in frontend&backend editors, my purpose is to set “do nothing when click on image”

that s because when i click on a slider it shows all my media gallery, and that’s uslesss for my website

thanks again overzine

UPDATE: both 1st and 3rd point are solved right now, the only thing i still can’t fix is the problem in the mobile version (2nd point)

Thanks for support

That can be done with some css to add a padding:
@media (max-width: 991px) { 

#header .navbar-nav li a {
    padding: 20px 0;
}
#header .navbar-nav li .caret:after {
    line-height: 60px;
}

}

How do I change the font style of a text block?

hi, depending on the text block. You should inspect your elements in the browser with the Inspect element feature

Not the answer that I’m looking for. But, I found a workaround.

Hello, I have a few pre-sales questions regarding your awesome looking theme:

1. Can you provide links to a few sites using this theme?

2. When I’m logged in to the demo, I do not see where to create a new group. Is this disabled in the demo?

3. In the user profile, what is the “sites” section used for?

4. In the user profile, is it possible to remove or add more icons through the wordpress dashboard?

Thanks for your help! Keep up the great work! =)

Hi, sorry for the late reply.

1. https://greencardez.net/ http://upbeats.co/ http://www.gdesigners.org

2. Yes is disabled. Normally you will see it on the /groups page and it will be next to the breadcrumb

3. Sites appear when you use multisite and you can allow users to create their own blog like site.com/subdomain

4. those are automatically generated by Buddypress and styled with CSS by us

Thanks

Hi,

I have a page where I have a login link. However, when I use wp-login.php, it takes the user to wordpress default login page

1) How can I make my login link just like Kleo login menu link where a model popup open?

2) After logout, users are redirected to default login page which is fine but facebook login there does not work

3) After a successful login, how can I redirect a user to a custom page?

4) When using icon in menu and use it in the footer widget, icons do not appear

thanks

Do you have the latest theme installed?

Yes, I have Version 2.3.1

What is your site link?

Also, my sub-menus are only showing on the right (which takes them outside of the visible page boundary). I have clicked ‘left’ on the menu options but it’s not changing their location.

Can you please tell me how to fix.

Thanks.

Do you have a link to your site to check?

Also -

1. Live notification bubble is not showing. I have tested the menu. Notifications are working as when I click it’s showing the notification messages but the bubble simply isn’t showing. Can you advise why and/or fix?

2. I have set groups to be created in buddy press settings but there still is no option to create a group for any of the users. I saw that the original place the link sat was in the breadcrumbs/title section, I set this live to test but it’s not there. Can you advise??

Thanks.

Hi, you should have unread messages. Try to create a new notification for the user

If you enabled it from Settings – Buddypress – Settings then it should appear in your /groups page in the breadcrumb location

Are friendships recorded on an IP basis???

I have two log ins – a ‘company/website’ one, and a personal one to act as a user. When I send a friend request to someone as the ‘company’, I am unable to then send a friend request to this person as myself, the ‘user’.

This is of course annoying because it means I can’t add friends as both and build my own personal profile!

Hi, I don’t know how you are using those login, company and regular users but Buddypress allows friendships between all users.

Hello,

Does Kleo have a search form option for the Home Page, like Sweet Date?

Thanks!

We haven’t planned it yet, you can try BP Profile search as an other option

Hello,

BP Profile search is not nearly as quality as your search feature on the home page of Sweet Date.

What would it take to incorporate that feature into Kleo?

Thanks

That would take some custom work to isolate the exact functionality.

Is it possible to change the “Group” label to another name like “Company” and/or “Companies” on all label tab/buttons? Are there instructions for that?

Hi, that could be easily achieve by translating those strings in anything else you want even the language is still English

I found the few comments regarding this theme and compatibility with LearnDash. My question is based on previous comments mentioned that you are going to try to test LearnDash with your theme. I’m curious if you may have a screen shot or a link to see how LearnDash looks ‘out of the box’ with this theme.

Hi, will do some more tests Monday and let you know. Thanks

Hi, just tested it and looks good but probably you will still need some small CSS adjustments. Here is a printscreen: http://cl.ly/ZHrA

Where in the Child Theme can I replace “Site-wide Activity” with my own label? I’ve added this function, which works in other themes, but doesn’t effect Kreo:

add_filter( 'bp_get_directory_title', 'change_activity_title' ); function change_activity_title($data) { if( $data == 'Site-Wide Activity' ) { $data = 'Name'; } return $data; }

Hi, it should work. I just added that code to my test install and changed the title to “Name”. Re-check if you have the kleo child theme active

Hey. It looks like a really awesome theme, possibly the best for wordpress out there? But I have a question before I buy, is it possible to remove the “Register” button so that their is only a log in system? I want to make my site for only invited people

Chris

Also how compatible is the theme with Ajax Search Pro for Wordpress plugin AND Taqyeem – WordPress Review Plugin?

Hi, thank you, probably one of the best, yes :)

Yes you can disable registration on your site. The register button is added trough Wp Admin – Appearance – Menus so it is easily customizable,.

We haven’t tested those plugins unfortunately but if you encounter problems we will do our best to help

Ultimate Addons for Visual Composer compatibility?

Hi, it should work. have you tested it and found issues?

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