Forum Replies Created

Viewing 40 posts - 4,681 through 4,720 (of 11,328 total)
  • Author
  •  sharmstr
    Moderator

    It depends on how the page was created. Is it a category page? Was it created using Kleo Posts shortcode? You didnt attach anything so not sure what page you are referring to.

    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: Can't receive activation Email with Gmail #70681
     sharmstr
    Moderator

    Issues like this are normally solved with an smtp plugin. Try WP Mail SMTP

    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: activity stream issues #70680
     sharmstr
    Moderator

    Please dont post twice. I’ve answered your other topic.

    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: (mi) appearing after links #70679
     sharmstr
    Moderator

    We need to see a link. But I’m guessing its a plugin 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: Formatting of Blog Post and Blockquote #70678
     sharmstr
    Moderator

    Site fonts can be set in Theme Options > Fonts. Posts and page main content is controlled by the Body font.

    For the blockquotes, try this in your quick css

    COPY CODE
    
    blockquote p {
        margin: 0.85em 0 !important;
    }
    
    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 update Visual Composer to latest release #70677
     sharmstr
    Moderator

    VC updates are provided with Kleo updates. Kleo 3.0.4 uses VC 4.5.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: Impossible edit – Error 404 – Page not found #70676
     sharmstr
    Moderator

    All of my sites are running WP 4.2.3. Try resaving your permalinks.

    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: New members activation issues #70675
     sharmstr
    Moderator

    Kleo doesnt touch any of that. You can probably solve the email issue with https://wordpress.org/plugins/wp-mail-smtp/

    Hard to say what could be causing the activation issue since you havent provided any details. Look for plugin conflicts or google the error message that you are receiving during activation.

    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 THEME NEEDS TO BE DEBUGGED FOR BUDDY PRESS #70674
     sharmstr
    Moderator

    I just tested the demo site and your site. Filtering works on both sites without issue. Posting images, even back to back works on both sites. Please tell me how to recreate the issues you’re having.

    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: Send bulk email #70631
     sharmstr
    Moderator

    Check out the bottom of this thread: https://buddypress.org/support/topic/plugin-for-sending-email-messages-to-all-members-solved/

    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 Redirect 404 to a Custom Page #70630
     sharmstr
    Moderator

    The 404 is controlled by a template. Copy /kleo/404.php to your child theme and replace this

    COPY CODE
    
    <img />/assets/img/404_image.png"><br>
    			<h2 class="article-title"><?php _e( 'This is somewhat embarrassing, isn’t it?', 'kleo_framework' ); ?></h2>
    
    			<p><?php _e( 'It looks like nothing was found at this location. Maybe try a search?', 'kleo_framework' ); ?></p>
    

    with the table code that you currently have on your 404 page within the wp admin.

    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 Header and 'Go Down' Button #70629
     sharmstr
    Moderator

    Fixed.

    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 Account page like DEMO #70624
     sharmstr
    Moderator

    I think the only way free members should be redirected to the levels page after login is if you have set a redirect to membership-account in Theme Options > Misc. The reason for this is because free members dont have an PMPro account yet and therefore membership-account is invalid. Log into your site and try to access membership-account and you’ll see that you’ll be redirected to levels. That’s a standard PMPro thing. Kleo is not controlling that.

    For the page issue, invoices section will not display if no invoices have been generated for that user yet.

    Are you running Kleo 3.0.4?

    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: Library Icon blocks are empty, #70623
     sharmstr
    Moderator

    Do you have Visual Composer 4.5.3 and k-elements 3 installed?

    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: Render Member Card Avatar as background image? #70622
     sharmstr
    Moderator

    This works for me

    COPY CODE
    
    style="background-image:url(<?php echo bp_core_fetch_avatar( array( 'item_id' => bp_get_member_user_id(), 'html' => false, 'type' => 'full' ) ); ?>); background-size:cover;"
    
    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 carousel – resume home page #70617
     sharmstr
    Moderator

    You already have the sample images. Go into Media and have a look at them. You can even download one, open it up in photoshop, or whatever editor you want, and paste a new image on it within the black borders. Save it and upload up to your server. You’ll see the dimensions are 1024 x 547

    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: Render Member Card Avatar as background image? #70615
     sharmstr
    Moderator

    Wouldnt the returning just the url be better? bp_core_fetch_avatar_url

    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 button background ? #70613
     sharmstr
    Moderator

    Use a kleo button and set the style to see through

    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 carousel – resume home page #70612
     sharmstr
    Moderator

    Cant see your page without access

    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: Website Broken #70611
     sharmstr
    Moderator

    Clear any server cache or purge any CDN you may have in place. Enable WP degug; setting display to true to see any generated errors.

    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: Using Wishlist Membership with Kleo theme #70610
     sharmstr
    Moderator

    You are not required to use Paid Membership Pro.

    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: General: Where to edit the CSS (best practise) #70608
     sharmstr
    Moderator

    You should “edit” the css files. You should override the css using a child theme’s styles.css 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: Send bulk email #70607
     sharmstr
    Moderator

    Look for a plugin or ask on the BP forums. This is not a function of the theme.

    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: Templates not appearing in Page Attributes #70606
     sharmstr
    Moderator

    Are you running Kleo or Sweetdate? If you’re running sweetdate, you are in the wrong 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: BP Activity -(Site Wide Activity) Posts #70605
     sharmstr
    Moderator

    No problem.

    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

    bbpress live topic suggestions: https://wordpress.org/plugins/bbpress-auto-suggest-topics-based-on-new-topic-title/screenshots/

    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 Activity -(Site Wide Activity) Posts #70576
     sharmstr
    Moderator

    The link I gave you says “WP External Links seems to be working beautifully.”

    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 after email activation #70560
     sharmstr
    Moderator

    When you copy files to your child theme, you need to retain the directory structure. So instead of /kleo-chils/activate.php you need to put it in /kleo-child/buddypress/members/activate.php

    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 popup lightbox for cart button #70559
     sharmstr
    Moderator

    Ah! Try this then

    .shop-drop .kleo-toggle-submenu {
    display: none !important;
    }

    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: New social media link for Top Bar #70558
     sharmstr
    Moderator

    No problem. Sorry for taking so long to figure it out. 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: Login Redirect after email activation #70554
     sharmstr
    Moderator

    Need access to your site

    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: Log in after activation #70550
     sharmstr
    Moderator

    You didnt receive a response because you posted in the Feature Request forum, not the support forum.

    That link goes to wp-login.php. Have you blocked that page?

    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: Add on/off for "Read more" of blog #70549
     sharmstr
    Moderator

    You can use this css if you are using the masonry display

    COPY CODE
    
    .post-footer span.muted.pull-right {
    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

    in reply to: Switching from a theme to another #70547
     sharmstr
    Moderator

    This wasnt answered because you posted in the Feature Request forum, not in the support forum. I’m going to move this.

    To answer your question, just set your home page to Get Connected. There are no separate “themes” within kleo, just different home 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: New social media link for Top Bar #70544
     sharmstr
    Moderator

    Sorry for all of the replies but I think I have it sorted now. See attached.

    Obviously change all the instagram references to soundcloud.

    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: New social media link for Top Bar #70543
     sharmstr
    Moderator

    I dont see a filter in the code for Kleo. So you should try my first suggestion again. I’ve tested it and it works. Make sure when you paste it into your functions file that the single quotes dont change to fancy quotes.

    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: New social media link for Top Bar #70542
     sharmstr
    Moderator

    Hold on, that’s for sweetdate, not kleo. Let me take another look around.

    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: Registration Page #70540
     sharmstr
    Moderator

    Theme options > Buddypress > Register page layout: Full Width

    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 level in profile header #70539
     sharmstr
    Moderator

    Put this in your childs theme functions.php file.

    COPY CODE
    
    function kleo_membership_info()
    {
      global $membership_levels,$current_user;
      if (! $membership_levels) {
        return;
      }
      
      if (bp_is_my_profile())
      {
        if (!isset($current_user->membership_level) || $current_user->membership_level->ID != '1')
        {
           echo '<a><span class="label radius pmpro_label">'.__("Upgrade to a higher level",'kleo_framework').'</span></a>';
        }
      }
    }
    

    Change the 1 to the id of the level that needs to be hidden.

    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 Groups Issue #70538
     sharmstr
    Moderator

    What happens when they try?

    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 - 4,681 through 4,720 (of 11,328 total)

Log in with your credentials

Forgot your details?