Forum Replies Created
-
Author
-
sharmstr
ModeratorThat’s handled by Buddypress. Kleo doesnt control the sorting of it, only the display. If you google group sort order you’ll see some posts about sorting it alphabetically. Other than that, you should ask on the Buddypress forums.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNo problem. Sorry again for forgetting about it. I was able to add VC icons for that and members stats so it will be more obvious now. Will be available in the next update.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorJust isolate the css to profiles only.
.is-user-profile div#item-header div#item-header-content span.activity
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorPlease copy and paste your server information from theme options > system info into a private reply
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorheads up!
We have changed the image align fix. When the next Kleo update is available, make sure you delete the css I gave you after you update.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThe first link was for posts, this one is for members https://archived.seventhqueen.com/forums/topic/add-friends-follow-friends-masonry-loading-issue#post-47871
make sure you clear your cache after you make the changes.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 27, 2015 at 15:31 in reply to: I have problems with the photo album on the profile page #51817sharmstr
ModeratorI was finally able to log in. Though, this doesnt solve your issue, you cant have any content on buddypress reserved pages. You had a login shortcode on your members page that I removed.
Also, you Visual Composer was out of date. I updated that.
You need to update to Kleo 2.4.1. Then see if you still have the issue.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIts not.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorWith css
COPY CODE.bbp-author-role { display: none; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 27, 2015 at 14:29 in reply to: showing Login widget on register page before register form #51809sharmstr
ModeratorIf there is a shortcode for clean talk, you can inject it at the top of the register form like this
COPY CODEadd_action('bp_before_register_page','add_social_login'); function add_social_login() { do_shortcode(**put your shortcode here **); }
If that doesnt put it exactly where you want, then you can copy /kleo/buddypress/members/register.php to your child theme and add your shortcode where you want.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorSorry, I just remembered that there is a shortcode for total members if you’re using buddypress. The shortcode is kleo_total_members. To use it, in Visual Composer add a text block, then in the wysiwyg menu, click on kleo > buddypress > total members. There’s several other ‘statistical’ shortcodes in there as well.
I’ll see about getting a VC shortcode added so its easier to find.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorUse the child theme. Here’s why https://codex.wordpress.org/Child_Themes
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI dont know. I was just trying to help you get your modals working. I’m a kleo user like you that has moderator status because I’m amazing. 😀
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou’re welcome.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatoradd position:fixed to #myModal
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator.tooltip-inner {
font-size: 100px;
}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 27, 2015 at 01:56 in reply to: Are there shortcodes for the count of Members, Groups and Topics> #51763sharmstr
Moderator@suchavoice. No.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIts locked.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorrespond privately with a link and credentials. Make sure there isnt a kleo or kleo child folder in /wp-content/themes and I’ll have a look.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorWhat I gave you does, but you wont see if unless you are using a boxed layout. But if you want to change the container-wrap, again, you use the .buddypress selector.
.buddypress .container-wrap.main-color {
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorthe body selector is used on every web page, that’s why its changing all of them. You need to specify the buddypress class
body.buddypress
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI dont know what to tell you. I have installed 2.4.1 probably 20 times on multiple servers. It works. You’ve even installed it before.
You never answered my question about installing another theme to see if it works.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAs I’ve said, you cant. You need to find a plugin that will do that.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorOf course it shows up in firebug and in chrome dev tools. As shown in the other thread, the selector is .top-menu li > a. I’ve added the font-size: 100px via firebug to show you how to do it in the image attached.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorThat has nothing to do with Kleo. Have you asked over on their support forum?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThat’s not theme related. Its buddypress related and yes, you can do that using your functions.php file. You can use this as an example
https://bp-tricks.com/snippets/adding-country-list-profile-field-dropdown-buddypress-site/
If you have any more questions, you should post it on the Buddypress forum.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou should ask on the buddypress forum. Kleo doesnt handle any of that.
But I will say that you’ll have to use the group API to add a nav item and then render a template when clicked. https://codex.buddypress.org/developer/group-extension-api/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNothing. Just create the page and assign it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.March 26, 2015 at 18:48 in reply to: wp-signup.php , /activate, /register all redirect to home page with buddypress #51706sharmstr
ModeratorI’m not saying that. I’m saying you should ask over on the Buddypress forums since its their plugin. I’m also saying that I believe your issue is that your trying to run it from /members/ which is already reserved by buddypress.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator2 Things. Use bp_get_member_profile_data instead: substr(bp_get_member_profile_data( ‘field=Gesuchstext’ ),0,100);
Also, instead of editing the php files, just inject it.
COPY CODEadd_action('bp_directory_members_item','add_member_fields'); function add_member_fields() { echo '<div class="update">'; echo 'Aus: '; echo bp_member_profile_data('field=Stadt'); echo ' ('; echo bp_member_profile_data('field=Bundesland'); echo ') '; echo '<br>'; echo 'Rolle: '; echo bp_member_profile_data('field=Rolle'); echo '</div>'; echo '<hr>'; echo '<div class="ellipsis">'; echo substr(bp_get_member_profile_data( 'field=Gesuchstext' ),0,100); echo '</div>'; echo '<!--end member-inner-list-->'; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorlogin doesnt work
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI havent fully tested it, but there doesnt seem to be anything in the change log that’s theme related.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorWhat version do you have? It was introduced in 4.4.2. If you have 4.4.2 installed you’ll have the Post Grid shortcode AND the new WP Admin > Grid Elements section.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatortry https://archived.seventhqueen.com/forums/topic/how-to-deactivate-the-effects-on-post-pages
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatoryou can turn on registration by going to wp admin > settings > general > anyone can register.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorPresently you cant have third level item on the top bar. Sorry for not catching that sooner, but I had never tried it. If you’d like that added to Kleo, you can add your request to this thread so the developers see it: https://archived.seventhqueen.com/forums/topic/kleo-features-requests
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou need to have buddypress activated. You need to have registration turned on. You also need to configure buddypress pages: wp admin > setttings > buddypress
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorWorks fine on all of my sites. However, I always had issues when my sites were on slow servers. Instead of using the fontend editor (I’m assuming that’s what you’re using), try the backend editor.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorDid you read the documenation at the link I sent you?
http://dimsemenov.com/plugins/magnific-popup/documentation.html#options
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts