6671 comments found.
Tell me one thing. Can’t we get the popup registration form like the login registration form with facebook connect ????
I really didn’t understood your question, can you please be more specific about what you want to achieve ? Cheers
When we click on Login button on the header, we get a popup login with facebook connect. In the same way when we click on register, we redirect to the registration page. I want the registration form as a popup login form.
One more thing I want to ask. You are having ajax search in built in your theme. Can I get the plugin for Visual Composer separately. I will pay for it…..
There’s no registration popup available. The same case for the ajax search feature as plugin.
Hi, thank you for such a great theme.
I have made some changes to the css style in the child theme that are not reflected in some mobile browsers. I think is a cache problem. How do I force a change of the style.css version in the child theme?
Current version is this:
/wp-content/themes/kleo-child/style.css?ver=20140430
Thank you
It really depends of the modifications you made, did you took into consideration the responsive aspect of the theme ? Maybe you’ll need to use some media queries to change the mobile version as well.
Cheers
I will make some further test to see if it is a responsiveness issue.
On the other hand, looking at the version of the css file it looks like a timestamp (2014 04 30). But I think it uses the modification time of some file from the parent theme. Is this supposition correct?
From what i know wp adds versions to the end of files not timestamps. You probably have some sort of caching plugin activated ?
Hi! Really an amazing work. Just awesome. I got 2 questions:
1. How to add notification and message icons in the primary menu. As shown in your demo. (Live Notifiaction)
2.Account verification mail is a download-able file (must download) how to change it. So, it apperas as text or cool html or something like that. Please Guide
Thanks.
is not it better to reply here?
I’m sorry, but we offer support only for our customers. Hope you understand this. Cheers
Hello I already bought the theme from another account, and it’s really amazing, thank you for this wonderful work. I am wondering if you do accept to develop custom projects. Thank you
hello where i can change the language of login popup? thanks
and how can I hide the private menu? thanks
Thanks.
How do i configure rtMedia settings so that more than 1 image appears on the activity page (if a user uploads more than 1 image) and that the images appear alongside each other. Here is an en example of what i mean http://i.imgur.com/yBV3VdP.png
Also, how do i add the group avatar thumbnail to the activity page, in the activity stream when, for example, a user posts a comment on a forum topic in a group. Here is an example of what i mean: http://i.imgur.com/6sJA4f3.png
Thanks
For the first issue, the thing is that there will be an inline carousel instead of displaying more images in a row.
For the second one, there’s no option to do that, you will need to make some template modifications for which you’ll need programming skills.
Let me know if I can help you with something else. Cheers
Can you let me know how to change the hover color of the dropdown menus (in the top menu and main menu). I want to change both the background color and text color, but I can’t get the CSS to work right.
Thanks!
Mark
You can do that from your Theme Options panel available in the backend of wp.
Cheers
Hi, I don’t see where to do that in the theme options. I don’t want to change it in the main menu, only in the dropdowns (for the top and main menu). I want the dropdown hover color to be blue and the dropdown text color to be white. Can you show me where to do that? Thanks.
If you need any customizations that are not directly available in our theme panel then you will have to style them by yourself, using a few css rules. Some html/css knowledge is required.
Cheers
I have HTML and CSS knowledge but cannot find the right settings. Would it be hard for you to tell me which items to change? I see you do that for other people.
I have tried several things with inconsistent results, and I am usually quite successful with CSS tweaks. I’m not asking you to customize the theme, only to point me in the right direction.
If you have css knowledge then you should just give a look at the source page of the site, or using inspect element from firebug, find the desired elements to style, and use nearby class or id to target those elements.
If you need more help i would have to kindly ask you to 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.
Pre-Sales Question – where can I view a list of exactly all the elements/components that can be placed on any page via Visual Composer? Thanks!
Cheers
Excellent! That is very helpful! Can the Group Carousel be made visible for non-members? Can the Members Carousel be made publicly visible? Thanks for your help!
Sure you can.
Awesome! Purchasing soon! 
Pre-Sales Question – I need for my membership directory to be displayed by business category. Is this something that can be handled via groups? Or is there another way?
You can create a profile field called “Business Category”, with a pre-defined list of items from which users could choose. After that you can use a plugin like “BP Profile Search” to create an advanced search form for your users.
Cheers
Another pre-sales question: I understand the site owner can create coupons for signing up new members. Is there a way for members themselves to create their own coupons which will be displayed in their profile based on a start date/expiration date?
Unfortunately there’s no such option in Paid Membership Pro plugin ( the plugin which handles the membership aspects ).
Cheers
Okay, perhaps there’s a way to customize an area of the member profile and call it ‘Coupon’ and allow the member to insert text /image? They would just have to delete it themselves at expiration?
That’s something custom and you’ll need programming skills in order to build such features.
Cheers
Pre-Sales Question. Hello, I am considering using this theme for a new Community website I am designing. My first question is – how much flexibility is there to reduce the height of the home page slideshow which in the demo is quite large? I have used Visual Composer before and found it to be very clunky and buggy. Is there an option to use another pagebuilder tool?
The slider is managed by Revolution Slider, and you can modify pretty much any aspects of it. It’s the most powerful slider tool out there.
Cheers
Excellent, regarding Revolution Slider which I am very familiar with. What about Visual Composer alternative?
No, there’s no alternative to that, if you are more comfortable you can disable it and use just shortcodes, but you’ll loose a lot of ease in building up layouts.
I think it’s just a matter of practice until you’ll manage to use Visual Composer better.
Cheers
Thanks, you’re probably right, assuming this version is less buggy than previous ones. 
function my_change_profile_default_subnav() {
global $bp;
bp_core_new_nav_default(array(
'parent_slug' => $bp->profile->slug,
'subnav_slug' => 'competencias'));
}
add_action( 'bp_setup_nav', 'my_change_profile_default_subnav' );
I tryed adding this to change the view page url to a new one but didn’t work out, the url was still the same and can’t access to … /data
I also tried ‘default_subnav_slug’ = ‘competencias’ on activity with no success
Cheers
Update: http://pastebin.com/4AgytZLn
I have to say that it was a little challenge
.
The method is more a hack and i can’t predict if there will be any problems using it like that, but it does what you need.
Cheers
GREAT! Well done, the patch does the trick!
I see an issue. The form for what’s new is not here anymore. What themplate should I use?
That form should reside in the activity tab if i remember well. I don’t think it has anything to do with the code I’ve provided. Please check if the error might come from additional plugins or custom coding.
Cheers
The problem is there, when I create the new page your code provided. If I undo your code, I can see the form again, but when I change the order again with your code, the form disappears. I also want to make the form appear on activity-friends. Thank you!
I see, please understand that what are you trying to achieve becomes way to complicated and if you can’t manage to develop it by yourself you should hire a developer to do it for you. As I’ve noticed you before, the code I’ve provided was not fully tested and it was just enough to help you develop it further.
Let me know if I can help you with anything else. Cheers
Thank you very much, I thought it would be very easy to do, since it is a basic change. Cheers
Actually I have an other little issue: Changing my buddypress menu items names this way as I saw online make the rounded counter disappear. $bp->bp_nav‘activity’ = ‘Actividad’; I also tried $bp->bp_nav‘activity’ = Actividad; Both change the name but make the counter disappear. I would apreciate if you could throw light on that. Thank you very much, again
Cheers
Thank you!!
Hi, By any chance would you know the tag for changing the label friendships? I’ve looked all over the internet but can’t find it. $bp->bp_options_nav ‘friends’[‘name’]. This doesn’t word… Thanks again!
You could do a print_r($bp->bp_options_nav) for debug and follow the array/objects path until you reach the desired information.
Cheers
oh yeah! thanks!
How to move the top bar social media to right and the top bar menu to the left?
There’s no such option out of the box unfortunately, but it seems like a nice option to have in the future.
Meanwhile you could do it yourself, but it will require editing the header template and knowledge of basic html/css.
Cheers
Hello, kindly let me know is there any upcoming learndash integration for your theme ? can your theme compare to wplms theme available on the marketplace if i have learndash plugin available with me ?
LearnDash works fine on our theme, it just needs a few layout adjustments to fully match our design, thing which will be released in one of our next updates.
Unfortunately I can’t make any comparison, picking a theme it’s up to you and to your project
Cheers
When is your next update planned to be rolled out ?
Unfortunately I can’t give you any ETA for this, you can take a look at our changelog and see how often we release our updates and the amount of work involved.
Cheers
Hi Dear,
I have some presales queries. Would you be able to help me with that?
1. Is it possible to have different color for background of Top menu, Header, Main Menu and Breadcrumb 2. Is it possible to define size of the logo? 3. Can we made magazine style homepage instead of community
Regards Kamal
1. Yes you can do such customizations. 2. The logo is automatically adjusted in some cases, but it can be easily adjusted with a few css rules. 3. You have the liberty of creating whatever layout suits your needs using Visual Composer and their brand new option “Grid Elements” which helps you build the exact listings that you want/need.
Cheers
Thanks. I made a purchase. Can you help on how to achieve option 1 & 2?
Thanks.
Hello,
same comment as I’ve seen here, the “change cover” and “show less” seems to go under the menu at the top, and can’t be clicked.
Is there a temporal solution to that?
cheers Ramiro
The error happens in the user profiles when using the profile cover (plugin), not on the groups.
Could you please post a link with your website so we can give a look at the issue ? Thanks
Hello, I appreciate your quick reply. I should have waited a little bit more before posting the question! I found a quick solution by changing the CSS values for both elements (the top for the show less, the margin for the cover button)
At least in my setup, when clicking “show more”, the change cover button and the show less button goes under the top menu.
I can’t give you a link as the website has not been launched yet.
ps – I read around here that you plan for photo covers for the groups? That would be fantastic. Look foward to it!!!
I’m glad you managed to fix your issue. Yes, we have a lot of improvements on our to do list. More to come in the future. Cheers
hello, how i can change the background color header when scroll the page? thanks
You’ll find options to change header colors inside our Theme Options panel.
Cheers
Hi, i purchased this theme a while back, registered for support, but am now unable to access the support pages. I have requested a new password reset email but ,if i remember rightly, when i initially signed up i had a typo on my email and had to write to you to rectify it.. i do not receive the reset mail.
Please can i have a password reset, thanks.
Hi, please send me an email on dev@seventhqueen.com with the desired email address for your account.
Cheers
Hi,
I installed the latest theme in multisite but cannot change profile photo because the link is missing front end and back end user admin.
Please view image http://postimg.org/image/r3y1bgm7z/ and fix.
Thank you.
Resolved. I forgot to enable Show Avatars in settings. Thanks though.
Glad you figured it out. Cheers
I want to know how to change the text on the registration page. Right now it says something like…
Registering for this site is easy… blah, blah.
I want to change that text but I don’t see the option to modify the registration page.
Also, the slider isn’t stretching up behind my log like the demo content. Does that mean my picture isn’t big enough or do some settings need to be adjusted.
Basically the slider image isn’t covering the entire top part of the page including the logo and breadcrumb area.
For changing that text without any modification to template file i will recommend you to install and use a translation plugin like : https://wordpress.org/plugins/codestyling-localization/
For the second problem i would kindly ask you to open a ticket on our support forum and give more details, at least a screenshot with your issue, and a link to your website. http://seventhqueen.com/support/Cheers