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.

Hi, Language switcher not visible on members page and profile pages menu.I use WPML Theme and plugins localization…Translate by WPML. option. I translated buddypress in Strings in the theme.I translated buddypress plugins in Strings in the plugins.All other pages have buttons for two languages. Button does not appear to translate the page members… Any idea where I’m wrong … Thanks!

Firstly I think you should search and install proper translation files for your buddypress plugin. If you can’t manage to find a translation file then I would recommend you to use the following plugin to do so : https://wordpress.org/plugins/codestyling-localization/

Also you can find some more information on this subject on WPML https://wpml.org/documentation/related-projects/buddypress-multilingual/

If you still have issues with wpml and buddypress you should better address to the wpml plugin author.

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

HI,

Is there a way I can have my homepage as a static Login/register entry form before users can continue?

Thanks in advance

You will have to find some plugin that entirely locks down your site. I can’t recommend a specific one but there are plenty of them out there.

Cheers

What should I search for?

In profiles, why does it show counts for messages, groups etc, but not for fiends? Sure would be nice to know how many friends someone has in their own profile or another.

It shows for friends too, you can have a look at our demo site right over here: http://seventhqueen.com/themes/kleo/members/kleoadmin/

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

I figured it out. If anyone wants to change the name of any of the tabs, they should do it with the language files. I had done this one with this code in bp-custom.php file

$bp->bp_nav‘friends’ = ‘Whatever Name you want’;

That changed the name correctly but took out the friend count for whatever reason.

Thanks

Yes you are right, hooking up into bp config might break some things. I’m glad you managed to find the right way.

Cheers

Issues with saving any theme options settings now. When you hit save it gives you a 404 page not found with /wp-admin/options.php

Need urgent fix!

Let’s continue this discussion on email as we started. Thanks

I fixed it no worries… permission got switched for some reason on options.php

I’m glad to hear that.

when is the magazine demo coming out?

We are working on it but for the moment there’s no estimated delivery time.

Cheers

HI There, I just have a pre-sales question.

The website that we are developing is a service base product that allows members the ability to sell their service online

Questions

1. What we are trying to understand is, With your new update you mention about Woocommerce account intergration. Does this mead that we could use something like “Product -Vendor ” extension with the theme and members can manage their own products within Buddy press page. ? Or similar?

2. We are also would like to include availability calenders for each individual member. Do you have ideas / suggestions how we can achieve this

- Thanks for you support your response will be greatly appreciated.

Steve

1. We just added some basic woocommerce details into buddypress profile, what are you looking for will have to be provided by the plugin which you’ll gonna use for this vendor platform.

2. I really can’t understand exactly to what you’re referring but you’ll probably have to find a buddypress related plugin for this too.

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

Hello,

I’m interested in purchase this template. Just a few pre sales questions: - It’s possible to stop the loop when using background videos (to avoid the continuous video playing)? - In the theme’s options, am I able to choose a 3 columns footer (equally distributed)? - The one page template (as shown in your demo) is a theme/multi-page option or is built as one single page (with all the content) inside visual composer with anchor tags to page sections.

Thanks, Ed

Yes, you can play your full-width videos just once, unfortunately there is no such out of the box option for the footer, but the footer template can be very easily modified to match your request. About the one page template, you are right, you’ll be putting all your content in one single page, and create a menu with anchors.

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

Hi, I’m having an issue where whenever we comma separate text in the user bio it turns that text to links:

https://www.dropbox.com/s/bl1ti7t573svfrz/Screenshot%202015-03-25%2018.06.43.png?dl=0

Any idea how to fix this?

This is a default feature of buddypress and can be removed by adding the following piece of code in your functions.php file.

function remove_xprofile_links() {
    remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data', 9, 2 );
}
add_action( 'bp_init', 'remove_xprofile_links' );

Thanks!

Hi,I have a problem with the form of comments.When I write a comment out this error ..I use the full version of WPML

Warning: mysqli_real_escape_string() expects parameter 2 to be string, object given in /home/yogichic/public_html/wp-includes/wp-db.php on line 1034 Warning: mysqli_real_escape_string() expects parameter 2 to be string, object given in /home/yogichic/public_html/wp-includes/wp-db.php on line 1034 Warning: mysqli_real_escape_string() expects parameter 2 to be string, object given in /home/yogichic/public_html/wp-includes/wp-db.php on line 1034 Warning: Cannot modify header information - headers already sent by (output started at /home/yogichic/public_html/wp-includes/wp-db.php:1034) in /home/yogichic/public_html/wp-includes/pluggable.php on line 1178

Please help …

I noticed that this occurs only in the second language and not in the default language

Probably you’re using some plugin which isn’t fully compatible with the multi language environment. The errors doesn’t come from our theme.

You should deactivate any additional plugins that you’ve installed one by one and find the one that’s making problems.

Cheers

Hi the theme looks great. One pre sale question. I’d like to set up a listing & rating site like yelp. Is this template suitable for this purpose or do I need some customization on coding level?

You will probably need some extra plugins and in some cases some custom coding. But that’s absolutely up to what you want to achieve more exactly.

Cheers

Hello.I really like your theme.Will i be able to create the same website as in the link http://seventhqueen.com/themes/kleo/pinterest/ or i will have to do some changes or it is not even possible to do that with this theme?I mean the same as in the link above.With search input some statistics and blog posts.Thank you beforehand.Best Regards.

That page is made directly from our theme, and it will also come as demo content when you’ll buy it.

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

Thank you for your reply.And i also wonder if it is possible do exclude the woocommerce from the site totally and make it possible for all users to be able to write blog posts.So that it will be something like comunity blog where everyone can write blog posts and share with others.Thanks beforehand, Best Regards.

Yes, any of the recommended plugins are optional not mandatory. We have integrated with “Social Articles” plugin which does exactly what are you looking for.

Cheers

Hello,

I have installed Buddypress in Kleo. In the Groups-page the newest groups are automatically placed in top (left) of the page. Can I influence that? For instance a group from the bottom to the top, or from left tot right in the page?

greetz,

Please open a topic on our dedicated support forum and someone from our support team will assist you as soon as possible. http://seventhqueen.com/support/

Thanks.

Hi I would really like to use my copy of this theme for a Recruitment Agency/Community. Any chance a demo for one be created and released in a short period of time or can someone from SeventhQueen develop this for me personally?

Please send me a small brief at ( dev@seventhqueen.com ) about what you would need for this project.

Cheers

Hi! you theme looks great. When do you think that NEWS MAGAZINE demo is going to be release? Thanks.

We are working on it but unfortunately I can’t give you an exact estimation.

Cheers

Hi! I brought this theme and it’s quite expensive but it’s amazing! Is there any way of showing the slogan?

I just found that my navigation menu do not follow anymore check it at www.keyblix.com I think it’s the composer that broke that ability.

See for at this page http://www.keyblix.com/startsida/ I want it to follow when I scroll.

It works for me, can you please give more details, is there any exact case when this happens ?

Looking forward.

Hi. I am enjoying it right now. Thanks.

After downloading the demo content including the pages, I noticed that some of the pages I loved to have was not included in the demo content. I am talking about the most beloved Blog Left Thumb and Blog Masonry pages. How can I get these two pages? Pleaaaaaassssseeee.

Thanks.

You should firstly entirely read our theme documentation, and after that, just create a new page, and from visual composer, using the “Kleo Post Grid” element, you can create such listings.

Cheers

Hi, I would like to modify (Design and features) the form for comments.I need a plugin that is compatible with Cleo.Recommend me some.Must be translated into two languages and is compatible with the full version of WPML. Thanks!

I’m unable to do so because i don’t know to what features are you looking for.

You should better make a small research by yourself on this subject.

Cheers

Hi, theme looks great!

a pre sales question – I intend using this theme only with woocommerce as a store with a blog and a forum later.

are there any examples of sites that you could refer me to of your existing customers who are using this theme for only woo? Just want to take a look and finalize

Thank you!

Here is a demo where you can see how woocommerce looks on our theme: http://seventhqueen.com/themes/kleo/shop/

For currency switcher you should probably need to use a plugin which offers you such option.

Cheers

Thanks. Any recommendations for the currency switcher plugin?

Sure, woocommerce recommends using the following plugin: https://wordpress.org/plugins/woocommerce-multilingual/

Cheers

Hi, I am loving the theme. I activated the “Development Mode” option and now as I logged out I cannot access my login page, please how do I go about this?

Thanks

It seems to be a small issue from the theme my login plugin. Please go on your wp-content/plugins folder in your ftp and rename the theme-my-login plugin folder, the plugin will be deactivated and you should be able to login.

Cheers

I cannot find ‘theme-my-login’ plugin folder

Gotten it, thanks.

I love this, nice job SeventhQueen :)

Thanks for your kind words. Good luck with your project !

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