6674 comments found.
The HTML version is available?
Unfortunately not.
Is this possible or do you know an easy way to do this – The “fullname” (the PHP file name for this as you know but the field name I changed to First Name) is used in most places rather than the username. I like this EXCEPT that many people will not give both first and last name for the first profile “fullname” field. So I created a Last Name field so the “fullname” is visually displayed is the First Name. I was able to change it so the First Name and Last Name show in their profile in place of their username by doing .
<?php bp_member_profile_data( 'field=First Name' ); ?> <?php bp_member_profile_data( 'field=Last Name' ); ?>
Then I realized that the full name field is used all over the place for posts, when hovering over profile pictures and more etc. Is there a way I can change this for ALL of the locations that just use the “full name” to show the member? I’m not sure if it makes sense to change every single file but perhaps there is a way to change the definition of “full name” so it includes my Last Name field or something. Have any help or suggestions? Hope I made sense. I want the username for everyone to display their First and Last name together but again the First Name Field is simply the “fullname” PHP file name.
Thank you
Hi,
Yes, there is a function named “bp_member_name” which has an filter you could customize in order to achieve what you desire.
You can start from the following piece of code and customize it to match your needs. You will have to add this code inside your functions.php file from your theme or theme-child directory.
function change_bp_member_name() {
global $members_template;
return $members_template->member->user_login;
}
add_filter(‘bp_member_name’, ’change_bp_member_name’);
Please let me know if you need any more help.
This theme is pretty awesome. Though the WORST thing is the theme options Export of settings. Didn’t export my settings, but instead the default settings. Yay for pissed client!
I am really sorry if you encountered any issues with our theme. We will investigate and see if there are any problems from our side.
Let me know if I can help you with anything else.
Everything else is solid. 2nd export did the same but kept the logo as a random image from the media. Copying the link works well for me tho.
Is there any way you could let me investigate this under your install ?
We just made a test today and everything worked fine. Probably there might be some custom code or plugin that might interfere with our theme and generate this problem.
If you can, please leave me an email at dev[@]seventhqueen.com with some ftp details and wp admin access.
Thanks
Hey Guys, I have an issue with the Template as I cannot select any page template in my page tribute section.
Regards
Mathias
Could you please give us more accurate information ?
We would love if you can continue this discussion on our dedicate support forum: http://seventhqueen.com/support/
Looking forward.
The Paid Members Pro plugin is it included in the purchase of the theme or does it take to buy more?
The Paid Membership Pro plugin it’s free, our theme only have an advanced integration built in, so that any visual elements from Paid Membership Pro matches our design.
Let me know if I can help you with anything else.
How do I change the font color of the Buddypress content – I changed every color to ‘black’ under ‘styling options’, but the font on all Buddypress content (group descriptions, profile info, etc) remained ‘light grey’
I want all fonts on the site to be black
here’s the site – www.unitedprayer.us
Unfortunately the buddypress texts don’t have a style option. You can style them by adding some custom css rules. You should approach each element you want to change it’s color and add a css rule for it.
I’ll give you an example, which you should extend for other elements:
#buddypress span.activity{
color:#000;
}
Let me know if you need any more help with it.
where do I insert that css code (and the code for other elements), also, where do I find the name of each buddypress element?
The css can be put in your wp-admin, under “Theme Options > General > Quick CSS”, to identify css elements you will need to use firebug, but take care that if you don’t understand how things works with css you might end up messing up your site layout.
Cheers
Hi,
before i buy the theme, i have some questions.
I wanna build a social community. Your theme is quit good for it, but i need the following options.
- To like a post, media or comment. That everybody can see the like in the activity. - I want the homepage like the pinterest style, but the header different. - I want a login/register direct from the homepage. (Like twitter) I wanna set a double optin for registration. - to crate albmus for the media - display random ads or only for specific users. - the option for privacy: Posts/media settings on Private, Friends, Logedin and all(even not loggedin.
And to be compatible with a business directoy plugin with gogle maps.
Is there any how to achiev this?
Regards Stakouman
Hi
- try a plugin like Buddypress like. We have a functionality for liking posts but they won’t show in the activity page
- the login/register forms will come to KLEO in next versions but now they are not available.
- Double optin is default with BuddyPress since you are required to click a link to activate the account
- you can create albums using RtMedia plugin
- random ads: you need a plugin
- these should be default Buddypress privacy settings. Check out our demo
Depending on the plugin used it should work, yes.
CHeers
hello, please is it possible to have access control for articles created by social-articles. Using similar access control that buddypress has…. Friends,public,site-members. Thanks
Hi, please try to ask the plugin developer since he can provide you with this info.
Hi, presale question: I need quite a few customizations for this theme. Are you able to recommend any developers that would be good? Or do you do any paid customizations?
Hi, please send an email to dev [at] seventhqueen.com and we will review your request and see if we can help.
Cheers
Pre-sale question: can I center the top / main navigation and have no logo?
Thanks!
Hi, yes you can center the main menu. Logo could be hidden with a simple CSS rule. If you need advice let me know
Hi, when i create a portfolio, is there a way to have related portfolio (similar to related posts).
Regards Taiger
Hi, yes you can do that by adding a porffolio shortcode at the end of the page just like our page here: http://seventhqueen.com/themes/kleo/portfolio/single-image-lightbox/
do i have to ad the shortcode on each page and what is the short code that i need to use
yes that is how you should do it
And what is the shortcode please
Add it from the Visual composer interface(enable it for portfolio from Settings – Visual composer). Shortcode is kleo_portfolio
Sorry.. not sure how to do this. please more help thanks. where do i enable it.
Go to your WordPress admin panel, and under the “Settings” menu, select “Visual Composer”. In that page you have a section called “Content types”, please be sure “portfolio” item is checked. By enabling this option, a new element called “Portfolio” will appear into your Visual Composer window, when you edit a page.
Please let me know if I can help you with anything else.
Is it possible to set the men profiles apart from the women. Example, a page for women profiles and a page for men, so if someone is just looking to meet they can just scroll through either men or women profiles.
Hi, by default you can’t do that but you can customize the theme and create some custom templates and query the users you need
Cheers
Is there a way for Social Articles plugin to allow upload of documents as well? Currently it is only images and urls. Or do I need to just go with BuddyForms? Thanks for your time!
Hi, you should talk with the plugin developer if is a way on doing it.
Super Work!
Thank you very much. We appreciate it.
Hello there. Brilliant theme! There is an option to login or create an account via facebook, but what about twitter?
Hi, thank you very much. Twitter isn’t covered by our default theme functionality but you can try installing a plugin for that
I am thinking to buy this theme however, I am checking if fit in all necessities of my site. I went to the kleo demonstration site and shows me a modal login wich I can’t find in any documentation in any place. How would be possible to insert the modal login in my site using kleo theme? What should I have to do?
Hi, that modal is default functionality if you add a login menu item.
Hello,
I need a plugin of “post author” compatible with the theme for buddypress?
It is compatible?
http://codecanyon.net/item/wp-author-box/6815678?ref=phpbits&ref=phpbits&clickthrough_id=347461694&redirect_back=trueHi, that should work but haven’t tested it.
You should ask the plugin developer if it is Buddypress compatible
Hi, I am building a social network site which allows users to add product articles, review products, review product articles etc. I have installed Wordpress and activated Buddypress. Is there an inbuilt feature or is there a special plugin available for reviewing? I want to give points to users for most of their actions like sign-up, adding product article, reviewing products, reviewing product articles, adding images, liking or disliking posts etc. Is Kleo and myCred/Cubepoint integration possible without much hassle? Also, I want users to be able to share their articles, images, reviews etc. with/ through FB, twitter, instagram, pinterest etc., how can this be achieved through Kleo or some special plugin? Could you please point me to a food/restaurant/cuisine website created using Kleo? Thanks in advance
Hi, sorry for the late reply.
myCred should work nice with KLEO but for reviewing you need a plugin and make some hooks with myCred. We have some recipes website built with Kleo but can’t share it since the users haven’t posted them on our showcase section.
Hi. I am using a different membership platform. I was wondering if there was any way to use the shortcode [pmpro_levels] with the different platform? If that is not possible, would it be possible to use the code to generate an empty table that I can fill in the text for? I am asking because I really like the styling. Thanks!
Hi, right now we don’t have a tables shortcode but we will definitely add ones to match those in a future update. ETA around 1 month
Hello there
I’m working on a dating site and I’ve looked at your “Sweet Date” and “Kleo”. Is there the same search capabilities in “Kleo” as in “Sweet date”? In the context of a dating site it is good to be able to search by age, city, haircolor etc. I really like”Kleo” and hope that the same options are available, or can be added without to much coding.
Thanks a lot,
Peter Hartmann
Hi, that can’t be ported to KLEO but we will think at a similar functionality for the future. You should know that all the fields in Sweetdate are configurable and you will be able to use it in another domain areas other than dating