6680 comments found.
Hello,
I’d like to edit/add the menu items on the user page. For example, I want to rename Media to Photos.
Can you tell me which file to access?
The best way to change those menu labels would be to modify the translation of buddypress or of any other plugin that’s adding menu items there.
You can translate very easy using the following plugin: https://wordpress.org/plugins/loco-translate/
Please let me know if I can help you with anything else. Cheers
Hi. Is there a way to get the AJAX search functionality that is in the top nav bar to work in the sidebar search?
Hi, you could use the ajax search shortcode inside a text widget in your sidebar:
[kleo_search_form form_style="default" type="both" context="members,groups,post,forum,product,portfolio" placeholder="Search ..."]
Hope this helps. Cheers
Installed the Update, thanks!, But how do you use the Profile Cover BG Feature? I don’t see where you can upload an image for that? Please Advise.
Please make sure you have this plugin installed and activated: https://wordpress.org/plugins/buddypress-cover-photo/
After that, users can change their profile cover from their profile page.
Cheers
Hello,
Do you share theme translations or can you provide info aobut where customers can find translations. I need a Danish translation and in case I end up translating it my self I would be glad to see the the translation is shared for the value to others.
Please let me know if I can help you with anything else. Cheers
If I use the Pinterest style set up is it possible to put a sign up/newsletter widget below the menu, but above the post feed?
Thanks
Hi, sure, there is a content location available for each page just below the header.
Please let me know if I can help you with anything else. Cheers
Anyway to remove the half hidden buttons on the left and right that linked to next or previous member or post on the page? somehow, i just feel that’s annoying… please.
Hi,
Just add the following css rule in “Theme Options>General Settings>Quick CSS”:
.pagination-sticky.members-navigation{ display:none; }
Cheers
Hi
I’m really interested in this theme but I’ve heard from numerous people that Ultimate Addons for Visual Composer has some trouble with your theme, specifically the background features apparently don’t work with your theme, and that unfortunately is a deal breaker for me since I rely on those elements, have you taken any steps to identify the problem and fix it?
I’m being told that the problem still remains in the latest version.
Hi,
Indeed there are a few issues but that’s because we already give some options similar to Ultimate Addons plugin. We are aware that some of our customers still want to use it, and we’ll probably release an compatibility with it in the following updates.
Please let me know if I can help you with anything else. Cheers
Thank you, please do, that’s the only reason I’ve put off getting this theme, looking forward to the upgrade.
Register Button is not showing up when users are logged out. See below picture
It just says log in with facebook or (there is a blank where register should be) and login
Did you enabled user registrations from “Settings > General > Anyone can register” ? If you already did that, then I would suggest you to check if you added any custom css rules that might hide that button.
Please let me know if I can help you with anything else. Cheers
I did enable user registration from the Settings section. I did not add custom css. I was shocked to see it wasnt there when i logged out.
Also is there a way to make wall comments? Kind of like Facebook?
Please email me on dev@seventhqueen.com a link to your website and admin credentials and I’ll be happy to help you.
Please give a look at the buddypress activity stream, that might be what you’re looking for.
Cheers
Hi there,
I love love love this theme!
But I am having difficulty with creating one page with the black background header. I downloaded the demo content and some pages just as in the demo have the wonderful black header and some pages are as I set them to the default white pages, therefore I do not think I want to change the theme settings..I need to make some change on the page I suppose but I am not sure where? I compared the page layout settings at the bottom and checked as the demo has the transparent background. I then also used the dropdown for black transparent, even though strangely this option is on the black demo headers is set to white I noticed.
Either way this doesnt work…hmmm…
Thank you so much!
Oh nevermind after I changed the dropdown also to white…Now it works its bit confusing I guess the dropdown refers to the content color and not the background color.
Thanks anyways.
I’m glad you managed to figure it out. Please let me know if I can help you with anything else. Cheers
Hi!
As someone else mentioned a couple of months ago, it would be nice to be able to add additional Fontello icons via the child theme instead of replacing the relevant parent theme files at assets/css and assets/font after each theme update.
I’ve tried to dequeue/enqueue kleo-fonts in my child theme’s functions.php so that it points to my child theme directory, like this:
function child_fontello_icons() {
wp_dequeue_style( 'kleo-fonts' );
wp_deregister_style( 'kleo-fonts' );
wp_register_style( 'kleo-fonts', CHILD_THEME_URI . '/assets/css/fontello.css', array(), KLEO_THEME_VERSION, 'all' );
wp_enqueue_style( 'kleo-fonts' );
}
add_action( 'wp_enqueue_scripts', 'child_fontello_icons', 20 );
... however, this doesn’t work. Are there other hooks or filters I could apply to get this working?
Thanks for your help!
Hi,
Your approach is pretty nice, here is the working code:
function child_fontello_icons() {
wp_dequeue_style( 'kleo-fonts' );
wp_deregister_style( 'kleo-fonts' );
wp_register_style( 'kleo-fonts', CHILD_THEME_URI . '/assets/css/fontello.css', array(), KLEO_THEME_VERSION, 'all' );
wp_enqueue_style( 'kleo-fonts' );
}
add_action( 'wp', 'child_fontello_icons', 999 );
Cheers
Hello! Nice theme!
I would like to ask you if there is a possibility to change the order of the filters in portfolio. I see that now the order is alphabetical, I need to have in my website as a first filter “Wedding”, so could I make a custom order of the filters? Also I would like to have a Wedding filter as a home page, is there posibillity to achive that?
Thank you, D
Unfortunately wordpress doesn’t offer any options to order your category terms by yourself.
And for showing portfolio items on your homepage, you can use the “Portfolio” element from Visual Composer, where you’ll also have multiple options for display options or category filter.
Please let me know if I can help you with anything else. Cheers
Hello SQ, I installed your theme on one of my WP-websites, but I decided I need it more on a different site. Is it possible to install the same license on my other WP site? I will not use the theme on the first site. Thank you in advance!
As long as you use it just in one active website then there is no problem. Cheers
Yes, I will use it on only one active website. Thank you again! 
Hi, I love the theme and I’m interested in purchasing but I have a few questions. Is there an “invite” feature for members? Can members invite other people to the community? Also, is there a feature for the admin to approve those who register before they gain access? Thanks!
Hi, I’m glad you like our theme. There are a few plugins for your desired features, some of them would be : https://wordpress.org/plugins/invite-anyone/ for invites and https://wordpress.org/plugins/bp-registration-options/ for members approval.
Good luck with your project.
Is the dark theme pictured in the media files available to install (a list of settings or css or something) ?
Hi,
You can set up your Styling Options very easy, directly from our theme options panel. Unfortunately you’ll have to handpick the colors by yourself for now, but in the next updates we have on the list to implement some color presets.
Please let me know if I can help you with anything else. Cheers
HI,
Really love the theme and your reactivity.
Five stars. 
Can you recommend some external WordpPress plugins in order to have the most completed community website ?
Thanks.
Hi, thanks for your kind words, but I don’t know what to recommend you, it’s really up to your needs. Do you think you’re missing something ?
At this moment no, i would like to have some ideas (like RtMedia, Theme My Login…) to improve the functionalities scope. I’ll be back with some ideas (
. Thank you.
Been waiting for some styled post modules for this template for over a year… When will the Magazine version of this template come out with multiple post widgets and styles?
We are working on a news/magazine style layout and it will be released in our next major version, somewhere in the near future.
Cheers
I’ve made many customization to the theme, if i do upgrade, will i loose my customizations ?
If you didn’t done them in your child theme, then yes, you’ll probably loose the modifications, I recommend you to create a backup before trying to do so.
Cheers
Is posible disable the loading slow effects for make the website more static?
Could you please be more specific to which effects are you referring ? Looking forward.
The effects when the content is loading. For example, when i drop down the page the content appear with some effects. I want remove this effect (Is posible?)
Yes, the effects of the content section are just options which can be turned off.
Cheers
Hi,
I am having an issue of blurry images, specifically on my blog post. The thumbnails looks perfect, but once the blog article is opened, the “set featured image” looks very blurry. I have tried to change the image size, upload very high quality images, but I have not been able to improve this. Please help.
My blog page is http://www.minoritywomeninbusiness.com/blog-2
Thanks
There seems to be some sort of misconfiguration with your featured image size, did you migrated to another theme to kleo ? The image was already uploaded ? This still persist when you upload a new big image on the server ?
If you can’t manage to figure it out, then please open a thread on our support forum and one of my colleagues will assist you with your issue.
Cheers
Hi,
I had a hard time opening a thread on the support forum, which is why I left my comment here.
As per your questions: 1. I did not migrate from another theme to Kleo 2. I uploaded the photos after configuring Kleo 3. I still get an issue when I upload several size and varying image size.
Thanks
Can you please send me an email on dev@seventhqueen.com with admin credentials to your site so I can give a look at it ?
Looking forward.
Hi,
I have some troubles with pagination into BBpress forum with Kleo Theme. When I set 10 replies and i click on page 2, I stay on page 1 of replies… Permalink seems Ok but page 2 doesn’t work. Do you have an idea to fix it ?
I’ve tested this and I couldn’t replicate it, it might be some conflict with an outdated plugin, or something like that. If you can’t manage to figure it out, please open a topic on our support forum.
Cheers