Forum Replies Created
-
Author
-
sharmstr
ModeratorYou’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI dont have a solution. All I have is a history lesson regarding buddypress js files and wpengine.
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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThere 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThere’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorTry 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorBeen 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThat’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorPlease 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorBP 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 4, 2015 at 21:31 in reply to: My featured images and thumbnails are not showing on new posts. #61054sharmstr
ModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorjust 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIt 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorMembers 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThis 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 4, 2015 at 18:39 in reply to: Facebook login button in buddypress login widget not working #61026sharmstr
ModeratorDisable 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 4, 2015 at 18:18 in reply to: Facebook login button in buddypress login widget not working #61023sharmstr
ModeratorThen 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorGo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIn 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 4, 2015 at 00:58 in reply to: Facebook login button in buddypress login widget not working #60963sharmstr
ModeratorIf 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 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
ModeratorPlease 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNo, 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 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
Moderatorsoon
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
Moderatorbp_is_user
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
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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThat’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorDo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorGroup 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorSticky 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorGive me access please.
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
ModeratorGroup 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatordo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 3, 2015 at 00:26 in reply to: Unify Buddypress / Paid Memberships Pro / WooCommerce Profiles #60822sharmstr
ModeratorEven 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIt 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts