Forum Replies Created

Viewing 40 posts - 1,961 through 2,000 (of 11,328 total)
  • Author
  • in reply to: Need full width page #94440
     sharmstr
    Moderator

    Oh right.

    .page-id-8558 .kleo-page.page-boxed, .page-id-8558 .container {
    max-width: 100%;
    }

    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: Need to have background colour on blog page #94439
     sharmstr
    Moderator

    .sharedaddy, #jp-relatedposts {
    padding-left: 20px !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

     sharmstr
    Moderator

    Copy the kleo_custom_comments function from /kleo/functions.php (around line 675) to your child theme’s functions.php file.

    You’ll see the comment date is using

    COPY CODE
    
     human_time_diff( get_comment_time('U'), current_time('timestamp') ) . ' ' . __("ago", "kleo_framework")
    

    Change that to whatever you want.
    http://hitchhackerguide.com/2011/02/12/get_comment_time/

    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: Need full width page #94433
     sharmstr
    Moderator

    Edit the row settings and set inner container to 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: Can this be achieved for FAQ section #94432
     sharmstr
    Moderator

    In VC split your row into 2 sections. In each section add a text block. Add links in the first block, the faq in the second.

    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: Need to have background colour on blog page #94431
     sharmstr
    Moderator

    They didnt change because you said your blog page, not your post pages.

    COPY CODE
    
    
    .blog .kleo-page, .single-post .kleo-page {
        background-color: #fff !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: Change cover image problem #94430
     sharmstr
    Moderator

    Its been fixed in the next update. In the meantime, go to /kleo/lib/plugin-buddypress/config.php and around line 426, change

    COPY CODE
    
    global $bp;
    

    to this

    COPY CODE
    
    if ( ! bp_group_use_cover_image_header() ) {
            return;
        }
    
        global $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: Change Cover Button Linking to 404 #94429
     sharmstr
    Moderator

    @beeverywhere Its been fixed in the next update. In the meantime, go to /kleo/lib/plugin-buddypress/config.php and around line 426, change

    COPY CODE
    
    global $bp;
    

    to this

    COPY CODE
    
    if ( ! bp_group_use_cover_image_header() ) {
            return;
        }
    
        global $bp;
    


    @corpor8chic
    I’ve already done this for you.

    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 Forum add from a User and i cant chance cover Photos #94427
     sharmstr
    Moderator

    Its been fixed in the next update. In the meantime, go to /kleo/lib/plugin-buddypress/config.php and around line 426, change

    COPY CODE
    
    global $bp;
    

    to this

    COPY CODE
    
    if ( ! bp_group_use_cover_image_header() ) {
            return;
        }
    
        global $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: Remove Title Woocommerce #94424
     sharmstr
    Moderator

    Whatever plugin you’re using for that page is causing the issue.

    put this in your css

    COPY CODE
    
    .post-type-archive-product .page-title {
        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: Need to have background colour on blog page #94422
     sharmstr
    Moderator

    Sorry, I was confused by your “default blog page” statement. I was thinking you meant that your home page was your blog page.

    Change .home-page to .blog

    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 Cover Button Linking to 404 #94414
     sharmstr
    Moderator

    @corpor8chic – I’m headed back into your site and connecting via FTP. If you see something strange, dont worry. Its just me.

    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: BG gradient, image quality and read more links #94412
     sharmstr
    Moderator

    Me toooo! I had no idea they added a new file.

    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: BG gradient, image quality and read more links #94410
     sharmstr
    Moderator

    Also, you should remove all the test messages I’ve put in those two files. I left them there so you can see whats going on.

    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: BG gradient, image quality and read more links #94408
     sharmstr
    Moderator

    #makessensenow2015!!!

    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: BG gradient, image quality and read more links #94407
     sharmstr
    Moderator

    Oh boy. So simple.

    Turns out BP 2.4 introduced a new header template file. /buddypress/members/single/cover-image-header.php

    So, depending on how you set things up, either cover-image-header.php or member-header.php will load

    BP Cover Photo enabled & Replace BP 2.4 functionality enabled = member-header.php

    BP Cover Photo enabled & Replace BP 2.4 functionality disabled and Allow registered members to upload cover images enabled. = cover-image-header.php

    BP Cover Photo disabled and Allow registered members to upload cover images enabled. = cover-image-header.php

    BP Cover Photo disabled and Allow registered members to upload cover images disabled. = member-header.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: BG gradient, image quality and read more links #94404
     sharmstr
    Moderator

    okay. doing it now.

    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: BG gradient, image quality and read more links #94400
     sharmstr
    Moderator

    Yes please.

    I’m trying to get it to dump all of the template calls. I first tried it in members-header.php but since its not calling that page, it didnt work.

    MAKES NO SENSE 2015!!!!

    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: Need to have background colour on blog page #94398
     sharmstr
    Moderator

    A few options

    Sets main container background to white, but leaves the image page background

    COPY CODE
    
    .home-page .kleo-page {
        background-color: #fff !important;
    }
    

    Sets the entire page background to white

    COPY CODE
    
    .home-page {
        background-color: #fff !important;
        background-image: none !important;
    }
    

    Put either in your 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: New magazine #94397
     sharmstr
    Moderator

    Rev Slider uses the posts Featured Image. Not video.

    The visual composer post grid shortcode uses featured images as well.

    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: BG gradient, image quality and read more links #94394
     sharmstr
    Moderator

    I blew up your site. Can you go into your child theme’s functions.php file and change

    COPY CODE
    
    <?php var_dump(debug_backtrace()); ?>
    

    to

    COPY CODE
    
    var_dump(debug_backtrace()); 
    

    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: BG gradient, image quality and read more links #94392
     sharmstr
    Moderator

    I’m going into your site to mess around with some 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: Revolution Slider Butons #94391
     sharmstr
    Moderator

    As I mentioned in the other topic, I cant even begin to help if you cant tell me what the 500 error says. You need to get that information from your server error logs. Let me know.

    In other news… Did the buttons work out the way you wanted?

    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 cover image problem #94390
     sharmstr
    Moderator

    The developers are already looking into this. I will let you know what the come up with as soon as they get back to me.

    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

    moving because this isnt a bug.

    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

    Woo itself doesnt search tags and neither does WP for that matter. Kloe’s search function merely stylizes the search interface and adds an ajax result list. It uses the built in search functions, so since woo and wp dont search tags, it wont either.

    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: Mobile Display on the Bag page #94387
     sharmstr
    Moderator

    Because of the custom thumbnail code you are using. https://archived.seventhqueen.com/forums/topic/how-to-make-thumbnail-bigger

    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 contact form error #94386
     sharmstr
    Moderator

    It looks like you have noreply@realtors.club set in Theme Options > Layout. It needs to be set to valid address.

    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 Title Woocommerce #94385
     sharmstr
    Moderator

    moving this topic since its not you are using Kleo, not Buddyapp

    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 Title Woocommerce #94384
     sharmstr
    Moderator

    Wp Admin > Pages. Click on your shop all trends page to edit it. Scroll down to Theme General Setting and turn off the title.

    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: profile picture & banner/ private function #94382
     sharmstr
    Moderator

    The profile picture is loading fine on your site. To set it up to look like the demo, enable Full width header in theme options > buddypress.

    This is what this forum is using for private replies https://pippinsplugins.com/bbpress-private-replies-extension/

    … moving this topic since its not a bug …

    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: @ Function not working #94381
     sharmstr
    Moderator

    Its an issue with your buddypress wall plugin. With it enabled @mentions dont 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: Image carousel full-width #94380
     sharmstr
    Moderator

    That’s what when we use rev slider 🙂

    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: post default page #94326
     sharmstr
    Moderator

    You’ll have to code that yourself or find a plugin that will add them.

    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 full-width #94323
     sharmstr
    Moderator

    Go into row settings and set inner container to 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: Revolution Slider Butons #94322
     sharmstr
    Moderator

    You’re running an old version of Kleo which doesnt have the newer version of Slider Revolution. Your version is so old in fact, that it doesnt work with Themeforest’s new code that tells you when there is a Kleo update. You’ll need to FTP the update to your server, then go to appearance > install plugins to get everything else up-to-date. On top of all of that, the slider revolution version 5 is totally different and you might have to fix your existing 4+ sliders to work with 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: activate #94321
     sharmstr
    Moderator

    moving because this isnt a bug

    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: activate #94320
     sharmstr
    Moderator

    If you dont have one, create a new page, name it activate and save. Then go to Settings > Buddypress > Activate and assign 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: Main Menu arrows/header #94314
     sharmstr
    Moderator

    Solution for hiding the carets: https://archived.seventhqueen.com/forums/topic/how-to-delete-the-tiny-arrows-after-each-main-nav-link#post-80199

    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 full-width #94313
     sharmstr
    Moderator

    So, you were trying to put a form over an image carousel? That’s not possible. In any case, its possible to have a full width image carousel: http://seventhqueen.com/themes/kleo/portfolio/portfolio-carousel-images/

    Lets talk about the rev slider issues you were having. Its possible to have a form within the slider. What problems did you have?

    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 - 1,961 through 2,000 (of 11,328 total)

Log in with your credentials

Forgot your details?