Forum Replies Created
-
Author
-
sharmstr
ModeratorThere’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorLogo? 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorBecause 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorPlease 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNo problem 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
September 16, 2015 at 15:57 in reply to: Are there shortcodes for the count of Members, Groups and Topics> #78019sharmstr
ModeratorThat’s correct
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIts 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 solutionThis 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
ModeratorNo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIt 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 solutionThis 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
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorTry 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorUse 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorWhat 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorHere: 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIf 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
September 16, 2015 at 14:44 in reply to: Are there shortcodes for the count of Members, Groups and Topics> #77994sharmstr
ModeratorKleo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYes 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThat’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorGot 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 solutionThis 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
ModeratorNot without seeing it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAs 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatortry 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIt 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThere 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorclick 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 solutionThis 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
ModeratorPost 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNo, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAs 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYes. 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatordid 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorClick 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorKleo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorDo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorWorks 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorSorry, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorKleo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts