Forum Replies Created

Viewing 40 posts - 521 through 560 (of 11,328 total)
  • Author
  • in reply to: Contact Form Send Button #105899
     sharmstr
    Moderator

    Try this in your quick css

    COPY CODE
    
    .wpcf7 input[type="submit"] {
        color: #000;
        border-color: #000;
    }
    
    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: Removing Total Member count #105897
     sharmstr
    Moderator

    It also shows up on the members directory. In any case, you’ll have to edit the buddypress templates. Ask on the buddypress forums.

    Otherwise, if you want to hide it all together, you can use this css

    COPY CODE
    
    #members-all, #activity-all {
        display: none;
    }
    #member-dir-count-top {
        display: none;
    }
    #member-dir-count-bottom {
        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

    You did do something. You set the login page to the Front Page in Settings > Reading. If you wish to keep it that way, then go to Appearance > Theme Options and set the login redirect page to something other than default.

    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: Sorting by Ascending Date On Post Grid Doesn’t Work #105894
     sharmstr
    Moderator

    When you bump a topic, you are actually moving your topic further down our list since we respond by oldest date first. You should stop doing that.

    Somehow the shortcode code was corrupt. I deleted it and readded it and 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: Revolution Slider Templates #105888
     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: Revolution Slider Templates #105887
     sharmstr
    Moderator

    Link to demos is in the documentation: https://archived.seventhqueen.com/documentation/kleo#revslider

    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 menu and page setup #105886
     sharmstr
    Moderator

    1 – Can you be specific? There’s no difference in page and menu setup than there is with anything else really. There are some woo specific items in Theme Options. There’s a few demo pages that are built using VC which you can import by going to Appearance > Demo Data > Specific page.

    2 – You’ll need to translate woo to change default labels. This isnt a function of 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: Top Bar, Main Header, and Title Section Colors #105884
     sharmstr
    Moderator

    Theme Options > Headers Options > Top Bar Darker.

    There are several topics on this site that discuss changing the top bar color with custom 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: Problem with bbPess Forum #105881
     sharmstr
    Moderator

    I dont understand what you mean. Buddyrpess uses bbPress for their forum functionality. According to your source code, you have bbpress installed and running.

    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: theme options changes not working #105880
     sharmstr
    Moderator

    Why are you surprised? They are added by default. That’s how 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

     sharmstr
    Moderator

    You have “Default” set in Theme Options > Login Redirect. It says there that the “default” is the default WP behavior. The default WP behavior is to go to the home page (which again, you’ve set to the login page). That’s why you’re getting a redirect loop. Change the redirect to somewhere else.

    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: Several issues with BBpress + VC #105877
     sharmstr
    Moderator

    1 – I added css in quick css to hide the title on the forum root. Check your CPT archive settings in Yoast to change the SEO title.

    2 – Your community page is using VC right now. I didnt want to change that to see the difference you’re talking about so I did it on my site. I’m not seeing a difference. Can you create a test page (I didnt want to do this without your permission) without using VC so I can see the difference and provide some css to fix?

    3 – Without details, I can only guess that the titles was the issue. I added some css into your quick css to adjust it. Let me know if there was something specific you wanted changed.

    4 – Added css to change the search form to 50%

    5 – You didnt have forum search enabled in Settings > Forums.

    Note – Purposely added the css changes to quick css so you could see what I did. Feel free to move them to your child 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: Site layout broken after update to 3.9.1 #105865
     sharmstr
    Moderator

    Turn off transparent main menu in Theme Options. Since you dont have Sticky Menu enabled, you’ll have to click “on” for that first, then you’ll see “transparent main menu”. Click off, then click off for sticky menu and save.

    Only enable on pages that need it by editing the page and scrolling down to Theme General Settings.

    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

    1 – The issue is that they recently added a check for the nonce field, but failed to add it to the ajax call. I’ll add a fix for this in the next update. In the meantime, go to /buddyapp/functions.php and comment out the nonce check. Around line 905 look for

    COPY CODE
    
    check_ajax_referer( 'kleo-ajax-lost-pass-nonce', 'security-lost-pass' );
    

    and change it to

    COPY CODE
    
    //check_ajax_referer( 'kleo-ajax-lost-pass-nonce', 'security-lost-pass' );
    

    2 – I dont understand the issue. Please explain.

    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: Category Options from Magazine Demo #105862
     sharmstr
    Moderator

    It uses the body font size. To override it, put this in your quick css

    COPY CODE
    
    .news-focus .kleo-tabs .tabs-style-line li a {
        font-size: 20px;
    }
    
    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: Removing breadcrumbs from only the homepage #105860
     sharmstr
    Moderator

    That’s not controlled by Kleo. Its controlled by WP and I believe you need to translate 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: update change log? #105859
     sharmstr
    Moderator

    After you install the update, go to Appearance > Install Plugins.

    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

    That’s happens when there is no background image and you’re using the Buddypress version of the cover photo. That’s fixed in Kleo 4.0 which will be released shortly. In the meantime, enable “Replace BP 2.4 Functionality” in Settings > Buddypress > Settings to fix 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: How to disable login function #105793
     sharmstr
    Moderator

    Wp Admin> Apperance > Widgets > Main Sidebar. Delete the login widget.

    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 get the proper display of the woocommerce shop #105754
     sharmstr
    Moderator

    Great!

    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

    You’re not using Kleo. You opened this support topic in the Kleo forum so you can scratch my comment about register and login forms in my first respond.

    The developers didnt add a logo to the registration page. I’ll get you a fix for that shortly.

    Registration is always directed to a confirmation message, not the home page.

    You add fields by creating them in Users > Profile fields. Its in the Buddypress documentation: https://codex.buddypress.org/administrator-guide/extended-profiles/

    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: V3.9 issues #105698
     sharmstr
    Moderator

    All I know is that its coming out soon.

    I dont have a suggestion 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: Row #105697
     sharmstr
    Moderator

    Does this css resolve that?

    COPY CODE
    
    @media (max-width: 991px) {
    .seven-column {
        width: 100%;
    }
    .seven-column .vc_col-sm-1 {
        width: 14%;
    }
    }
    
    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: Background #105508
     sharmstr
    Moderator

    You should really read the documentation: https://archived.seventhqueen.com/documentation/kleo#shortcodes

    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: Background #105507
     sharmstr
    Moderator

    The background image is in the row settings. Click on the pencil icon on the top right of that row.

    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: Background #105505
     sharmstr
    Moderator

    Here’s a better link to the documentation: https://archived.seventhqueen.com/documentation/kleo#login-redirect

    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: Background #105504
     sharmstr
    Moderator

    Currently the facebook login is part of the modal popup. You can add that to your menu or to a link/button your create: https://archived.seventhqueen.com/documentation/kleo

    In Kleo 4.0, you’ll be able display the form on a page without using the modal.

    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: Forum Index Page Empty #105500
     sharmstr
    Moderator

    Hard to say. It wouldnt hurt to reinstall buddypress since that’s the plugin you’re having problem with.

    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: Forum Index Page Empty #105494
     sharmstr
    Moderator

    I just tested it with the WP 2015 Theme enabled and it still doesnt work. That rules out Kleo as being the problem. With the fact that you had corrupted files in Kleo, I would be surprised if you had corrupted files elsewhere.

    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 was not updated with KLEO v3.9.1 #105491
     sharmstr
    Moderator

    This is not a bug. Woo is not bundled with Kleo. You need to update woo just like you would BP or BBP

    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: Forum Index Page Empty #105490
     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: Forum Index Page Empty #105485
     sharmstr
    Moderator

    The reupload seems to have fixed the many issues with your site. At this point, I’ve only enabled the Kleo suggested plugins. Please go to your site and make sure at this point (with all of your extra plugins disabled) that everything is working as it should. If so, then you can start enabling your extra plugins. Any issue you find at that point will be because of the extra plugins.

    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: Forum Index Page Empty #105483
     sharmstr
    Moderator

    Notes of the issues I’ve found so far….

    – sidebars werent being generated because your /kleo/kleo-framework/lib/class-multiple-sidebars.php file was completely empty.

    Because of that I decided to reupload all Kleo files. My thinking is that there are other files that are either empty or corrupt.

    – In kleo-child/styles.css: You have //grupy ikony which is not the correct way to comment a css file. Anything below that line will not work. The correct way is /*grupy ikony*/

    I’ll update you when after the reupload is complete.

    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: My article appear in activity #105480
     sharmstr
    Moderator

    @slawek247 – I see new post activities in your feed.

    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: Red Border on mobile #105479
     sharmstr
    Moderator

    I dont see a red border.

    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: any Quetions #105478
     sharmstr
    Moderator

    Have you seen this? http://www.paidmembershipspro.com/offer-check-payment-option-membership-level/

    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: Forum Index Page Empty #105475
     sharmstr
    Moderator

    Also, take a backup of your site. I want to reupload kleo and some plugins. Let me know when you’ve created the backup and its okay for me to proceed.

    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: Forum Index Page Empty #105474
     sharmstr
    Moderator

    Can I get FTP credentials?

    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 get the proper display of the woocommerce shop #105470
     sharmstr
    Moderator

    The first thing you should do is upgrade Kleo. The version of Kleo you’re running isnt compatible with the version of Woo that you’re running.

    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: My article appear in activity #105468
     sharmstr
    Moderator

    Do you have Site Tracking enabled in Wp Admin > Settings > 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

Viewing 40 posts - 521 through 560 (of 11,328 total)

Log in with your credentials

Forgot your details?