Forum Replies Created

Viewing 40 posts - 4,481 through 4,520 (of 11,328 total)
  • Author
  • in reply to: how to change the size icon "user-xprofile" ? #71611
     sharmstr
    Moderator

    Put this in your quick css. Change 5 whatever you want.

    COPY CODE
    
    #buddypress div#item-nav ul li a:before{font-size:5em;}
    
    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: wrong colored squares #71609
     sharmstr
    Moderator

    The class for the forum

    COPY CODE
    
    #bbpress-forums .hentry div.bbp-reply-content:before, #bbpress-forums .hentry div.bbp-topic-content:before {
    background: #333 !important;
    border-color: #B39F83 !important;
    }
    

    I dont know what dropdown menu that is. Can you translate?

    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: Member Type Tabs not displaying #71606
     sharmstr
    Moderator

    How old are the buddypress-functions.php files in your child theme? Try enabling kleo parent temporarily to see if the types show up on the directory.

    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: caret color menu item hover #71605
     sharmstr
    Moderator

    I lied !

    COPY CODE
    
    .open .caret:after {
        color: red !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: caret color menu item hover #71597
     sharmstr
    Moderator

    But…. That’s only going to work if you hover over the caret. You’d need some sort of javascript to change the caret color when you hover over the text (i.e. community)

    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: caret color menu item hover #71596
     sharmstr
    Moderator

    try this

    .navbar-nav .caret:hover:after {
    color: #00b9f7 !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: Member Type Tabs not displaying #71595
     sharmstr
    Moderator

    Need access please.

    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: Posts Carousel customization #71594
     sharmstr
    Moderator

    The template to edit is /page-parts/post-content-carousel.php. Cant really answer your question about reusing the templates.

    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: Problems with contact forms #71593
     sharmstr
    Moderator

    Your site is taking way too long to load so I cant check for myself. But you set the to email address in theme options > layout.

    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: media grid responsiveness #71590
     sharmstr
    Moderator

    There’s no way to do that in css. I think you can do what you want by building two rows. One that will have a grid and one that will have an image carousel and controlling which one is displayed to each device using the Response visibility in the row 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

    in reply to: Change Fonts #71589
     sharmstr
    Moderator

    Try putting this in your child theme functions.php file, then save your theme options again

    COPY CODE
    
    add_filter( 'kleo_theme_options_ajax', '__return_false' );
    

    If that doesnt work, clear your cache and/or purge your cdn if you have one in place.

    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: Uploading media Icon not appears on Active stream #71585
     sharmstr
    Moderator

    All the jquery scripts are being blocked. If you’ve recently switch to ssl, you probably need to flush your cache/cdn.

    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: Uploading media Icon not appears on Active stream #71577
     sharmstr
    Moderator

    Its in the rtMedia 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

    in reply to: Uploading media Icon not appears on Active stream #71574
     sharmstr
    Moderator

    You have allow upload in activity stream set to off

    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: Uploading media Icon not appears on Active stream #71566
     sharmstr
    Moderator

    We need access to see what’s 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

     sharmstr
    Moderator

    No there is 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

     sharmstr
    Moderator

    That’s old code and its been updated to work with newer versions of BP. Please see the Kleo documentation: https://archived.seventhqueen.com/documentation/kleo#wp-engine

    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: ERR_TOO_MANY_REDIRECTS #71560
     sharmstr
    Moderator

    I’ve done extensive testing on your site. It still happens with the WP 2015 Theme enabled, so its not Kleo. I created a test account page called kleo-test that will show the woo account page. The issue seems to be when woo wants to take over the my-account slug because if I change the setting in woo to use kleo-test, then the redirect happens again. Maybe try reinstalling woo? Have you asked woo about 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: Can not login #71549
     sharmstr
    Moderator

    Kleo doesnt do any blocking. You can test this by temporarily enabling the 2015 theme and trying to log in. Maybe you have a plugin that’s doing that like Limit Login Attempts.

    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 Button Links & Particles #71546
     sharmstr
    Moderator

    Here’s the fix https://archived.seventhqueen.com/forums/topic/button-not-clickable-with-galaxy-particles#post-68410

    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 DashBord Configuration not corresponding #71544
     sharmstr
    Moderator

    I’m going to assign this to someone from 7th queen. I’m pretty sure I’m correct in thinking its a caching issue, but I cant convince you of that. Perhaps someone else can figure it out.

    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: 404 error after editing pages #71543
     sharmstr
    Moderator

    There is a kleo_contact_form function in /kleo/lib/theme-functions.php. You can copy that to your child theme and wrap the output in an @is_page conditional check: https://codex.wordpress.org/Function_Reference/is_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: Revolution Slider Not Working #71541
     sharmstr
    Moderator

    You’re page threw 2700+ errors when I went to 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.
    in reply to: Show Online Members Not Working #71540
     sharmstr
    Moderator

    In looking at the code, the interval is 5 minutes. In your picture, Bob was active 11 minutes ago. So, its correct.

    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 upload theme #71527
     sharmstr
    Moderator

    A common mistake is trying to install using the full zip file from theme forest. You must first unpack the zip file, then use the kleo.zip file located in the wordpress folder.

    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 Voucher info to woocommerce in BuddyPress #71512
     sharmstr
    Moderator

    The integration code is in /kleo/lib/plugin-woocommerce/config.php starting around line 1428. It doesnt display the woo my account page. It displays sections of it. It uses bp_setup_nav to create the profile tab and submenus and bp_template_content to output the results of wc_get_template calls. The templates that are called are

    myaccount/my-orders.php
    myaccount/my-downloads.php
    myaccount/form-edit-address.php
    myaccount/form-edit-account.php

    I’m guessing the plugin injects its code using an action that is in the default woo my account page. You could build another submenu with the profile and call their code, similar to how I did the integration.

    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: Number of activ members in activity #71503
     sharmstr
    Moderator

    I think it has something to do with the member types changes that were added. Will let you know once we figure it out.

    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 Updates Change Log #71502
     sharmstr
    Moderator

    The tabs will display automatically on the members directory if when you registered the type you also specified that it will have a directory. If that’s not happening for you, open a new support topic. Lets keep this topic for change log entries.

    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

    Did you try deleting the Kleo folder so it loads a different 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: 404 error after editing pages #71500
     sharmstr
    Moderator

    1 – I didnt do anything.
    2 – great

    Depends on what you mean by ‘conflict’.

    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: turning off js animation in activity and gallery? #71499
     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

    in reply to: Featured Post Carousel #71437
     sharmstr
    Moderator

    It only shows up on the main blog page. Not archive 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: Kleo 3.0.6 WordPress Failure Notice #71436
     sharmstr
    Moderator

    You need to unpack that zip file. Step 1 of the install documentation: https://archived.seventhqueen.com/documentation/kleo#install-from-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: 404 error after editing pages #71435
     sharmstr
    Moderator

    1 – I dont see title, footer or socket on the page

    2 – Did you look for a plugin conflict like I have suggested? Have you ruled out any of your customization? The comments is controlled by buddypress.js which it appears you have customized in 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: How To Recreate Portfolio Demo #71410
     sharmstr
    Moderator

    Do you have VC enabled for Portfolios??? Wp Admin > VC

    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: Dynamic Navbar #71406
     sharmstr
    Moderator

    Ahhh. Kleo can tell difference when you use light text or dark text. Its a new thing that I forgot about. Since changing it to white text it changes the css class from .on-dark-bg to .on-light.bg. So, try this instead for the second bit of code I gave you.

    COPY CODE
    
    
    .navbar-transparent.on-light-bg .navbar .kleo-main-header.header-scrolled .navbar-nav>li>a, .navbar-transparent.on-light-bg .navbar .kleo-main-header.header-scrolled .navbar-nav .caret:after {
        color: #000 !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 Recreate Portfolio Demo #71405
     sharmstr
    Moderator

    That’s an accordion. Use the VC accordion shortcode: https://wpbakery.atlassian.net/wiki/display/VC/Content+Elements#ContentElements-Accordion

    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, #71403
     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

    in reply to: Dynamic Navbar #71402
     sharmstr
    Moderator

    Hmmm. Did you change the text color using theme options or custom css?

    Respond privately with a link please.

    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: 404 error after editing pages #71399
     sharmstr
    Moderator

    I changed the animation direction and put “px” on your padding. Check 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

Viewing 40 posts - 4,481 through 4,520 (of 11,328 total)

Log in with your credentials

Forgot your details?