Forum Replies Created

Viewing 40 posts - 2,121 through 2,160 (of 11,328 total)
  • Author
  • in reply to: Changing profile pics #93834
     sharmstr
    Moderator

    🙂 Have you read the buddypress documentation. The answers to the last few questions you’ve asked are in it.

    https://codex.buddypress.org/

    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: visual composer and places not showing on the edit page #93833
     sharmstr
    Moderator

    GeoDirectory isn’t a 7th Queen plugin. I only mention that because you said “your directory”.

    That’s correct. VC doesnt work with Geo https://wpgeodirectory.com/support/topic/catchable-fatal-error-visual-composter-compatibility/#post-29103

    Disable VC for GD_place and you’ll be able to add media to the description (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: Kleo Pinterest Style Activity Stream #93831
     sharmstr
    Moderator

    That would take extensive css code to make it work which is beyond the scope of support. If you’d like to get a quote on this work, contact dev@seventhqueen.com.

    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 Facebook Like Button #93829
     sharmstr
    Moderator

    Try this in your quick css

    COPY CODE
    
    .fb_type_standard, .fb_type_standard iframe {
        height: 40px !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: Theme update bugs #93828
     sharmstr
    Moderator

    Without knowing the errors, I couldnt even guess 🙂

    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: SLL Problems: Login, Slider Revolution #93827
     sharmstr
    Moderator

    Look for plugin conflicts. Disable everything except K-elements, rev slider and vc. You’re site is loading files over https now, but its throwing an error on a plugin in /appfbconnect.

    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: Reducing the size of sidebar #93826
     sharmstr
    Moderator

    Because you’re using a left side bar. Here’s the code for that. Sorry

    COPY CODE
    
    @media (min-width: 768px) {
        .woocommerce-page .sidebar.sidebar-main.col-sm-3.sidebar-left.col-sm-pull-9 {
            width: 15%;
        }
        .woocommerce-page .template-page.col-sm-9.col-sm-push-3.tpl-left {
            width: 85%;
        }
        .woocommerce-page .template-page.col-sm-push-3 {
            left: calc(15% - 1px);
        }
        .woocommerce-page .col-sm-pull-9 {
            right:85%;
        }
        .woocommerce-page .sidebar .search-field {
            width: 160px;
        }
    }
    
    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: Ongoing Payments with Paypal Standard #93780
     sharmstr
    Moderator

    As far as I know. Did you ask the PMPro people? Its their plugin after all 🙂

    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 via Facebook in Woocommerce checkout page #93779
     sharmstr
    Moderator

    Oh wait. I read that wrong.

    That’s correct, its only for returning customers since registration via facebook does not have address details. 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

    in reply to: Ongoing Payments with Paypal Standard #93777
     sharmstr
    Moderator

    Use a plugin like PMPro. They have reoccurring payments 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: Change Cover Button Linking to 404 #93776
     sharmstr
    Moderator

    I havent forgotten about you. This is an odd-ball. I’ll let you know when I 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: Reducing the size of sidebar #93775
     sharmstr
    Moderator

    forgot to say…

    change the percentages to suit.

    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: Reducing the size of sidebar #93774
     sharmstr
    Moderator

    Try this in your quick css (assuming your have a right sidebar since you didnt say)

    COPY CODE
    
    @media (min-width: 768px) {
    .woocommerce-page .template-page.col-sm-9.tpl-right {
    width:85%;
    }
    .woocommerce-page .sidebar.sidebar-main.col-sm-3.sidebar-right {
        width: 15%;
    }
    }
    
    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: The Login Prompt is hang and unable to login #93771
     sharmstr
    Moderator

    Disable object caching. Purge your cache.

    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: The Login Prompt is hang and unable to login #93769
     sharmstr
    Moderator

    Everyone else that’s had that issue determined it was an issue with object caching.

    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 via Facebook in Woocommerce checkout page #93765
     sharmstr
    Moderator

    Did you try this? https://archived.seventhqueen.com/forums/topic/facebook-login-on-checkout-returning-customer-login#post-42801

    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: page excerpt not showing #93728
     sharmstr
    Moderator

    I just did it on my site and it works fine. Respond privately with admin credentials so I can 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

    in reply to: Get functions as seen in demo theme #93726
     sharmstr
    Moderator

    Its Visual Composer so its in the page editor. See attached.

    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: page excerpt not showing #93718
     sharmstr
    Moderator

    The code adds the excerpt meta box to the page editor. You are using VC on your pages which will screw up excerpts derived from the content anyways because of the shortcodes.

    Double check the page in page editor. If you dont see an excerpt field, click on screen options and see if you can enable it. Once you have it, type in your excerpt, save and kleo will display 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: Register & Activate pages not showing up #93717
     sharmstr
    Moderator

    Because you’re logged 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: Get functions as seen in demo theme #93707
     sharmstr
    Moderator

    The animated stars are the galaxy particles shortcode in 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: kleo portfolio #93701
     sharmstr
    Moderator

    The update I was referring to hasnt been released yet. Just ignore the message for now. Its harmless.

    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 portfolio #93683
     sharmstr
    Moderator

    You can safely ignore that. That message has been removed in the next update.

    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 #93667
     sharmstr
    Moderator

    Site isnt launched yet right? I’m going to be playing with things so just want to make sure I’m not going to interrupt anything.

    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: Sitewide Activity #93666
     sharmstr
    Moderator

    It goes in your functions.php file. No css needed.

    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 add a group? #93646
     sharmstr
    Moderator

    Anytime

    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 update bugs #93643
     sharmstr
    Moderator

    Looks like you’ve sorted 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: How to add a group? #93642
     sharmstr
    Moderator

    Did you find 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: Dashboard #93641
     sharmstr
    Moderator

    Did that 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

    in reply to: How to get users by role by Member Carousel user type. #93634
     sharmstr
    Moderator

    If you look in /k-elements/shortcodes/templates/buddypress/kleo_bp_members_carousel.php, you’ll see that the type arguments are passed to the bp_has_members function. That function doesnt filter by WP user roles.

    Since bp_has_members does have an include parameter, you can probably edit the arguments to pass a list of your admins users ids.

    https://codex.buddypress.org/developer/loops-reference/the-members-loop/#accepted-parameters

    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 #93633
     sharmstr
    Moderator

    If you’d like me to look at this, please provide credentials. Thank 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: Several Questions involving search and profiles #93632
     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: How to add a group? #93631
     sharmstr
    Moderator

    Its whatever page you set for your groups in Settings > Buddypress > 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: Sitewide Activity #93630
     sharmstr
    Moderator

    It took me forever to figure this out, so I wont be tweaking it for you, but….

    Try this code if you want. It doesnt differentiate between the Kleo Activity Stream shortcode and the buddypress activity page. In other words, it will filter all instances of New Post activities. It looks for a featured image for the post. If it finds one, it only returns the featured image. If it doesnt find one, it displays the post excerpt as it normally would.

    COPY CODE
    
    add_filter( 'bp_get_activity_content_body', 'strip_post_excerpt' );
    function strip_post_excerpt( $array  ) {
        global $activities_template;
    
        if ( 'new_blog_post' == $activities_template->activity->type ) {
            $thumb = get_the_post_thumbnail( $activities_template->activity->secondary_item_id, 'full' );
            if ( $thumb ) {
                $array = $thumb;
            }
        }
        return $array;
    }
    

    I hope you find it useful.

    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: Body font size theme settings doesn't respond #93617
     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: Body font size theme settings doesn't respond #93607
     sharmstr
    Moderator

    In that link, I say to add the following to your child theme’s functions.php file. Did you try that?

    COPY CODE
    
    add_filter( 'kleo_theme_options_ajax', '__return_false' );
    
    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 add a group? #93605
     sharmstr
    Moderator

    Its only available on the frontend in the groups directory, not in their profile. If you dont see it in the groups directory, make sure you have Settings > Buddypress > Settings: “Enable group creation for all users” turned 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: Several Questions involving search and profiles #93603
     sharmstr
    Moderator

    1 – Budddypress 2.4 introduced profile covers. Before that we used BP Profile Cover plugin. You need to decide which one you want to use. If you want to continue to use BP Profile Cover plugin (suggested) then go to Settings > Buddypress > Settings and enable Replace BP functionality.

    2 – The admin credentials you’ve supplied arent working, but my guess is that your test users are being block from those pages because of what you’ve set in Theme Options > Membership.

    2 sub – There isnt a Kleo geo plugin, so not sure what you mean. Since Kleo only stylizes the output of both the Geo and Profile Search plugins, you’ll have to ask those developers if its possible. The BP Profile search plugin only searches BP extended profile data, so if the GEO add-on doesnt store the users location in extended profile fields, then I doubt its possible.

    3 – No, not really. You can create new pages with forum data, but not use them to replace the main pages. Both BP and bbp uses php templates to display pages.

    4 – You can use the either Kleo Icon or Icon shortcodes to add a link to LinkedIN.

    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: Appearance – Customize – error #93553
     sharmstr
    Moderator

    Do you have buddypress for visual composer plugin installed? Looks like its coming from that plugin http://codecanyon.net/item/buddypress-for-visual-composer/10948126/comments?page=1&filter=all#comment_10297424

    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 configuration #93551
     sharmstr
    Moderator

    Did you find 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

Viewing 40 posts - 2,121 through 2,160 (of 11,328 total)

Log in with your credentials

Forgot your details?