Forum Replies Created

Viewing 40 posts - 8,041 through 8,080 (of 11,328 total)
  • Author
  • in reply to: Buddypress change groups position #51883
     sharmstr
    Moderator

    That’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: count (member, topic, post..) like home pinterest #51881
     sharmstr
    Moderator

    No 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Name Shadow #51848
     sharmstr
    Moderator

    Just 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Woocommerce/Visual Composer Conflict #51835
     sharmstr
    Moderator

    Please 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Image in Post Crop Issue #51834
     sharmstr
    Moderator

    heads 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Disable Blog and Buddypress Animation #51828
     sharmstr
    Moderator

    The 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Missing Mega Menu Options #51814
     sharmstr
    Moderator

    Its not.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: BBpress hide user role #51810
     sharmstr
    Moderator

    With 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    If there is a shortcode for clean talk, you can inject it at the top of the register form like this

    COPY CODE
    
    add_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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: count (member, topic, post..) like home pinterest #51806
     sharmstr
    Moderator

    Sorry, 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Kleo or Kleo Child? Why one or the other? #51801
     sharmstr
    Moderator

    Use 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Simple Modal markup is broken #51785
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Simple Modal markup is broken #51780
     sharmstr
    Moderator

    You’re welcome.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Simple Modal markup is broken #51775
     sharmstr
    Moderator

    add 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: how to change font size in top menu + hover text? #51773
     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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    @suchavoice. No.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: how to change font size in top menu + hover text? #51762
     sharmstr
    Moderator

    Its locked.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: I cant installa Kleo Theme #51751
     sharmstr
    Moderator

    respond 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Changing Body Background Colour of BuddyPress Pages #51748
     sharmstr
    Moderator

    What 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Changing Body Background Colour of BuddyPress Pages #51741
     sharmstr
    Moderator

    the 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: I cant installa Kleo Theme #51740
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Multi author post views counter #51733
     sharmstr
    Moderator

    As 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: how to change font size in top menu + hover text? #51731
     sharmstr
    Moderator

    Of 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 solution

    This 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.
    in reply to: MyCred hooks disappeared #51725
     sharmstr
    Moderator

    That 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Easy way to Input long list for profile field #51716
     sharmstr
    Moderator

    That’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Simple Regsitration Page (BuddyPress) #51712
     sharmstr
    Moderator

    🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How to add posts grid to buddypress group? #51709
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Simple Regsitration Page (BuddyPress) #51707
     sharmstr
    Moderator

    Nothing. 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 solution

    This 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
    Moderator

    I’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: bp_members_masonry.php > unable to trim output #51705
     sharmstr
    Moderator

    2 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 CODE
    
    add_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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: buddypress activity plus #51703
     sharmstr
    Moderator

    login doesnt work

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Is it safe to upgrade to Woocommerce 2.3.7? #51702
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: VB Post Grid Not Shown #51701
     sharmstr
    Moderator

    What 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Disable Blog and Buddypress Animation #51700
     sharmstr
    Moderator

    try 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Simple Regsitration Page (BuddyPress) #51699
     sharmstr
    Moderator

    you 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Top Bar Menu not displaying 2nd level items #51698
     sharmstr
    Moderator

    Presently 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Simple Regsitration Page (BuddyPress) #51695
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Woocommerce/Visual Composer Conflict #51693
     sharmstr
    Moderator

    Works 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Button to open video in pop-up / light-box #51692
     sharmstr
    Moderator

    Did 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 40 posts - 8,041 through 8,080 (of 11,328 total)

Log in with your credentials

Forgot your details?