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

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

Cart 23,150 sales
Well Documented

SeventhQueen supports this item

Supported

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

6674 comments found.

Recent update is causing problems for me too.

Latest version of Kleo is 4.9.5 but appears to include an older version of K Elements at 4.9.2?

I cannot update K Elements…

Installed version: 4.9.2 – Minimum required version: 4.9.5 – Available version: 4.9.5 – ‘Installed But Not Activated, Requires Update’

Attempting update results in…

Unpacking the update… Installing the latest version… Removing the old version of the plugin… Plugin updated successfully. Plugin not activated. A higher version of K Elements is needed for this theme. Please update the plugin.

K Elements stays at 4.9.2. I tried deleting K Elements and then Appearance > Install Plugins > K Elements > Install but still end up with K Elements 4.9.2.

Why does the latest Kleo 4.9.5 download include older versions of required plugins? Where can I ‘manually’ get K Elements 4.9.5?

Thanks in advance.

I didn’t realise you had a separate support forum. Will register there and post details in private. Thanks.

With some assistance from SeventhQueen we resolved our issue!

Very impressed with SeventhQueen’s eagerness to help and super quick response time to queries.

Much appreciated R. Thank you :)

Thank you very much! If you love our work you can rate our theme here on Themeforest from your Downloads section

Theme updated to 4.9.4, but now the front page shows an error “Please update K Elements plugin to latest version The site is experiencing technical difficulties”. Going to the kleo panel, K elements is active, no update seems available?

Hello, please update to version 4.9.5 that fixes Visual composer 6.0 compatibility. Let me know

The theme has updated to 4.9.4, but now the site is showing an error – “Please update K Elements plugin to latest version” – but it’s not shown as requiring an update (it’s currently at 4.9.1)?

Yes please update from the Envato Market screen

All sorted now thank you :)

Hi,

I need URGENT help here.

I’m facing a big issue after the last update. I updated the Kleo theme and then I updated k-elements plugin files in ftp, now my site doesn çoad anymore.

Here is a screenshot of the issue: https://gyazo.com/d145a5f82b5af46bc88948e6bf4a9893

When I change the theme the site loads back.

Can you kindly help me?

Hi!

Here is a screenshot of the error:

https://gyazo.com/a93c341f09f6db1d49574170efdf3792

Hi!

Here is a screenshot of the error:

https://gyazo.com/a93c341f09f6db1d49574170efdf3792

Hi, indeed when using Geodirectory old version an error occurs. We are releasing today a fix and should be fixed. Thanks

I don’t understand how the demo content doesn’t work. For example with the Home Company demo content, if you don’t delete the “Kleo Magic Container” codes in the page, the content won’t display and will do ERROR_CONNECTION_TIME

Hello, our demo is up to date with latest version of theme and plugins and works as it should, Check it out https://seventhqueen.com/themes/kleo/demo-agency/

Prepurshase question: is it possible to use SVG Logo? coz I see many answers, that it doesn’t work (when it uploaded in theme options + SVG support plugin)

Hi, yes it should work of course if you use a plugin to enable SVG uploads

Hello,

Your theme is great and I am so happy with it. Thank you very very much for your hard and excellent work!!!

One thing I would kindly need your help. I have posts in grid page style. Is it possible to let it redirect to external source site when I click the grid? Thank you very much for your kind help in advance!

Any feedback ?

Hi, right now this needs to be done with some custom work. We will think at it as a feature for next versions. Thanks

Thank you so much! Hope to see this feature soon :)

I would like to know when the new version kleo 5.0 will be available. And would it be compatible with both Elementor and visual composer or just one of them? Thank you.

Ok, will the version of elementor pro be available or it is the Free version that will be integrated into your Kleo theme. thank you

Hi, Pro version can’t be integrated since there is no developer license available so the free version is going to be made compatible and of course it will work if you have the Pro version

Thank you, I’m still waiting for version 5.0 to start the development of my platform, I hope to have new amazing features. I hope this version will be available next week. Thank you

After updating woocommerce to version 3.6 … in buddypress Error 404, for pages: orders and downloads. With the version of woocommerce 3.5.8 everything is fine.

We are investigating this and I guess something changed in woocommerce related to templates functions

I can confirm this is fixed with latest Kleo version. Cheers

Hello,

I found there is no way to show ALL of wordpress default posts without using WPBakery Page Builder.

it is really unreasonable to show wordpress posts by relay on a plugin, since we never use that kind of page builders.

otherwise, the only way to show posts is by a way like: mysite.com/archives/category/video/

In almost any theme, there are always a way or a default page to show all posts, and that is a minimum feature of a wordpress theme since blog post is the core function of wordpress.

Hope you could take this as a minimum feature for next version update.

Thanks.

I just tested and worked both logged in and logged out..

Hello,

I checked every plugins and I found this plugin caused the load more button does not work: SSH SFTP Updater Support,https://wordpress.org/plugins/ssh-sftp-updater-support/

do you think you can resolve it, or should I write to the author of SSH SFTP Updater Support please?

Thanks

That is strange, you can write the author since I don’t know what hooks he is using to cause such thing

I have the latest Kleo Elements version (4.9.1). However when I update WP Bakery from 5.7 to 6.0.1 the Kleo posts options disappears and no longer works. Is there another updated version of Kleo Elements available, that addresses this issue?

Hi, we are still testing 6.0 version for WP Bakery builder. Please revert to our provided version for the moment

Hello please whenever i activate new members there do not appear on the Front end but there appear under subscribers in the back end

Hi, they need to login first. Please open a ticket on our dedicated site for any technical questions and our dedicated team will gladly help: https://my.seventhqueen.com/dashboard

Thank you

Hello,

I found there is no theme option to change the color beside the post title:

http://prntscr.com/npnu3a

any quick CSS to change it please?

Hello, thanks for reply, actually it does not work, please check the screenshot:

http://prntscr.com/nq4anh

You are right, sorry for that. See below the CSS code you can use to override those colors. We defined colors for each post format

.masonry-listing .format-standard .post-title {
    border-left: 3px solid #8a52ad;
}
.masonry-listing .format-image .post-title {
    border-left: 3px solid #fc604a;
}
.masonry-listing .format-gallery .post-title {
    border-left: 3px solid #43ae9e;
}
.masonry-listing .format-link .inner-content {
    border-left: 3px solid #00c5c4;
}
.masonry-listing .format-audio .post-title {
    border-left: 3px solid #367bb7;
}
.masonry-listing .format-video .post-title {
    border-left: 3px solid #07baf4;
}

this custom CSS works, thanks!

Redux Framework Warning select2-css CDN unavailable. Some controls may not render properly. Please wait a few minutes, then try refreshing the page. Unable to load some remotely hosted scripts..

There are always these kind of error, please check the screenshot:

http://prntscr.com/npns4b

Strongly suggest that you do not load external CSS or JS resources from CDN.

Thanks

Hello, we will force the assets to load from local source in next theme update. Thank you

Great, that would be really a big big new for us!!!

Thanks

Will it be possible for you guys to assist me with the custom modification of the “k-elements” plugin? I need to know before I renew my license.

Hello, our support service does not include customizations. What exactly do you need since our team can help with minor changes

Hello

I have two kleo licenses.

I would like to download the version Version 4.4.8 – 22.03.2019

How can I do it?

Thank you.

Hello, please write me by email at hi @ seventhqueen.com to share older versions

Requested by mail. Thank you.

In the latest version of k-elements I can not find the Kleo Post functionality. Neither does his shortcode work. Has it stopped being supported?Is there any way to recover it ?. Thank you very much for your support.

Hello, what Visual composer plugin version do you have?

Hello. WPBakery Page Builder 6.0.2. Thank you

My site is all broken due to the new update: /

Hi, you just need to update K elements to latest version from Appearance – Install plugins

Hello, when I click on “Theme options – Manage theme settings” there is an error message = https://www.mysite.fr/wp-admin/admin.php?page=kleo_options = Sorry, you do not have permission to access this page.

Hi, you just need to update K elements to latest version from Appearance – Install plugins

Yes the last update actually broke more items then I thought and listed above. This newest version of your theme breaks quite a bit of things on the site and this will make coders spend hours trying to fix it with no fix because it’s actually the theme. So please inform us when this stuff will be fixed.

Hi, you just need to update K elements to latest version from Appearance – Install plugins. We put a notice and explained the major changes. See v4.9 https://my.seventhqueen.com/docs/kleo/changelog/

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