Forum Replies Created

Viewing 40 posts - 6,441 through 6,480 (of 11,328 total)
  • Author
  • in reply to: Group profile picture #61633
     sharmstr
    Moderator

    LOL. Yes, sorry.

    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: Group profile picture #61629
     sharmstr
    Moderator

    idk

    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: Group profile picture #61626
     sharmstr
    Moderator

    This is fixed in Kleo 3.0. BP 2.3 introduced a new upload routine just a few days ago. There are several other BP 2.3 issues that will be fixed in Kleo 3.0. Hold tight.

    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: Transparent/Sticky Menu Issues #61625
     sharmstr
    Moderator

    To be more clear, you only needed to turn off transparent menu at the site level. Not sticky menu.

    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: Transparent/Sticky Menu Issues #61624
     sharmstr
    Moderator

    Its not actually white. Its transparent. Your page background is white, that’s why you think it white. To move the image up under the menu, you need to re-enable sticky menu in theme 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

    in reply to: Transparent/Sticky Menu Issues #61612
     sharmstr
    Moderator

    Turn off transparent main menu at the site level and only set it at the page level.

    Site Level: Theme options > Header > Transparent Menu: Off

    Page Level: Pages > Click on home page > Scroll down to Theme General Settings
    Display settings> Transparent menu: on
    Title Section > Hide Title, Hide breadcrump > Hide info

    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 notifications not working #61609
     sharmstr
    Moderator

    The only one I know of is Buddypress activity comment notifier” which you already know about.

    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 notifications not working #61605
     sharmstr
    Moderator

    Sorry, I cant. I’ve only used BP.

    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 notifications not working #61602
     sharmstr
    Moderator

    private messages, friend requests notices, plugins that use notifications and lot of other things.

    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 notifications not working #61599
     sharmstr
    Moderator

    They have only ever had email notifications for comments. There have never been in site notifications for comments. I’ve said that from the beginning. LOL.

    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 notifications not working #61595
     sharmstr
    Moderator

    I just tested two of my kleo 2.4.3 sites with BP 2.3.1 and I’m getting email notifications for activity comments without 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: Buddypress notifications not working #61594
     sharmstr
    Moderator

    Let me see if they changed any notification code in BP 2.3. Kleo 2.4.3 isnt fully compatible with BP 2.3 since it just came out a few days ago.

    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: Login form #61590
     sharmstr
    Moderator

    its a shortcode

    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: Membership Levels table #61587
     sharmstr
    Moderator

    The table ‘pmpro_membership_levels’ isn’t obvious enough? LOL

    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: Like Button for Activity Stream #61582
     sharmstr
    Moderator

    The kleo likes for post and pages aren’t integrated into BP.

    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: Membership Levels table #61573
     sharmstr
    Moderator

    Its automatically built. Wait for Kleo 3.0 which is due out any day now. You’ll have 2 new options to create the tables yourself. The go pricing plugin will be included which is really cool: http://granthweb.com/?products=go_pricing_wp

    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: Change product description position #61571
     sharmstr
    Moderator

    Here’s a screenshot of it in action.

    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: Change product description position #61570
     sharmstr
    Moderator

    Try this instead

    COPY CODE
    
    add_action( 'init', 'wooDescrioption', 10 );
    
    function wooDescrioption() {
        remove_action( 'woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 31 );
        remove_action( 'woocommerce_after_single_product_summary', 'kleo_woocommerce_output_related_products', 20 );
        add_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 );
        add_action( 'woocommerce_after_single_product_summary', 'kleo_woocommerce_output_related_products', 20 );
    
    }
    
    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: Display extra fields Group Member card #61534
     sharmstr
    Moderator

    – letting laura handle this one.

    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: Remove profile picture #61530
     sharmstr
    Moderator

    its been discussed. do a search for the code.

    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: Home Page Member Counter #61527
     sharmstr
    Moderator

    You can use [kleo_total_members] for the members. You’ll have to google to see if there are shortcodes for bbpress statistics because there aren’t any built into kleo

    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: Remove profile picture #61521
     sharmstr
    Moderator

    Its not located in a file. Put it in your child styles.css file or in Theme Options > General > Quick css

    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: Live Notifications in menu? #61520
     sharmstr
    Moderator

    app.min.js ( or app.js if you have development mode turned on) in /kleo/assets/js

    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: Delete users #61493
     sharmstr
    Moderator

    The default view of the members page is “last active”. I believe that active data is stored in one of the bp tables, not the user table. So, just because you deleted the user out of the user table, their is still many records throughout the db that correspond to that deleted account. Long story short, you probably shouldnt have deleted them that way and now you’ll have to clean up the rest of the db. Kleo doesnt handle any of this stuff and you should really be asking for assistance on the bp 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: Like Button for Activity Stream #61491
     sharmstr
    Moderator

    @procinc – The like is different. Sure you can favorite something but its very basic. What people want is a way to like an activity, see who else has liked it and trigger notifications.

    You can already favorite a forum topic and kleo has page and post likes built in.

    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: Login – Redirect #61465
     sharmstr
    Moderator

    Awesome *hive five*

    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: Slider Revolution Plugin – Missing Demos #61448
     sharmstr
    Moderator

    Cool.

    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: Sticky (Fixed) Custom Footer #61445
     sharmstr
    Moderator

    I should add that if it were me, I wouldnt add the padding to the top or bottom as shown in the solution. It will save you some screen space.

    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: Sticky (Fixed) Custom Footer #61444
     sharmstr
    Moderator

    As I said before, its been answered. All you had to do is search and tailor the solution to your needs (i.e. change the css #footer to whatever the id of your custom div is).

    https://archived.seventhqueen.com/forums/topic/sticky-footer-3

    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 cover photo styling #61433
     sharmstr
    Moderator

    @laura, I think they are asking about the new icons for change cover and show less that will be available in Kleo 3.0 (since that’s what’s on the demo site now).

    Also, the cropping issue with group avatars was introduced with BP 2.3 which isnt compatible with Kleo 2.3.1. Its been fixed in Kleo 3.0 which will be released soon.

    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: 502 Bad Gateway #61428
     sharmstr
    Moderator

    That’s a server message. You’ll have to dig through your server logs to figure it out. Your hosting company should be able to help.

    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

    Please search before posting: https://archived.seventhqueen.com/forums/topic/login-by-email-or-username#post-55900

    Also, as you can see in the code provided in the link, those labels are part of the kleo framework, not BP so its in the kleo po files.

    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 tint cover photo #61426
     sharmstr
    Moderator

    Try this

    COPY CODE
    
    body.is-user-profile #item-header-avatar {border-width: 6px;}
    body.is-user-profile .profile-cover-inner {
        background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 100%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(0,0,0,0.5) 100%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.5) 100%); /* IE10+ */
    
        background: linear-gradient(rgba(0,0,0,0.5) 100%,rgba(0,0,0,0.5) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    }
    
    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

    This is usually and indication of server side caching or cdn needing to be updated.

    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

    Copy the kleo_entry_meta function from /kleo/functions.php to your child theme and have at 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

    in reply to: Remove profile picture #61421
     sharmstr
    Moderator

    Try this

    COPY CODE
    
    .is-user-profile #item-header-avatar {
      display: none !important;
    }
    

    If you dont want the avatar to display in groups as well, remove .is-user-profile.

    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: show just My Groups isn't My Groups at all!! #61420
     sharmstr
    Moderator

    None of that is handled by Kleo. Buddypress produces that. Have you searched/asked on the BP 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: Slider Revolution Plugin – Missing Demos #61419
     sharmstr
    Moderator

    I personally dont have access to those, but there’s a Ken Burns full screen demo download on page2 here: http://revolution.themepunch.com/example-downloads/

    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: Edit a topic -> additional post #61416
     sharmstr
    Moderator

    Yes. That’s a buddypress known issue. Not sure if someone has figured out a fix for that. You should search 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: "View" Link Under User Quote Not Working #61415
     sharmstr
    Moderator

    I should’ve mentioned: Try resaving your permalinks to fix the 404 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

Viewing 40 posts - 6,441 through 6,480 (of 11,328 total)

Log in with your credentials

Forgot your details?