Forum Replies Created

Viewing 40 posts - 6,561 through 6,600 (of 11,328 total)
  • Author
  •  sharmstr
    Moderator

    You’ve asked for 2 different things. First you asked that it only show on profile pages. Now you’re asking that it only show to bp users. If you have buddypress enabled, anyone who is logged in is a buddypress member. So using the is_user_logged_in will automatically solve the “is bp user” you’re now asking for.

    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: Bouncing on Show More/Show Less in Group pages #61081
     sharmstr
    Moderator

    I dont have a solution. All I have is a history lesson regarding buddypress js files and wpengine.

    https://archived.seventhqueen.com/forums/topic/activity-stream-multiple-posts-with-every-post#post-55756

    So, if you’ve added the js files using this function: https://archived.seventhqueen.com/documentation/kleo#wp-engine

    Then you can remove it so it only loads one set of files, but it will probably break other 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: Restrict access #61077
     sharmstr
    Moderator

    There is no built in way to restrict the site using just Kleo options. You’ll need a plugin to do that. There are several. Pick the one that best suits your requirements. This one seems to be what you want. It was the first result in a google search: https://wordpress.org/plugins/restricted-site-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: Issues with Groups #61076
     sharmstr
    Moderator

    There’s not a function to replace the group type output.

    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: Issues with Groups #61070
     sharmstr
    Moderator

    I’m not saying the plugin is installed in cpanel. I’m saying look for caching at the host level. That could be any number of caching application supplied by your host. As I mentioned, I’ve tested this with two sites and its not a Kleo / BP 2.3 issue. You can try temporarily activating the WP 2015 theme and see if you still have the issue. I’m guessing you will.

    for the third question, you’ll have to copy /kleo/buddypress/groups/single/group-header.php to your child theme and replace this

    COPY CODE
    
    <h4 class="highlight"><?php bp_group_type(); ?></h4>
    

    with this

    COPY CODE
    
    <h4 class="highlight"><?php  bp_group_name(); ?></h4>
    
    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: Notification Avatars #61069
     sharmstr
    Moderator

    Try asking on the bp forums.

    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: 3.0 with Woo and BP #61065
     sharmstr
    Moderator

    I’ve been playing around with BP 2.3 There a few issues, mainly with staring messages since that never existed before. My guess is that this will further bump out Kleo 3.0 release.

    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: Restrict access #61063
     sharmstr
    Moderator

    Been asked and answered. Please search.

    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 Text Field Color on Profile Pages #61062
     sharmstr
    Moderator

    That’s because you have your background color the same as your border color. Theme Options > Styling > Main > 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: Attribute a specific MEMBERSHIP to registered users #61060
     sharmstr
    Moderator

    Please search before postsing https://archived.seventhqueen.com/forums/topic/help-with-paidmembership-pro#post-52158

    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: Notification Avatars #61056
     sharmstr
    Moderator

    BP doesnt give you and easy way to do that. The notification table only has a userid for who the notification belongs to, not who triggered it. I’m not saying it isn’t possible, but it would take a lot of custom coding to get the avatar of who initiated the notification because you’d have to search for it in the appropriate table (blog post, mentions, messages.)

    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

    The posts archive thumbnails are generated based on whatever you select for post type. So if its a video post type, you need to supply a link to the video in Theme General Settings > Media. When you do that, it will automatically put the video at the top of the post as well. You can turn that off in Theme General Settings > Media if you want.

    I did that for you in the Foxy Expectations post

    http://community.bridgingstars.org/category/videos/

    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: Issues with Groups #61053
     sharmstr
    Moderator

    just an fyi – The current version of Kleo has a few BP 2.3 issues, but this is not one of them. I tested it on two of my sites and cant recreate the issue. Basically, what’s happening on your site is that its trying to retrieve a previous group avatar. Again, that is usually an indication of a caching 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: Issues with Groups #61051
     sharmstr
    Moderator

    It looks like your site is caching old info. I see that you have the supercacher plugin disabled in WP but I’m guessing its not disabled on your host. Log into your host and disable it. Let me know if that solves 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: Membership | Receive and send Private Message #61049
     sharmstr
    Moderator

    Members that are restricted can receive, but can not open/read the message, can not reply to the message, nor can they compose a new message.

    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 Membership Level #61046
     sharmstr
    Moderator

    This is not a kleo question. https://wordpress.org/support/topic/converting-plans-of-multiple-members

    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: Header Content(optional) #61043
     sharmstr
    Moderator

    @abe – fyi

    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: Header Content(optional) #61042
     sharmstr
    Moderator

    I’ll talk to the developers about fixing this, but in the meantime, try putting single quotes around the text instead of doublequotes.

    [kleo_divider type="short" position="center" text='Short 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

     sharmstr
    Moderator

    Disable social invitations and see if you still have the issue. I think maybe the app id error is coming from that plugin.

    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

    Then one of your plugins is causing the issue. The screenshot I gave you was from 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

     sharmstr
    Moderator

    Go here and fetch new info: https://developers.facebook.com/tools/debug/og/object/

    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 help with theme #60971
     sharmstr
    Moderator

    In the future, please search before posting. All of your questions have been asked and answered.

    The only new part of all of this is the ‘darker top bar background’ which is a new theme option in Kleo 3.0 which will be released soon. All it does is take whatever color you have set for the header background and makes it a bit darker. If you want to customize it further, you can do a search here. As I’ve said, its been discussed.

    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

    If you debug your page, you can see the issue. Looks like you didnt set up fb correctly.

    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.
     sharmstr
    Moderator

    Please read the buddypress codex: https://codex.buddypress.org/developer/template-tag-reference/

    bp_is_user()
    Used to determine if the current page is a user 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

     sharmstr
    Moderator

    No, the same thing happens on the demo site (see attached). The related carousel doesn’t necessarily show the full image. It uses aq_resize to resize the full image on the fly. Check out line 131 of /kleo/page-parts/post-content-carousel.php. aq_resize is passed $kleo_config[‘post_gallery_img_width’], $kleo_config[‘post_gallery_img_height’] and set to hard crop. Those sizes are hardcoded to

    COPY CODE
    
    //Post image sizes for carousels and galleries
    $kleo_config['post_gallery_img_width'] = 480;
    $kleo_config['post_gallery_img_height'] = 270;
    
    

    So, if you want to ensure that your images will display the way you want them to every time, make sure they have the same width/height ratio as stated above.

    Alternatively, you can copy the above file into your child theme and changed the aq_resize parameters. https://github.com/syamilmj/Aqua-Resizer

    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: Change height of cober image to 600px #60946
     sharmstr
    Moderator

    soon

    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

    bp_is_user

    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: Ajax search box color #60916
     sharmstr
    Moderator

    @chunkee – Dont edit any css files except /kleo-child/styles.css. The code to change the search input is

    COPY CODE
    
    #ajax_searchform input {
      color: #ccc !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

    You’ll need a plugin. Several of us use Menu Item Visibility control.

    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: Help with Registration #60903
     sharmstr
    Moderator

    That’s not Kleo. Kleo only stylizes the output of Buddypress. You should ask on the buddypress forum, but I can tell you that you’ll either have to hire someone to code that for you or find a plugin (doubt there is one).

    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

    I changed the row top padding. Try 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: How to fix row gap issue? #60848
     sharmstr
    Moderator

    Do you have margins set at the column level? Go into column settings, then click on design options.

    You can also try negative gaps. -30px

    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

    I already did that for you. I set it to hidden on the 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: Change height of cober image to 600px #60845
     sharmstr
    Moderator

    Group cover full width is available in kleo 3.0

    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

    Sticky menu has to be enabled. 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

     sharmstr
    Moderator

    Give me 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: Change height of cober image to 600px #60834
     sharmstr
    Moderator

    Group cover full width is available in kleo 3.0

    Try this

    COPY CODE
    
    #item-header {
      min-height: 600px;
    }
    
    #item-header img.avatar {
      width: 200px !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

    do you have a top padding set on the first 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

     sharmstr
    Moderator

    Even if I had access to the info, I wouldnt post it, bypassing their fee. You get their plugin for free. Add-ons and support are paid. Sounds like a great deal 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

    in reply to: How to Add My Articles Tab #60803
     sharmstr
    Moderator

    It will auto add it to anyone who is an author. Please see the plugin documentation for 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

Viewing 40 posts - 6,561 through 6,600 (of 11,328 total)

Log in with your credentials

Forgot your details?