Forum Replies Created

Viewing 40 posts - 3,801 through 3,840 (of 11,328 total)
  • Author
  • in reply to: logo on profile page #78203
     sharmstr
    Moderator

    There’s no special logo for the profile page. That’s the standard website logo which is set in theme options.

    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: logo on profile page #78133
     sharmstr
    Moderator

    Logo? If you mean the users avatar, they can change that in their profile. https://codex.buddypress.org/member-guide/profile-change-profile-photo/ If you mean the profile cover photo (behind the avatar) then you need to install the plugin. https://wordpress.org/plugins/buddypress-cover-photo/

    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: CSS modifictaions #78046
     sharmstr
    Moderator

    Because I’m magical 🙂 Actually, its the !important declaration.

    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: hide page in menu when logged out #78027
     sharmstr
    Moderator

    Please search before posting. This has been asked and answered many times. There are several plugins that do this. Here’s one: https://wordpress.org/plugins/menu-items-visibility-control/ here’s another: https://wordpress.org/plugins/nav-menu-roles/

    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: Round photos on buddypress compliments #78020
     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

     sharmstr
    Moderator

    That’s 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: Round photos on buddypress compliments #78009
     sharmstr
    Moderator

    Its pretty easy to figure these things out. Right click on the image and inspect it. That will bring up your browsers developer tools. You’ll be able to see the class name to use. In this case its

    COPY CODE
    
    .comp-user-avatar img {
        border-radius: 100% !important;
    }
    

    Here’s a link to the chrome dev tools documentation: https://developer.chrome.com/devtools

    Hopefully this will help you in the future with all of the non-kleo standard plugins you’ll be using 🙂

    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: Round photos on sabai discuss #78008
     sharmstr
    Moderator

    No need to apologize. The issue is that I dont know. They dont use a normal image. They are setting the image to be the background of the link so the roundness of the image only happens on the left side. Again, you need to talk to them. Ask them specifically how to make the avatar round.

    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: Create a group #78004
     sharmstr
    Moderator

    It only exists in one place and that’s on the group directory page http://www.yoursite.com/groups

    If its not there, look for a plugin 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: Round photos on sabai discuss #78003
     sharmstr
    Moderator

    I assume that you use it like I’ve shown you how to use the other ones

    COPY CODE
    
    .sabai-user-with-thumbnail {
     border-radius: 100% !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: Drop down menu from top menu not working #78001
     sharmstr
    Moderator

    Try this in your quick css

    COPY CODE
    
    .top-menu {
        z-index: 1600 !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: Page elements for logged out users only #77999
     sharmstr
    Moderator

    Use the Content By User Type 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

    in reply to: Round photos on sabai discuss #77998
     sharmstr
    Moderator

    What do you need from me? They gave you instructions. Did you follow 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: the revolution plugin dispeared #77996
     sharmstr
    Moderator

    Here: https://archived.seventhqueen.com/forums/topic/kleo-updates-change-log

    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 only for registered users #77995
     sharmstr
    Moderator

    If I want the users to go through an approval process, I use BP Reg Options.

    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

    Kleo doesnt have one. Perhaps there’s a plugin that will give you that.

    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: 2 types of users #77991
     sharmstr
    Moderator

    You should read the buddypress documentation if you plan on running a buddypress site. Here’s a link: 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: 2 types of users #77990
     sharmstr
    Moderator

    Yes I mean http://www.yoursite.com/members. You cant edit it like a normal page. Buddypress doesnt work that way. You will see the filter when you visit 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: site only for registered users #77888
     sharmstr
    Moderator

    That’s not a function of the theme. You’ll need a plugin. I personally use a combination of this https://wordpress.org/plugins/jonradio-private-site/ and this https://wordpress.org/plugins/bp-registration-options/

    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: News Magazine #77880
     sharmstr
    Moderator

    Got it. In the future, help us by being more specific about the issue. It will save us a ton of time and effort.


    @abe
    – Can you take a look at this? To summarize, the carousel isnt rendered when selecting a specific category in the News Focus shortcode. 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: Ad Clef Two-Factor Authentication to login Popup #77860
     sharmstr
    Moderator

    Not without seeing 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: News Magazine #77856
     sharmstr
    Moderator

    As with the blog, the news focus will use your gallery images, not the featured image, if you have the post format set to gallery. The only time it will use the featured image is if the post format is set to standard or image.

    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: Ad Clef Two-Factor Authentication to login Popup #77848
     sharmstr
    Moderator

    I will say that will put it after the remember me button, which actually makes more sense than your sample image.

    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: Ad Clef Two-Factor Authentication to login Popup #77847
     sharmstr
    Moderator

    try changing it to kleo_after_login_form

    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 revolution plugin dispeared #77846
     sharmstr
    Moderator

    It wont display if its installed and at the correct version for the theme version you have 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: News Magazine #77839
     sharmstr
    Moderator

    There are several “news” shortcodes and elements. Which one are you talking about?

    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 background image on front page #77833
     sharmstr
    Moderator

    click on the pencil icon for that row to bring up the settings. You can set the image there.

    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: Post Grid issue #77831
     sharmstr
    Moderator

    Post and Masonry grids are standard with visual composer. Directions on how to edit a grid element are here: https://wpbakery.atlassian.net/wiki/pages/viewpage.action?pageId=3604488

    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: 2 types of users #77827
     sharmstr
    Moderator

    No, I dont mean member grid. I mean the member directory. The member grid shortcode wont allow you to do that.

    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: User Profile #77825
     sharmstr
    Moderator

    As I said, there is documentation on how to do that on the Buddypress site. 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: Profile Page #77822
     sharmstr
    Moderator

    Yes. Again, that’s all in the buddypress documentation. And there is several topics on this forum about changing labels, tabs, icons. 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: VC 4.7 issue with 3.0.8 #77707
     sharmstr
    Moderator

    did you purge the cdn after disabling all plugins? did you try with the kleo parent enabled?

    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! Error! Problem! #77705
     sharmstr
    Moderator

    Click on “screen options” in the upper right-hand corner and enable 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: Member Grid #77704
     sharmstr
    Moderator

    The filters will show up automatically if you have people assigned to them. Also, if you read the BP Member Type documentation, you’ll see there is an option to create a directory for each specific type. Kleo doesnt do any of this.

    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 Page #77703
     sharmstr
    Moderator

    You cant. They are template files. If you know about templating, buddypress has information on their 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

    in reply to: User Profile #77702
     sharmstr
    Moderator

    Kleo only stylizes that. Look for a solution on the buddypress forum since its their plugin that generates it. The other solution is to make the media tab the default tab when you go to someones profile. Again, there is information on how to do that on the buddypress 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

    in reply to: Redirect after activation #77701
     sharmstr
    Moderator

    Do this, but obviously dont copy to your child theme. Just edit the page. You’ll have to remember to do it after every upgrade: https://archived.seventhqueen.com/forums/topic/login-redirect-after-email-activation

    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: VC 4.7 issue with 3.0.8 #77700
     sharmstr
    Moderator

    Works fine on my sites. Look for a plugin conflict, exhausted memory, custom code in your child theme and/or purge 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

    in reply to: how to add xprofile to registration form #77665
     sharmstr
    Moderator

    Sorry, I cant. But you can try asking on the buddypress forum.

    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: Settings not saving since latest update #77654
     sharmstr
    Moderator

    Kleo is at 3.0.8 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 - 3,801 through 3,840 (of 11,328 total)

Log in with your credentials

Forgot your details?